Searched refs:frac_n_5g (Results 1 – 3 of 3) sorted by relevance
79 uint8_t frac_n_5g; in ar9280SetChannel() local89 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()
190 uint8_t frac_n_5g; /* member
102 *(uint8_t *) val = pBase->frac_n_5g; in v14EepromGet()