Searched refs:AR_PHY_BASE (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/otus/ |
H A D | if_otusreg.h | 122 #define AR_PHY_BASE 0x1c5800 macro 123 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4) 124 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004) 125 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028) 126 #define AR_PHY_RF_CTL4 (AR_PHY_BASE + 0x0034) 127 #define AR_PHY_SETTLING (AR_PHY_BASE + 0x0044) 128 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048) 129 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050) 130 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058) 131 #define AR_PHY_AGC_CTL1 (AR_PHY_BASE + 0x005c) [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_attach.c | 195 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x34 << 2)), 0x00001c16); in ar5211GetRadioRev() 197 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x20 << 2)), 0x00010000); in ar5211GetRadioRev() 198 val = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 24) & 0xff; in ar5211GetRadioRev() 288 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007); in ar5211Attach() 290 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000047); in ar5211Attach() 321 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00004007); in ar5211Attach() 326 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007); in ar5211Attach() 392 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) }; in ar5211ChipTest()
|
H A D | ar5211phy.h | 27 #define AR_PHY_BASE 0x9800 /* PHY registers base address */ macro 28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
|
H A D | ar5211_reset.c | 284 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000007); in ar5211Reset() 286 OS_REG_WRITE(ah, AR_PHY_BASE, 0x00000047); in ar5211Reset() 1240 OS_REG_WRITE(ah, AR_PHY_BASE + (90 << 2), in ar5211SetBoardValues() 1243 OS_REG_WRITE(ah, AR_PHY_BASE + (17 << 2), in ar5211SetBoardValues() 1244 (OS_REG_READ(ah, AR_PHY_BASE + (17 << 2)) & 0xFFFFC07F) | in ar5211SetBoardValues() 1246 OS_REG_WRITE(ah, AR_PHY_BASE + (18 << 2), in ar5211SetBoardValues() 1247 (OS_REG_READ(ah, AR_PHY_BASE + (18 << 2)) & 0xFFFC0FFF) | in ar5211SetBoardValues() 1249 OS_REG_WRITE(ah, AR_PHY_BASE + (20 << 2), in ar5211SetBoardValues() 1250 (OS_REG_READ(ah, AR_PHY_BASE + (20 << 2)) & 0xFFFF0000) | in ar5211SetBoardValues() 1253 OS_REG_WRITE(ah, AR_PHY_BASE + (13 << 2), in ar5211SetBoardValues() [all …]
|
H A D | ar5211_misc.c | 179 OS_REG_SET_BIT(ah, AR_PHY_BASE, 0x00002000); in ar5211EnableRfKill()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210phy.h | 27 #define AR_PHY_BASE 0x9800 /* PHY register base */ macro 28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
|
H A D | ar5210_attach.c | 247 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x34 << 2)), 0x00001c16); in ar5210Attach() 249 OS_REG_WRITE(ah, (AR_PHY_BASE + (0x20 << 2)), 0x00010000); in ar5210Attach() 250 revid = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 28) & 0xf; in ar5210Attach()
|
H A D | ar5210_misc.c | 385 nf = (OS_REG_READ(ah, AR_PHY_BASE + (25 << 2)) >> 19) & 0x1ff; in ar5210GetRandomSeed()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212phy.h | 23 #define AR_PHY_BASE 0x9800 /* base address of phy regs */ macro 24 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
|
H A D | ar5212_attach.c | 606 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) }; in ar5212ChipTest()
|
/freebsd/tools/tools/ath/athdecode/ |
H A D | main.c | 400 } else if (AR_PHY_BASE <= r->reg) { in oprw() 402 (r->reg - AR_PHY_BASE) >> 2, r->reg); in oprw()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300phy.h | 34 #define AR_PHY_BASE offsetof(struct bb_reg_map, bb_chn_reg_map) /* base address of phy reg… macro 35 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 2317 regOffset = AR_PHY_BASE + (672 << 2) + regChainOffset; in ar5416WritePdadcValues()
|