Searched refs:AR9300_MAX_CHAINS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h315 #define AR9300_MAX_CHAINS 3 macro
465 u_int32_t unsign[AR9300_MAX_CHAINS];
466 int32_t sign[AR9300_MAX_CHAINS];
469 u_int32_t unsign[AR9300_MAX_CHAINS];
470 int32_t sign[AR9300_MAX_CHAINS];
473 u_int32_t unsign[AR9300_MAX_CHAINS];
474 int32_t sign[AR9300_MAX_CHAINS];
477 u_int32_t unsign[AR9300_MAX_CHAINS];
478 int32_t sign[AR9300_MAX_CHAINS];
689 int16_t upper_limit[AR9300_MAX_CHAINS];
[all...]
H A Dar9300_eeprom.c2152 int lfrequency[AR9300_MAX_CHAINS];
2153 int hfrequency[AR9300_MAX_CHAINS];
2155 int lcorrection[AR9300_MAX_CHAINS];
2156 int hcorrection[AR9300_MAX_CHAINS];
2157 int correction[AR9300_MAX_CHAINS];
2159 int ltemperature[AR9300_MAX_CHAINS];
2160 int htemperature[AR9300_MAX_CHAINS];
2161 int temperature[AR9300_MAX_CHAINS];
2163 int lvoltage[AR9300_MAX_CHAINS];
2164 int hvoltage[AR9300_MAX_CHAINS];
[all...]
H A Dar9300_reset.c52 int32_t mag_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
53 int32_t phs_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
298 for (chain = 0; chain < AR9300_MAX_CHAINS; chain++) {
304 i = chan * AR9300_MAX_CHAINS + chain;
2157 for (i = 0; i < AR9300_MAX_CHAINS; i++) {
2331 for (i = 0; i < AR9300_MAX_CHAINS; i++) {
2666 for (i=0; i<AR9300_MAX_CHAINS; i++) {
3560 u_int32_t BB_cl_tab_b[AR9300_MAX_CHAINS] = {
3837 for (ch_idx = 0; ch_idx < AR9300_MAX_CHAINS; ch_idx++) {
3852 for (ch_idx = 0; ch_idx < AR9300_MAX_CHAINS; ch_id
[all...]
H A Dar9300_phy.c1061 int16_t txpower[AR9300_MAX_CHAINS];
1074 int16_t txpower[AR9300_MAX_CHAINS];
1108 int16_t txpower[AR9300_MAX_CHAINS]; /* txpower for different chainmasks */
1109 int16_t txpower_stbc[AR9300_MAX_CHAINS];
H A Dar9300_attach.c3344 for (i = 0; i < AR9300_MAX_CHAINS; i++) {

Completed in 188 milliseconds