Searched refs:QUART (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c31 #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-9.3-release/sys/net80211/
H A Dieee80211_phy.c62 #define QUART IEEE80211_T_OFDM_QUARTER macro
137 [0] = { .phy = QUART, 1500, 0x00, B(3), 0 },
138 [1] = { .phy = QUART, 2250, 0x00, 4, 0 },
139 [2] = { .phy = QUART, 3000, 0x00, B(9), 2 },
140 [3] = { .phy = QUART, 4500, 0x00, 9, 2 },
141 [4] = { .phy = QUART, 6000, 0x00, B(12), 4 },
142 [5] = { .phy = QUART, 9000, 0x00, 18, 4 },
143 [6] = { .phy = QUART, 12000, 0x00, 24, 4 },
144 [7] = { .phy = QUART, 13500, 0x00, 27, 4 }
183 #undef QUART macro
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c95 #define QUART IEEE80211_T_OFDM_QUARTER macro
170 [0] = { .phy = QUART, 1500, 0x00, B(3), 0 },
171 [1] = { .phy = QUART, 2250, 0x00, 4, 0 },
172 [2] = { .phy = QUART, 3000, 0x00, B(9), 2 },
173 [3] = { .phy = QUART, 4500, 0x00, 9, 2 },
174 [4] = { .phy = QUART, 6000, 0x00, B(12), 4 },
175 [5] = { .phy = QUART, 9000, 0x00, 18, 4 },
176 [6] = { .phy = QUART, 12000, 0x00, 24, 4 },
177 [7] = { .phy = QUART, 13500, 0x00, 27, 4 }

Completed in 104 milliseconds