Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c316 REG_CLR_BIT(ah, AR_PHY_PAPRD_TRAINER_STAT1(ah), in ar9003_get_desired_gain()
815 REG_CLR_BIT(ah, AR_PHY_PAPRD_TRAINER_STAT1(ah), in ar9003_paprd_setup_gain_table()
954 REG_CLR_BIT(ah, AR_PHY_PAPRD_TRAINER_STAT1(ah), in ar9003_paprd_create_curve()
980 paprd_done = REG_READ_FIELD(ah, AR_PHY_PAPRD_TRAINER_STAT1(ah), in ar9003_paprd_is_done()
987 agc2_pwr = REG_READ_FIELD(ah, AR_PHY_PAPRD_TRAINER_STAT1(ah), in ar9003_paprd_is_done()
Dar9003_phy.h1205 #define AR_PHY_PAPRD_TRAINER_STAT1(_ah) (AR_SM_BASE + (AR_SREV_9485(_ah) ? 0x590 : 0x4a0)) macro