Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-davinci.c64 unsigned int tim_off; member
184 davinci_clocksource.tim_off); in davinci_timer_read_sched_clock()
312 davinci_clocksource.tim_off = DAVINCI_TIMER_REG_TIM12; in davinci_timer_register()
316 davinci_clocksource.tim_off = DAVINCI_TIMER_REG_TIM34; in davinci_timer_register()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dsmd.h87 struct sk_buff *skb_beacon, u16 tim_off,
Dsmd.c1874 struct sk_buff *skb_beacon, u16 tim_off, in wcn36xx_smd_send_beacon() argument
1883 pvm_len = skb_beacon->data[tim_off + 1] - 3; in wcn36xx_smd_send_beacon()
1912 memmove(&msg_body.beacon[tim_off + 5 + pvm_len + pad], in wcn36xx_smd_send_beacon()
1913 &msg_body.beacon[tim_off + 5 + pvm_len], in wcn36xx_smd_send_beacon()
1914 skb_beacon->len - (tim_off + 5 + pvm_len)); in wcn36xx_smd_send_beacon()
1915 memset(&msg_body.beacon[tim_off + 5 + pvm_len], 0, pad); in wcn36xx_smd_send_beacon()
1916 msg_body.beacon[tim_off + 1] += pad; in wcn36xx_smd_send_beacon()
1924 msg_body.tim_ie_offset = tim_off+4; in wcn36xx_smd_send_beacon()
Dmain.c827 u16 tim_off, tim_len; in wcn36xx_bss_info_changed() local
957 skb = ieee80211_beacon_get_tim(hw, vif, &tim_off, in wcn36xx_bss_info_changed()
963 wcn36xx_smd_send_beacon(wcn, vif, skb, tim_off, 0); in wcn36xx_bss_info_changed()