Home
last modified time | relevance | path

Searched refs:bb_watchdog_period (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb.h277 u8 bb_watchdog_period; /*2s, 4s, 8s...,254s*/ member
H A Dhalbb_init.c217 bb->bb_watchdog_period = 2; /*sec*/ in halbb_cmn_info_self_init()
H A Dhalbb_dbg.c1576 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()
H A Dhalbb.c778 if ((bb->bb_sys_up_time % bb->bb_watchdog_period) != 0) in halbb_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb.h277 u8 bb_watchdog_period; /*2s, 4s, 8s...,254s*/ member
H A Dhalbb_init.c217 bb->bb_watchdog_period = 2; /*sec*/ in halbb_cmn_info_self_init()
H A Dhalbb_dbg.c1576 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()
H A Dhalbb.c778 if ((bb->bb_sys_up_time % bb->bb_watchdog_period) != 0) in halbb_watchdog()