Searched refs:AR_PHY_TPCRG1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | ar9285.c | 606 AR_CLRBITS(sc, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_CAL_ENABLE); in ar9285_cl_cal() 622 AR_SETBITS(sc, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_CAL_ENABLE); in ar9285_cl_cal() 766 reg = AR_READ(sc, AR_PHY_TPCRG1); in ar9285_set_power_calib() 770 AR_WRITE(sc, AR_PHY_TPCRG1, reg); in ar9285_set_power_calib()
|
H A D | ar9287.c | 374 reg = AR_READ(sc, AR_PHY_TPCRG1); in ar9287_set_power_calib() 378 AR_WRITE(sc, AR_PHY_TPCRG1, reg); in ar9287_set_power_calib()
|
H A D | ar5416.c | 462 reg = AR_READ(sc, AR_PHY_TPCRG1); in ar5416_set_power_calib() 467 AR_WRITE(sc, AR_PHY_TPCRG1, reg); in ar5416_set_power_calib()
|
H A D | ar5008reg.h | 152 #define AR_PHY_TPCRG1 0xa258 macro
|
/openbsd/sys/dev/usb/ |
H A D | if_otusreg.h | 125 #define AR_PHY_TPCRG1 (AR_PHY_BASE + 0x0a58) macro
|
H A D | if_otus.c | 1804 tmp = otus_phy_get_def(sc, AR_PHY_TPCRG1); in otus_set_board_values() 1807 otus_write(sc, AR_PHY_TPCRG1, tmp); in otus_set_board_values()
|