Home
last modified time | relevance | path

Searched refs:timer_period (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/clocksource/
Dtimer-oxnas-rps.c54 unsigned long timer_period; member
102 oxnas_rps_timer_config(rps, rps->timer_period, 1); in oxnas_rps_timer_set_periodic()
112 oxnas_rps_timer_config(rps, rps->timer_period, 0); in oxnas_rps_timer_set_oneshot()
135 rps->timer_period = DIV_ROUND_UP(clk_rate, HZ); in oxnas_rps_clockevent_init()
138 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init()
141 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
143 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init()
146 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
169 rps->timer_period); in oxnas_rps_clockevent_init()
/Linux-v5.4/drivers/media/platform/qcom/camss/
Dcamss-csiphy-2ph-1-0.c65 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local
78 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc()
79 settle_cnt = t_hs_settle / timer_period - 1; in csiphy_settle_cnt_calc()
Dcamss-csiphy-3ph-1-0.c119 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local
130 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc()
131 settle_cnt = t_hs_settle / timer_period - 6; in csiphy_settle_cnt_calc()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c70 u32 timer_period; in ath_btcoex_period_work() local
86 timer_period = test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
89 msecs_to_jiffies(timer_period)); in ath_btcoex_period_work()
Dgpio.c200 u32 timer_period; in ath_btcoex_period_timer() local
223 timer_period = btcoex->btcoex_no_stomp; in ath_btcoex_period_timer()
228 timer_period = btcoex->btscan_no_stomp; in ath_btcoex_period_timer()
242 jiffies + msecs_to_jiffies(timer_period)); in ath_btcoex_period_timer()
Dhw.h1086 u32 timer_period);
Dhw.c3164 u32 timer_period) in ath9k_hw_gen_timer_start() argument
3177 timer_period); in ath9k_hw_gen_timer_start()
/Linux-v5.4/drivers/watchdog/
Dwdat_wdt.c332 if (tbl->timer_period < 1) in wdat_wdt_probe()
337 wdat->period = tbl->timer_period; in wdat_wdt_probe()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h390 __le32 timer_period; member
/Linux-v5.4/drivers/staging/comedi/drivers/
Ddas16.c427 static inline int timer_period(void) in timer_period() function
530 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt()
743 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()
/Linux-v5.4/include/acpi/
Dactbl3.h539 u32 timer_period; /* Period of one timer count (msec) */ member