Home
last modified time | relevance | path

Searched refs:AR_PHY_RX_IQCAL_CORR_B (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Darn9003.c2295 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()
Darn9003reg.h82 #define AR_PHY_RX_IQCAL_CORR_B(i) (0x098dc + (i) * 0x1000) macro