• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/otus/

Lines Matching refs:AR_PHY_BASE

124 #define AR_PHY_BASE			0x1c5800
125 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4)
126 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004)
127 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028)
128 #define AR_PHY_RF_CTL4 (AR_PHY_BASE + 0x0034)
129 #define AR_PHY_SETTLING (AR_PHY_BASE + 0x0044)
130 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048)
131 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050)
132 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058)
133 #define AR_PHY_AGC_CTL1 (AR_PHY_BASE + 0x005c)
134 #define AR_PHY_SFCORR (AR_PHY_BASE + 0x0068)
135 #define AR_PHY_SFCORR_LOW (AR_PHY_BASE + 0x006c)
136 #define AR_PHY_TIMING_CTRL4 (AR_PHY_BASE + 0x0120)
137 #define AR_PHY_TIMING5 (AR_PHY_BASE + 0x0124)
138 #define AR_PHY_POWER_TX_RATE1 (AR_PHY_BASE + 0x0134)
139 #define AR_PHY_POWER_TX_RATE2 (AR_PHY_BASE + 0x0138)
140 #define AR_PHY_POWER_TX_RATE_MAX (AR_PHY_BASE + 0x013c)
141 #define AR_PHY_SWITCH_CHAIN_0 (AR_PHY_BASE + 0x0160)
142 #define AR_PHY_SWITCH_COM (AR_PHY_BASE + 0x0164)
143 #define AR_PHY_HEAVY_CLIP_ENABLE (AR_PHY_BASE + 0x01e0)
144 #define AR_PHY_CCK_DETECT (AR_PHY_BASE + 0x0a08)
145 #define AR_PHY_GAIN_2GHZ (AR_PHY_BASE + 0x0a0c)
146 #define AR_PHY_POWER_TX_RATE3 (AR_PHY_BASE + 0x0a34)
147 #define AR_PHY_POWER_TX_RATE4 (AR_PHY_BASE + 0x0a38)
148 #define AR_PHY_TPCRG1 (AR_PHY_BASE + 0x0a58)
149 #define AR_PHY_POWER_TX_RATE5 (AR_PHY_BASE + 0x0b8c)
150 #define AR_PHY_POWER_TX_RATE6 (AR_PHY_BASE + 0x0b90)
151 #define AR_PHY_POWER_TX_RATE7 (AR_PHY_BASE + 0x0bcc)
152 #define AR_PHY_POWER_TX_RATE8 (AR_PHY_BASE + 0x0bd0)
153 #define AR_PHY_POWER_TX_RATE9 (AR_PHY_BASE + 0x0bd4)
154 #define AR_PHY_CCA (AR_PHY_BASE + 0x3064)