Searched refs:bcma_chipco_watchdog_timer_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | setup.c | 76 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart() 96 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | setup.c | 76 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart() 96 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_chipcommon.c | 82 return bcma_chipco_watchdog_timer_set(cc, ticks); in bcma_chipco_watchdog_timer_set_wdt() 91 ticks = bcma_chipco_watchdog_timer_set(cc, cc->ticks_per_ms * ms); in bcma_chipco_watchdog_timer_set_ms_wdt() 236 u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks) in bcma_chipco_watchdog_timer_set() function
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_chipcommon.c | 82 return bcma_chipco_watchdog_timer_set(cc, ticks); in bcma_chipco_watchdog_timer_set_wdt() 91 ticks = bcma_chipco_watchdog_timer_set(cc, cc->ticks_per_ms * ms); in bcma_chipco_watchdog_timer_set_ms_wdt() 236 u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks) in bcma_chipco_watchdog_timer_set() function
|
/kernel/linux/linux-5.10/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 683 extern u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks);
|
/kernel/linux/linux-6.6/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 689 extern u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks);
|
Completed in 10 milliseconds