Home | History | Annotate | Download | only in usb

Lines Matching defs:AR_PHY_BASE

201 #define AR_PHY_BASE			0x1c5800
202 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4)
203 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004)
204 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028)
205 #define AR_PHY_RF_CTL4 (AR_PHY_BASE + 0x0034)
206 #define AR_PHY_SETTLING (AR_PHY_BASE + 0x0044)
207 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048)
208 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050)
209 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058)
210 #define AR_PHY_AGC_CTL1 (AR_PHY_BASE + 0x005c)
211 #define AR_PHY_SFCORR (AR_PHY_BASE + 0x0068)
212 #define AR_PHY_SFCORR_LOW (AR_PHY_BASE + 0x006c)
213 #define AR_PHY_TIMING_CTRL4 (AR_PHY_BASE + 0x0120)
214 #define AR_PHY_TIMING5 (AR_PHY_BASE + 0x0124)
215 #define AR_PHY_POWER_TX_RATE1 (AR_PHY_BASE + 0x0134)
216 #define AR_PHY_POWER_TX_RATE2 (AR_PHY_BASE + 0x0138)
217 #define AR_PHY_POWER_TX_RATE_MAX (AR_PHY_BASE + 0x013c)
218 #define AR_PHY_SWITCH_CHAIN_0 (AR_PHY_BASE + 0x0160)
219 #define AR_PHY_SWITCH_COM (AR_PHY_BASE + 0x0164)
220 #define AR_PHY_HEAVY_CLIP_ENABLE (AR_PHY_BASE + 0x01e0)
221 #define AR_PHY_CCK_DETECT (AR_PHY_BASE + 0x0a08)
222 #define AR_PHY_GAIN_2GHZ (AR_PHY_BASE + 0x0a0c)
223 #define AR_PHY_POWER_TX_RATE3 (AR_PHY_BASE + 0x0a34)
224 #define AR_PHY_POWER_TX_RATE4 (AR_PHY_BASE + 0x0a38)
225 #define AR_PHY_TPCRG1 (AR_PHY_BASE + 0x0a58)
226 #define AR_PHY_POWER_TX_RATE5 (AR_PHY_BASE + 0x0b8c)
227 #define AR_PHY_POWER_TX_RATE6 (AR_PHY_BASE + 0x0b90)
228 #define AR_PHY_POWER_TX_RATE7 (AR_PHY_BASE + 0x0bcc)
229 #define AR_PHY_POWER_TX_RATE8 (AR_PHY_BASE + 0x0bd0)
230 #define AR_PHY_POWER_TX_RATE9 (AR_PHY_BASE + 0x0bd4)
231 #define AR_PHY_CCA (AR_PHY_BASE + 0x3064)