HomeSort by: relevance | last modified time | path
    Searched refs:AR_PHY_SFCORR_LOW (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 302 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
304 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
312 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
316 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW,
320 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
ar5212phy.h 119 #define AR_PHY_SFCORR_LOW 0x986C
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 253 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
255 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
263 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
276 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW,
279 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
  /src/sys/dev/usb/
if_otusreg.h 212 #define AR_PHY_SFCORR_LOW (AR_PHY_BASE + 0x006c)
  /src/sys/dev/ic/
arn5008.c 2725 reg = AR_READ(sc, AR_PHY_SFCORR_LOW);
2729 AR_WRITE(sc, AR_PHY_SFCORR_LOW, reg);
2744 AR_SETBITS(sc, AR_PHY_SFCORR_LOW,
2754 reg = AR_READ(sc, AR_PHY_SFCORR_LOW);
2758 AR_WRITE(sc, AR_PHY_SFCORR_LOW, reg);
2773 AR_CLRBITS(sc, AR_PHY_SFCORR_LOW,
arn9003.c 3395 reg = AR_READ(sc, AR_PHY_SFCORR_LOW);
3399 AR_WRITE(sc, AR_PHY_SFCORR_LOW, reg);
3414 AR_SETBITS(sc, AR_PHY_SFCORR_LOW,
3424 reg = AR_READ(sc, AR_PHY_SFCORR_LOW);
3428 AR_WRITE(sc, AR_PHY_SFCORR_LOW, reg);
3443 AR_CLRBITS(sc, AR_PHY_SFCORR_LOW,
arn5008reg.h 82 #define AR_PHY_SFCORR_LOW 0x986c
352 /* Bits for AR_PHY_SFCORR_LOW. */
arn9003reg.h 64 #define AR_PHY_SFCORR_LOW 0x09828
312 /* Bits for AR_PHY_SFCORR_LOW. */
arn9285.c 643 AR_WRITE(sc, AR_PHY_SFCORR_LOW, 0x06903881);

Completed in 56 milliseconds