Home
last modified time | relevance | path

Searched refs:AR_PHY_GAIN_2GHZ (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/ic/
Dar5416.c272 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()
Dar9285.c213 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()
Dar9280.c271 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()
Dar9287.c191 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()
Dar5008reg.h142 #define AR_PHY_GAIN_2GHZ 0xa20c macro
/openbsd/src/sys/dev/usb/
Dif_otusreg.h122 #define AR_PHY_GAIN_2GHZ (AR_PHY_BASE + 0x0a0c) macro
Dif_otus.c1780 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()