Searched refs:OSPREY_NUM_CTLS_2G (Results 1 – 3 of 3) sorted by relevance
122 #define OSPREY_NUM_CTLS_2G 12 macro389 u_int8_t ctl_index_2g[OSPREY_NUM_CTLS_2G];390 u_int8_t ctl_freqbin_2G[OSPREY_NUM_CTLS_2G][OSPREY_NUM_BAND_EDGES_2G];391 OSP_CAL_CTL_DATA_2G ctl_power_data_2g[OSPREY_NUM_CTLS_2G];
3901 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_2G, ctl_array, in ar9300_set_ctl_pwr()3902 OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G + /* ctl_freqbin_2G */ in ar9300_set_ctl_pwr()3903 OSPREY_NUM_CTLS_2G * sizeof(OSP_CAL_CTL_DATA_2G)); /* ctl_power_data_2g */ in ar9300_set_ctl_pwr()3904 offset = (OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G) + in ar9300_set_ctl_pwr()3905 ( OSPREY_NUM_CTLS_2G * sizeof(OSP_CAL_CTL_DATA_2G)); in ar9300_set_ctl_pwr()
2684 ctl_num = OSPREY_NUM_CTLS_2G; in ar9300_eeprom_set_power_per_rate_table()