Searched refs:AR_PHY_BASE (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210phy.h27 #define AR_PHY_BASE 0x9800 /* PHY register base */ macro
28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
H A Dar5210_attach.c244 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x34 << 2)), 0x00001c16);
246 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x20 << 2)), 0x00010000);
247 revid = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 28) & 0xf;
H A Dar5210_misc.c384 nf = (OS_REG_READ(ah, AR_PHY_BASE + (25 << 2)) >> 19) & 0x1ff;
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211phy.h27 #define AR_PHY_BASE 0x9800 /* PHY registers base address */ macro
28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
H A Dar5211_attach.c192 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x34 << 2)), 0x00001c16);
194 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x20 << 2)), 0x00010000);
195 val = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 24) & 0xff;
285 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007);
287 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000047);
318 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00004007);
323 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007);
389 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) };
H A Dar5211_reset.c283 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007);
285 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000047);
1239 OS_REG_WRITE(ah, AR_PHY_BASE + (90 << 2),
1242 OS_REG_WRITE(ah, AR_PHY_BASE + (17 << 2),
1243 (OS_REG_READ(ah, AR_PHY_BASE + (17 << 2)) & 0xFFFFC07F) |
1245 OS_REG_WRITE(ah, AR_PHY_BASE + (18 << 2),
1246 (OS_REG_READ(ah, AR_PHY_BASE + (18 << 2)) & 0xFFFC0FFF) |
1248 OS_REG_WRITE(ah, AR_PHY_BASE + (20 << 2),
1249 (OS_REG_READ(ah, AR_PHY_BASE + (20 << 2)) & 0xFFFF0000) |
1252 OS_REG_WRITE(ah, AR_PHY_BASE
[all...]
H A Dar5211_misc.c179 OS_REG_SET_BIT(ah, AR_PHY_BASE, 0x00002000);
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212phy.h23 #define AR_PHY_BASE 0x9800 /* base address of phy regs */ macro
24 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
H A Dar5212_attach.c604 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) };
/freebsd-10.1-release/tools/tools/ath/athdecode/
H A Dmain.c399 } else if (AR_PHY_BASE <= r->reg) {
401 (r->reg - AR_PHY_BASE) >> 2, r->reg);
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h34 #define AR_PHY_BASE offsetof(struct bb_reg_map, bb_chn_reg_map) /* base address of phy regs */ macro
35 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2307 regOffset = AR_PHY_BASE + (672 << 2) + regChainOffset;

Completed in 140 milliseconds