Home
last modified time | relevance | path

Searched refs:AR_PHY_TPCRG1_PDGAIN_SETTING2 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h343 #define AR_PHY_TPCRG1_PDGAIN_SETTING2 0x000c0000 macro
HDar2317.c537 tpcrg1 &= ~AR_PHY_TPCRG1_PDGAIN_SETTING2; in ar2317SetPowerTable()
538 tpcrg1 |= SM(rfXpdGain[1], AR_PHY_TPCRG1_PDGAIN_SETTING2); in ar2317SetPowerTable()
HDar2316.c559 tpcrg1 &= ~AR_PHY_TPCRG1_PDGAIN_SETTING2; in ar2316SetPowerTable()
560 tpcrg1 |= SM(rfXpdGain[1], AR_PHY_TPCRG1_PDGAIN_SETTING2); in ar2316SetPowerTable()
HDar2413.c554 tpcrg1 &= ~AR_PHY_TPCRG1_PDGAIN_SETTING2; in ar2413SetPowerTable()
555 tpcrg1 |= SM(rfXpdGain[1], AR_PHY_TPCRG1_PDGAIN_SETTING2); in ar2413SetPowerTable()
HDar5413.c598 tpcrg1 &= ~AR_PHY_TPCRG1_PDGAIN_SETTING2; in ar5413SetPowerTable()
599 tpcrg1 |= SM(rfXpdGain[1], AR_PHY_TPCRG1_PDGAIN_SETTING2); in ar5413SetPowerTable()