Searched refs:AR_PHY_GAIN_2GHZ (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | ar5416.c | 272 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ + offset); in ar5416_init_from_rom() 277 AR_WRITE(sc, AR_PHY_GAIN_2GHZ + offset, reg); in ar5416_init_from_rom() 287 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ + offset); in ar5416_init_from_rom() 290 AR_WRITE(sc, AR_PHY_GAIN_2GHZ + offset, reg); in ar5416_init_from_rom()
|
| D | ar9285.c | 213 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ); in ar9285_init_from_rom() 222 AR_WRITE(sc, AR_PHY_GAIN_2GHZ, reg); in ar9285_init_from_rom() 225 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ + offset); in ar9285_init_from_rom() 234 AR_WRITE(sc, AR_PHY_GAIN_2GHZ + offset, reg); in ar9285_init_from_rom()
|
| D | ar9280.c | 271 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ + offset); in ar9280_init_from_rom() 280 AR_WRITE(sc, AR_PHY_GAIN_2GHZ + offset, reg); in ar9280_init_from_rom()
|
| D | ar9287.c | 191 reg = AR_READ(sc, AR_PHY_GAIN_2GHZ + offset); in ar9287_init_from_rom() 196 AR_WRITE(sc, AR_PHY_GAIN_2GHZ + offset, reg); in ar9287_init_from_rom()
|
| D | ar5008reg.h | 142 #define AR_PHY_GAIN_2GHZ 0xa20c macro
|
| /openbsd/src/sys/dev/usb/ |
| D | if_otusreg.h | 122 #define AR_PHY_GAIN_2GHZ (AR_PHY_BASE + 0x0a0c) macro
|
| D | if_otus.c | 1780 tmp = otus_phy_get_def(sc, AR_PHY_GAIN_2GHZ); in otus_set_board_values() 1787 otus_write(sc, AR_PHY_GAIN_2GHZ, tmp); in otus_set_board_values() 1789 tmp = otus_phy_get_def(sc, AR_PHY_GAIN_2GHZ + offset); in otus_set_board_values() 1792 otus_write(sc, AR_PHY_GAIN_2GHZ + offset, tmp); in otus_set_board_values()
|