Searched refs:bb_watchdog_period (Results 1 – 8 of 8) sorted by relevance
277 u8 bb_watchdog_period; /*2s, 4s, 8s...,254s*/ member
217 bb->bb_watchdog_period = 2; /*sec*/ in halbb_cmn_info_self_init()
1576 bb->bb_watchdog_period = (u8)(val[0] & 0xfe); in halbb_cmn_dbg()1577 if (bb->bb_watchdog_period < 2) in halbb_cmn_dbg()1578 bb->bb_watchdog_period = 2; in halbb_cmn_dbg()1580 "wd_period=%d\n", bb->bb_watchdog_period); in halbb_cmn_dbg()
778 if ((bb->bb_sys_up_time % bb->bb_watchdog_period) != 0) in halbb_watchdog()