Searched refs:max_timer_ms (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
H A Dbcm47xx_wdt.h13 u32 max_timer_ms; member in struct:bcm47xx_wdt
/linux-4.1.27/drivers/watchdog/
H A Dbcm47xx_wdt.c79 u32 max_timer = wdt->max_timer_ms; bcm47xx_wdt_hard_set_timeout()
102 u32 next_tick = min(wdt->wdd.timeout * 1000, wdt->max_timer_ms); bcm47xx_wdt_soft_timer_tick()
200 soft = wdt->max_timer_ms < WDT_SOFTTIMER_THRESHOLD * 1000; bcm47xx_wdt_probe()
/linux-4.1.27/drivers/ssb/
H A Dembedded.c46 wdt.max_timer_ms = bus->chipco.max_timer_ms; ssb_watchdog_register()
51 wdt.max_timer_ms = SSB_EXTIF_WATCHDOG_MAX_TIMER_MS; ssb_watchdog_register()
H A Ddriver_chipcommon.c371 cc->max_timer_ms = ssb_chipco_watchdog_get_max_timer(cc) / cc->ticks_per_ms; ssb_chipcommon_init()
/linux-4.1.27/drivers/bcma/
H A Ddriver_chipcommon.c102 wdt.max_timer_ms = bcma_chipco_watchdog_register()
/linux-4.1.27/include/linux/ssb/
H A Dssb_driver_chipcommon.h597 u32 max_timer_ms; member in struct:ssb_chipcommon

Completed in 242 milliseconds