Home
last modified time | relevance | path

Searched refs:bb_watchdog_last_status (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c2005 switch(ah->bb_watchdog_last_status) { in ar9003_hw_bb_watchdog_check()
2103 ah->bb_watchdog_last_status = REG_READ(ah, AR_PHY_WATCHDOG_STATUS); in ar9003_hw_bb_watchdog_read()
2110 ah->bb_watchdog_last_status & ~AR_PHY_WATCHDOG_STATUS_CLR); in ar9003_hw_bb_watchdog_read()
2121 status = ah->bb_watchdog_last_status; in ar9003_hw_bb_watchdog_dbg_info()
2162 result = MS(ah->bb_watchdog_last_status, AR_PHY_WATCHDOG_RX_OFDM_SM); in ar9003_hw_disable_phy_restart()
Dhw.h949 u32 bb_watchdog_last_status; member