Searched refs:AR_PHY_RX_IQCAL_CORR_B (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | arn9003.c | 2295 reg = AR_READ(sc, AR_PHY_RX_IQCAL_CORR_B(i)); in ar9003_calib_iq() 2298 AR_WRITE(sc, AR_PHY_RX_IQCAL_CORR_B(i), reg); in ar9003_calib_iq() 2302 AR_SETBITS(sc, AR_PHY_RX_IQCAL_CORR_B(0), in ar9003_calib_iq() 2486 reg = AR_READ(sc, AR_PHY_RX_IQCAL_CORR_B(i)); in ar9003_calib_tx_iq() 2491 AR_WRITE(sc, AR_PHY_RX_IQCAL_CORR_B(i), reg); in ar9003_calib_tx_iq() 2498 AR_SETBITS(sc, AR_PHY_RX_IQCAL_CORR_B(0), in ar9003_calib_tx_iq()
|
| D | arn9003reg.h | 82 #define AR_PHY_RX_IQCAL_CORR_B(i) (0x098dc + (i) * 0x1000) macro
|