max_timer_ms      128 drivers/bcma/driver_chipcommon.c 	wdt.max_timer_ms =
max_timer_ms      371 drivers/ssb/driver_chipcommon.c 		cc->max_timer_ms = ssb_chipco_watchdog_get_max_timer(cc) / cc->ticks_per_ms;
max_timer_ms       46 drivers/ssb/embedded.c 		wdt.max_timer_ms = bus->chipco.max_timer_ms;
max_timer_ms       51 drivers/ssb/embedded.c 		wdt.max_timer_ms = SSB_EXTIF_WATCHDOG_MAX_TIMER_MS;
max_timer_ms       75 drivers/watchdog/bcm47xx_wdt.c 	u32 max_timer = wdt->max_timer_ms;
max_timer_ms      109 drivers/watchdog/bcm47xx_wdt.c 	u32 next_tick = min(wdt->wdd.timeout * 1000, wdt->max_timer_ms);
max_timer_ms      186 drivers/watchdog/bcm47xx_wdt.c 	soft = wdt->max_timer_ms < WDT_SOFTTIMER_THRESHOLD * 1000;
max_timer_ms       13 include/linux/bcm47xx_wdt.h 	u32 max_timer_ms;
max_timer_ms      596 include/linux/ssb/ssb_driver_chipcommon.h 	u32 max_timer_ms;