Searched refs:ctl_index (Results 1 – 2 of 2) sorted by relevance
2560 u_int8_t *ctl_index; in ar9300_eeprom_set_power_per_rate_table() local2683 ctl_index = p_eep_data->ctl_index_2g; in ar9300_eeprom_set_power_per_rate_table()2686 ctl_index = p_eep_data->ctl_index_5g; in ar9300_eeprom_set_power_per_rate_table()2690 for (i = 0; (i < ctl_num) && ctl_index[i]; i++) { in ar9300_eeprom_set_power_per_rate_table()2694 i, cfg_ctl, p_ctl_mode[ctl_mode], ctl_index[i], in ar9300_eeprom_set_power_per_rate_table()2703 (p_ctl_mode[ctl_mode] & CTL_MODE_M)) == ctl_index[i]) || in ar9300_eeprom_set_power_per_rate_table()2706 ((ctl_index[i] & CTL_MODE_M) | SD_NO_CTL))) in ar9300_eeprom_set_power_per_rate_table()
3893 u_int8_t *ctl_index; in ar9300_set_ctl_pwr() local3900 ctl_index = p_eep_data->ctl_index_2g; in ar9300_set_ctl_pwr()3901 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_2G, ctl_array, in ar9300_set_ctl_pwr()3909 ctl_index = p_eep_data->ctl_index_5g; in ar9300_set_ctl_pwr()3910 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_5G, ctl_array + offset, in ar9300_set_ctl_pwr()