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

  /src/sys/dev/ic/
arn9380.c 578 AR_CLRBITS(sc, AR_PHY_TIMING4, AR_PHY_TIMING4_ENABLE_SPUR_FILTER);
590 AR_CLRBITS(sc, AR_PHY_TIMING4, AR_PHY_TIMING4_ENABLE_SPUR_RSSI);
653 AR_SETBITS(sc, AR_PHY_TIMING4, AR_PHY_TIMING4_ENABLE_SPUR_FILTER);
669 AR_SETBITS(sc, AR_PHY_TIMING4, AR_PHY_TIMING4_ENABLE_SPUR_RSSI);
685 AR_SETBITS(sc, AR_PHY_TIMING4,
arn9003reg.h 57 #define AR_PHY_TIMING4 0x0980c
260 /* Bits for AR_PHY_TIMING4. */
arn9003.c 2217 reg = AR_READ(sc, AR_PHY_TIMING4);
2219 AR_WRITE(sc, AR_PHY_TIMING4, reg);
2221 AR_SETBITS(sc, AR_PHY_TIMING4, AR_PHY_TIMING4_DO_CAL);
2238 if (!(AR_READ(sc, AR_PHY_TIMING4) & AR_PHY_TIMING4_DO_CAL)) {

Completed in 16 milliseconds