Home
last modified time | relevance | path

Searched refs:tim_off (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/mach-davinci/
Dtime.c89 unsigned long tim_off; member
128 __raw_writel(__raw_readl(t->base + t->tim_off) + t->period, in timer32_config()
138 __raw_writel(0, t->base + t->tim_off); in timer32_config()
154 return __raw_readl(t->base + t->tim_off); in timer32_read()
239 t->tim_off = TIM12; in timer_init()
244 t->tim_off = TIM34; in timer_init()
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dsmd.h85 struct sk_buff *skb_beacon, u16 tim_off,
Dsmd.c1578 struct sk_buff *skb_beacon, u16 tim_off, in wcn36xx_smd_send_beacon() argument
1587 pvm_len = skb_beacon->data[tim_off + 1] - 3; in wcn36xx_smd_send_beacon()
1616 memmove(&msg_body.beacon[tim_off + 5 + pvm_len + pad], in wcn36xx_smd_send_beacon()
1617 &msg_body.beacon[tim_off + 5 + pvm_len], in wcn36xx_smd_send_beacon()
1618 skb_beacon->len - (tim_off + 5 + pvm_len)); in wcn36xx_smd_send_beacon()
1619 memset(&msg_body.beacon[tim_off + 5 + pvm_len], 0, pad); in wcn36xx_smd_send_beacon()
1620 msg_body.beacon[tim_off + 1] += pad; in wcn36xx_smd_send_beacon()
1628 msg_body.tim_ie_offset = tim_off+4; in wcn36xx_smd_send_beacon()
Dmain.c782 u16 tim_off, tim_len; in wcn36xx_bss_info_changed() local
912 skb = ieee80211_beacon_get_tim(hw, vif, &tim_off, in wcn36xx_bss_info_changed()
918 wcn36xx_smd_send_beacon(wcn, vif, skb, tim_off, 0); in wcn36xx_bss_info_changed()