Searched refs:ARRAY_LENGTH (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_attach.c | 883 ARRAY_LENGTH(ar9331_hornet1_2_mac_core), 2); in ar9300_attach() 886 ARRAY_LENGTH(ar9331_hornet1_2_mac_postamble), 5); in ar9300_attach() 892 ARRAY_LENGTH(ar9331_hornet1_2_baseband_core), 2); in ar9300_attach() 895 ARRAY_LENGTH(ar9331_hornet1_2_baseband_postamble), 5); in ar9300_attach() 901 ARRAY_LENGTH(ar9331_hornet1_2_radio_core), 2); in ar9300_attach() 907 ARRAY_LENGTH(ar9331_hornet1_2_soc_preamble), 2); in ar9300_attach() 911 ARRAY_LENGTH(ar9331_hornet1_2_soc_postamble), 2); in ar9300_attach() 916 ARRAY_LENGTH(ar9331_common_rx_gain_hornet1_2), 2); in ar9300_attach() 919 ARRAY_LENGTH(ar9331_modes_lowest_ob_db_tx_gain_hornet1_2), 5); in ar9300_attach() 926 ARRAY_LENGTH( in ar9300_attach() [all …]
|
| HD | ar9300_radar.c | 382 ARRAY_LENGTH(ar9300_fcc_radars) - AR9300_FCC_RADARS_FCC_OFFSET; 384 *numb5radars = ARRAY_LENGTH(ar9300_bin5pulses); 389 *numradars = ARRAY_LENGTH(ar9300_etsi_radars); 391 *numb5radars = ARRAY_LENGTH(ar9300_bin5pulses); 396 *numradars = ARRAY_LENGTH(ar9300_fcc_radars); 398 *numb5radars = ARRAY_LENGTH(ar9300_bin5pulses);
|
| HD | ar9300_gpio.c | 171 if ((int) hal_signal_type < ARRAY_LENGTH(mux_signal_conversion_table)) in ar9300_gpio_cfg_output() 290 if ((int) halSignalType < ARRAY_LENGTH(mux_signal_conversion_table)) in ar9300_gpio_cfg_output_led_off() 462 for (i = 0; i < ARRAY_LENGTH(regs); i++) { in ar9300_gpio_set_intr() 489 for (i = 0; i < ARRAY_LENGTH(regs); i++) { in ar9300_gpio_set_intr()
|
| HD | ar9300_ani.c | 184 for (i = 0; i < ARRAY_LENGTH(ahp->ah_ani); i++) { in ar9300_get_ani_channel_index() 231 for (i = 0; i < ARRAY_LENGTH(ahp->ah_ani); i++) { in ar9300_ani_attach() 558 if (level >= ARRAY_LENGTH(firstep_table)) { in ar9300_ani_control() 561 __func__, level, (unsigned) ARRAY_LENGTH(firstep_table)); in ar9300_ani_control() 616 if (level >= ARRAY_LENGTH(cycpwr_thr1_table)) { in ar9300_ani_control() 620 __func__, level, (unsigned) ARRAY_LENGTH(cycpwr_thr1_table)); in ar9300_ani_control()
|
| HD | ar9300_eeprom.c | 2637 ARRAY_LENGTH(ctl_modes_for11g) - SUB_NUM_CTL_MODES_AT_2G_40; in ar9300_eeprom_set_power_per_rate_table() 2641 num_ctl_modes = ARRAY_LENGTH(ctl_modes_for11g); /* All 2G CTL's */ in ar9300_eeprom_set_power_per_rate_table() 2647 ARRAY_LENGTH(ctl_modes_for11a) - SUB_NUM_CTL_MODES_AT_5G_40; in ar9300_eeprom_set_power_per_rate_table() 2651 num_ctl_modes = ARRAY_LENGTH(ctl_modes_for11a); /* All 5G CTL's */ in ar9300_eeprom_set_power_per_rate_table() 3471 for (j = 0; j < ARRAY_LENGTH(eep->modal_header); j++) { in ar9300_check_eeprom() 3593 return ARRAY_LENGTH(default9300); in ar9300_eeprom_struct_default_many() 3601 default_index < ARRAY_LENGTH(default9300)) in ar9300_eeprom_struct_default() 3614 for (it = 0; it < ARRAY_LENGTH(default9300); it++) { in ar9300_eeprom_struct_default_find_by_id() 4368 for (it = 0; it < ARRAY_LENGTH(default9300); it++) { in ar9300_eeprom_template_swap()
|
| HD | ar9300.h | 39 #define ARRAY_LENGTH(a) (sizeof(a) / sizeof((a)[0])) macro
|