Searched refs:QUART (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 31 #define QUART IEEE80211_T_OFDM_QUARTER macro 73 /* 1.5 Mb */ { AH_TRUE, QUART, 1500, 0x0b, 0x00, (0x80|3), 0 }, 74 /* 2 Mb */ { AH_TRUE, QUART, 2250, 0x0f, 0x00, 4, 0 }, 75 /* 3 Mb */ { AH_TRUE, QUART, 3000, 0x0a, 0x00, (0x80|6), 2 }, 76 /* 4.5 Mb */ { AH_TRUE, QUART, 4500, 0x0e, 0x00, 9, 2 }, 77 /* 6 Mb */ { AH_TRUE, QUART, 6000, 0x09, 0x00, (0x80|12), 4 }, 78 /* 9 Mb */ { AH_TRUE, QUART, 9000, 0x0d, 0x00, 18, 4 }, 79 /* 12 Mb */ { AH_TRUE, QUART, 12000, 0x08, 0x00, 24, 4 }, 80 /*13.5 Mb */ { AH_TRUE, QUART, 13500, 0x0c, 0x00, 27, 4 }
|
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 92 #define QUART IEEE80211_T_OFDM_QUARTER macro 167 [0] = { .phy = QUART, 1500, 0x00, B(3), 0 }, 168 [1] = { .phy = QUART, 2250, 0x00, 4, 0 }, 169 [2] = { .phy = QUART, 3000, 0x00, B(9), 2 }, 170 [3] = { .phy = QUART, 4500, 0x00, 9, 2 }, 171 [4] = { .phy = QUART, 6000, 0x00, B(12), 4 }, 172 [5] = { .phy = QUART, 9000, 0x00, 18, 4 }, 173 [6] = { .phy = QUART, 12000, 0x00, 24, 4 }, 174 [7] = { .phy = QUART, 13500, 0x00, 27, 4 }
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.c | 66 #define QUART IEEE80211_T_OFDM_QUARTER macro 144 [0] = { .phy = QUART, 1500, 0x00, B(3), 0 }, 145 [1] = { .phy = QUART, 2250, 0x00, 4, 0 }, 146 [2] = { .phy = QUART, 3000, 0x00, B(9), 2 }, 147 [3] = { .phy = QUART, 4500, 0x00, 9, 2 }, 148 [4] = { .phy = QUART, 6000, 0x00, B(12), 4 }, 149 [5] = { .phy = QUART, 9000, 0x00, 18, 4 }, 150 [6] = { .phy = QUART, 12000, 0x00, 24, 4 }, 151 [7] = { .phy = QUART, 13500, 0x00, 27, 4 } 282 #undef QUART
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | mvme7100.dts | 95 5 0 0xf2010000 0x00010000>; // QUART
|