Searched refs:tim_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/arm/mach-davinci/ |
D | time.c | 89 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-v5.4/drivers/clocksource/ |
D | timer-davinci.c | 64 unsigned int tim_off; member 184 davinci_clocksource.tim_off); in davinci_timer_read_sched_clock() 318 davinci_clocksource.tim_off = DAVINCI_TIMER_REG_TIM12; in davinci_timer_register() 322 davinci_clocksource.tim_off = DAVINCI_TIMER_REG_TIM34; in davinci_timer_register()
|
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
D | smd.h | 85 struct sk_buff *skb_beacon, u16 tim_off,
|
D | smd.c | 1602 struct sk_buff *skb_beacon, u16 tim_off, in wcn36xx_smd_send_beacon() argument 1611 pvm_len = skb_beacon->data[tim_off + 1] - 3; in wcn36xx_smd_send_beacon() 1640 memmove(&msg_body.beacon[tim_off + 5 + pvm_len + pad], in wcn36xx_smd_send_beacon() 1641 &msg_body.beacon[tim_off + 5 + pvm_len], in wcn36xx_smd_send_beacon() 1642 skb_beacon->len - (tim_off + 5 + pvm_len)); in wcn36xx_smd_send_beacon() 1643 memset(&msg_body.beacon[tim_off + 5 + pvm_len], 0, pad); in wcn36xx_smd_send_beacon() 1644 msg_body.beacon[tim_off + 1] += pad; in wcn36xx_smd_send_beacon() 1652 msg_body.tim_ie_offset = tim_off+4; in wcn36xx_smd_send_beacon()
|
D | main.c | 782 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()
|