Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c79 uint8_t frac_n_5g; in ar9280SetChannel() local
89 if (ath_hal_eepromGet(ah, AR_EEP_FRAC_N_5G, &frac_n_5g) != HAL_OK) in ar9280SetChannel()
90 frac_n_5g = 0; in ar9280SetChannel()
113 switch (frac_n_5g) { in ar9280SetChannel()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h190 uint8_t frac_n_5g; /* member
H A Dah_eeprom_v14.c102 *(uint8_t *) val = pBase->frac_n_5g; in v14EepromGet()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c114 (int) eh->desiredScaleCCK, (int) eh->pwr_table_offset, (int) eh->frac_n_5g); in eeprom_v14_base_print()