Searched refs:ctl_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2560 u_int8_t *ctl_index; local
2660 * The inner loop walks through each ctl_index entry in EEPROM.
2683 ctl_index = p_eep_data->ctl_index_2g;
2686 ctl_index = p_eep_data->ctl_index_5g;
2690 for (i = 0; (i < ctl_num) && ctl_index[i]; i++) {
2693 "ctl_index 0x%2.2x chan %d chanctl 0x%x\n",
2694 i, cfg_ctl, p_ctl_mode[ctl_mode], ctl_index[i],
2703 (p_ctl_mode[ctl_mode] & CTL_MODE_M)) == ctl_index[i]) ||
2706 ((ctl_index[i] & CTL_MODE_M) | SD_NO_CTL)))
H A Dar9300_misc.c3863 u_int8_t *ctl_index; local
3870 ctl_index = p_eep_data->ctl_index_2g;
3871 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_2G, ctl_array,
3879 ctl_index = p_eep_data->ctl_index_5g;
3880 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_5G, ctl_array + offset,

Completed in 319 milliseconds