Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-davinci/
Dtime.c97 unsigned long tim_off; member
136 __raw_writel(__raw_readl(t->base + t->tim_off) + t->period, in timer32_config()
146 __raw_writel(0, t->base + t->tim_off); in timer32_config()
162 return __raw_readl(t->base + t->tim_off); in timer32_read()
247 t->tim_off = TIM12; in timer_init()
252 t->tim_off = TIM34; in timer_init()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.h81 struct sk_buff *skb_beacon, u16 tim_off,
Dmain.c591 u16 tim_off, tim_len; in wcn36xx_bss_info_changed() local
719 skb = ieee80211_beacon_get_tim(hw, vif, &tim_off, in wcn36xx_bss_info_changed()
725 wcn36xx_smd_send_beacon(wcn, vif, skb, tim_off, 0); in wcn36xx_bss_info_changed()
Dsmd.c1360 struct sk_buff *skb_beacon, u16 tim_off, in wcn36xx_smd_send_beacon() argument
1389 msg_body.tim_ie_offset = tim_off+4; in wcn36xx_smd_send_beacon()