Searched refs:AR_PHY (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c158 OS_REG_SET_BIT(ah, AR_PHY(0), 0x00002000);
335 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2520 if (AR_PHY(ar5416_phy_regs[i]) == reg)
2632 otus_write(sc, AR_PHY(ar5416_phy_regs[i]), vals[i]);
2698 otus_write(sc, AR_PHY(44), data);
2701 otus_write(sc, AR_PHY(58), data);
2787 otus_write(sc, AR_PHY(ar5416_banks_regs[i]), vals[i]);
H A Dif_otusreg.h125 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4) macro
361 /* NB: apply AR_PHY(). */
682 /* NB: apply AR_PHY(). */
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h35 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) macro
H A Dar9300_misc.c405 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
H A Dar9300_reset.c2984 OS_REG_WRITE(ah, AR_PHY(0), 0x00000007);

Completed in 188 milliseconds

12