Home
last modified time | relevance | path

Searched refs:AR_PHY_BASE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dif_otusreg.h101 #define AR_PHY_BASE 0x1c5800 macro
102 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4)
103 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004)
104 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028)
105 #define AR_PHY_RF_CTL4 (AR_PHY_BASE + 0x0034)
106 #define AR_PHY_SETTLING (AR_PHY_BASE + 0x0044)
107 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048)
108 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050)
109 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058)
110 #define AR_PHY_AGC_CTL1 (AR_PHY_BASE + 0x005c)
[all …]
/openbsd/src/sys/dev/ic/
Dar5008reg.h55 #define AR_PHY_BASE 0x9800 macro
56 #define AR_PHY(i) (AR_PHY_BASE + (i) * 4)