Home
last modified time | relevance | path

Searched refs:AR_PHY_CCA (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar9285.c36 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9285GetNoiseFloor()
Dar5416phy.h134 #define AR_PHY_CCA 0x9864 macro
Dar9280.c273 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9280GetNoiseFloor()
Dar2133.c371 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ar2133GetNoiseFloor()
Dar5416_cal.c531 AR_PHY_CCA, in ar5416LoadNF()
Dar5416_reset.c1325 OS_REG_RMW_FIELD(ah, AR_PHY_CCA, AR9280_PHY_CCA_THRESH62, in ar5416SetBoardValues()
1330 OS_REG_RMW_FIELD(ah, AR_PHY_CCA, AR_PHY_CCA_THRESH62, in ar5416SetBoardValues()
/netbsd/src/sys/dev/ic/
Darn9287.c220 reg = AR_READ(sc, AR_PHY_CCA(0)); in ar9287_init_from_rom()
222 AR_WRITE(sc, AR_PHY_CCA(0), reg); in ar9287_init_from_rom()
Darn9280.c360 reg = AR_READ(sc, AR_PHY_CCA(0)); in ar9280_init_from_rom()
362 AR_WRITE(sc, AR_PHY_CCA(0), reg); in ar9280_init_from_rom()
Darn5416.c297 reg = AR_READ(sc, AR_PHY_CCA(0)); in ar5416_init_from_rom()
299 AR_WRITE(sc, AR_PHY_CCA(0), reg); in ar5416_init_from_rom()
Darn9285.c373 reg = AR_READ(sc, AR_PHY_CCA(0)); in ar9285_init_from_rom()
375 AR_WRITE(sc, AR_PHY_CCA(0), reg); in ar9285_init_from_rom()
Darn5008reg.h80 #define AR_PHY_CCA(i) (0x9864 + (i) * 0x1000) macro
Darn9003reg.h109 #define AR_PHY_CCA(i) (0x09e1c + (i) * 0x1000) macro
Darn5008.c1865 reg = AR_READ(sc, AR_PHY_CCA(i)); in ar5008_read_noisefloor()
1891 reg = AR_READ(sc, AR_PHY_CCA(i)); in ar5008_write_noisefloor()
1893 AR_WRITE(sc, AR_PHY_CCA(i), reg); in ar5008_write_noisefloor()
Darn9003.c2038 reg = AR_READ(sc, AR_PHY_CCA(i)); in ar9003_read_noisefloor()
2058 reg = AR_READ(sc, AR_PHY_CCA(i)); in ar9003_write_noisefloor()
2060 AR_WRITE(sc, AR_PHY_CCA(i), reg); in ar9003_write_noisefloor()
/netbsd/src/sys/dev/usb/
Dif_otusreg.h231 #define AR_PHY_CCA (AR_PHY_BASE + 0x3064) macro
Dif_otus.c2630 tmp = otus_phy_get_def(sc, AR_PHY_CCA); in otus_set_board_values()
2633 otus_write(sc, AR_PHY_CCA, tmp); in otus_set_board_values()