Home
last modified time | relevance | path

Searched refs:OSPREY_NUM_BAND_EDGES_2G (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h125 #define OSPREY_NUM_BAND_EDGES_2G 4 macro
366 CAL_CTL_EDGE_PWR ctl_edges[OSPREY_NUM_BAND_EDGES_2G];
390 u_int8_t ctl_freqbin_2G[OSPREY_NUM_CTLS_2G][OSPREY_NUM_BAND_EDGES_2G];
H A Dar9300_misc.c3929 OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G + /* ctl_freqbin_2G */ in ar9300_set_ctl_pwr()
3931 offset = (OSPREY_NUM_CTLS_2G * OSPREY_NUM_BAND_EDGES_2G) + in ar9300_set_ctl_pwr()
H A Dar9300_eeprom.c2465 OSPREY_NUM_BAND_EDGES_2G : OSPREY_NUM_BAND_EDGES_5G; in ar9300_eep_def_get_max_edge_power()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c302 for (j = 0; j < OSPREY_NUM_BAND_EDGES_2G; j++) { in eeprom_9300_print_2g_ctls()