Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c2032 switch(ah->bb_watchdog_last_status) { in ar9003_hw_bb_watchdog_check()
2130 ah->bb_watchdog_last_status = REG_READ(ah, AR_PHY_WATCHDOG_STATUS); in ar9003_hw_bb_watchdog_read()
2137 ah->bb_watchdog_last_status & ~AR_PHY_WATCHDOG_STATUS_CLR); in ar9003_hw_bb_watchdog_read()
2148 status = ah->bb_watchdog_last_status; in ar9003_hw_bb_watchdog_dbg_info()
2189 result = MS(ah->bb_watchdog_last_status, AR_PHY_WATCHDOG_RX_OFDM_SM); in ar9003_hw_disable_phy_restart()
Dhw.h945 u32 bb_watchdog_last_status; member