Lines Matching refs:wdt
58 static u32 bcma_chipco_watchdog_timer_set_wdt(struct bcm47xx_wdt *wdt, in bcma_chipco_watchdog_timer_set_wdt() argument
61 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_wdt()
66 static u32 bcma_chipco_watchdog_timer_set_ms_wdt(struct bcm47xx_wdt *wdt, in bcma_chipco_watchdog_timer_set_ms_wdt() argument
69 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_ms_wdt()
96 struct bcm47xx_wdt wdt = {}; in bcma_chipco_watchdog_register() local
99 wdt.driver_data = cc; in bcma_chipco_watchdog_register()
100 wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt; in bcma_chipco_watchdog_register()
101 wdt.timer_set_ms = bcma_chipco_watchdog_timer_set_ms_wdt; in bcma_chipco_watchdog_register()
102 wdt.max_timer_ms = in bcma_chipco_watchdog_register()
106 cc->core->bus->num, &wdt, in bcma_chipco_watchdog_register()
107 sizeof(wdt)); in bcma_chipco_watchdog_register()