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

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h118 #define OSPREY_NUM_CTLS_2G 12 macro
383 u_int8_t ctl_index_2g[OSPREY_NUM_CTLS_2G];
384 u_int8_t ctl_freqbin_2G[OSPREY_NUM_CTLS_2G][OSPREY_NUM_BAND_EDGES_2G];
385 OSP_CAL_CTL_DATA_2G ctl_power_data_2g[OSPREY_NUM_CTLS_2G];
H A Dar9300_misc.c3871 OS_MEMCPY(ctl_index + OSPREY_NUM_CTLS_2G, ctl_array,
3872 OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G + /* ctl_freqbin_2G */
3873 OSPREY_NUM_CTLS_2G * sizeof(OSP_CAL_CTL_DATA_2G)); /* ctl_power_data_2g */
3874 offset = (OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G) +
3875 ( OSPREY_NUM_CTLS_2G * sizeof(OSP_CAL_CTL_DATA_2G));
H A Dar9300_eeprom.c2684 ctl_num = OSPREY_NUM_CTLS_2G;

Completed in 118 milliseconds