Home
last modified time | relevance | path

Searched refs:AR_PHY_RF_CTL3 (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416phy.h195 #define AR_PHY_RF_CTL3 0x9828 macro
Dar5416_reset.c1322 OS_REG_RMW_FIELD(ah, AR_PHY_RF_CTL3, AR_PHY_TX_END_TO_A2_RX_ON, pModal->txEndToRxOn); in ar5416SetBoardValues()
/netbsd/src/sys/dev/ic/
Darn9287.c216 reg = AR_READ(sc, AR_PHY_RF_CTL3); in ar9287_init_from_rom()
218 AR_WRITE(sc, AR_PHY_RF_CTL3, reg); in ar9287_init_from_rom()
Darn9280.c356 reg = AR_READ(sc, AR_PHY_RF_CTL3); in ar9280_init_from_rom()
358 AR_WRITE(sc, AR_PHY_RF_CTL3, reg); in ar9280_init_from_rom()
Darn5416.c293 reg = AR_READ(sc, AR_PHY_RF_CTL3); in ar5416_init_from_rom()
295 AR_WRITE(sc, AR_PHY_RF_CTL3, reg); in ar5416_init_from_rom()
Darn9285.c369 reg = AR_READ(sc, AR_PHY_RF_CTL3); in ar9285_init_from_rom()
371 AR_WRITE(sc, AR_PHY_RF_CTL3, reg); in ar9285_init_from_rom()
Darn5008reg.h69 #define AR_PHY_RF_CTL3 0x9828 macro
Darn5008.c2416 AR_WRITE(sc, AR_PHY_RF_CTL3, 0x0a020001); in ar5008_hw_init()
/netbsd/src/sys/dev/usb/
Dif_otusreg.h204 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028) macro
Dif_otus.c2625 tmp = otus_phy_get_def(sc, AR_PHY_RF_CTL3); in otus_set_board_values()
2628 otus_write(sc, AR_PHY_RF_CTL3, tmp); in otus_set_board_values()