Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bcma/
A Ddriver_chipcommon.c91 ticks = bcma_chipco_watchdog_timer_set(cc, cc->ticks_per_ms * ms); in bcma_chipco_watchdog_timer_set_ms_wdt()
92 return ticks / cc->ticks_per_ms; in bcma_chipco_watchdog_timer_set_ms_wdt()
129 bcma_chipco_watchdog_get_max_timer(cc) / cc->ticks_per_ms; in bcma_chipco_watchdog_register()
230 cc->ticks_per_ms = bcma_chipco_watchdog_ticks_per_ms(cc); in bcma_core_chipcommon_init()
/linux-6.3-rc2/drivers/ssb/
A Ddriver_chipcommon.c329 ticks = ssb_chipco_watchdog_timer_set(cc, cc->ticks_per_ms * ms); in ssb_chipco_watchdog_timer_set_ms()
330 return ticks / cc->ticks_per_ms; in ssb_chipco_watchdog_timer_set_ms()
370 cc->ticks_per_ms = ssb_chipco_watchdog_ticks_per_ms(cc); in ssb_chipcommon_init()
371 cc->max_timer_ms = ssb_chipco_watchdog_get_max_timer(cc) / cc->ticks_per_ms; in ssb_chipcommon_init()
/linux-6.3-rc2/include/linux/ssb/
A Dssb_driver_chipcommon.h595 u32 ticks_per_ms; member
/linux-6.3-rc2/include/linux/bcma/
A Dbcma_driver_chipcommon.h647 u32 ticks_per_ms; member

Completed in 13 milliseconds