Home
last modified time | relevance | path

Searched refs:sc_eep (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/dev/ic/
H A Darn9287.c120 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_setup()
133 struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_swap_rom()
152 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_get_spur_chans()
162 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_init_from_rom()
267 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_get_pdadcs()
310 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_olpc_get_pdgain()
336 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_set_power_calib()
434 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_set_txpower()
559 const struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_olpc_temp_compensation()
H A Darn9380.c133 struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_setup()
221 struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_swap_rom()
252 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_get_paprd_masks()
303 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_init_from_rom()
458 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_init_swreg()
494 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9485_init_swreg()
564 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_spur_mitigate_ofdm()
720 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_set_txpower()
834 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_get_correction()
865 const struct ar9380_eeprom *eep = sc->sc_eep; in ar9380_set_correction()
H A Darn5416.c135 struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_swap_rom()
157 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_get_spur_chans()
227 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_init_from_rom()
358 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_get_pdadcs()
419 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_set_power_calib()
520 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_set_txpower()
785 const struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_rw_bank6tpc()
912 struct ar5416_eeprom *eep = sc->sc_eep; in ar9160_rw_addac()
H A Darn9285.c126 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_setup()
158 struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_swap_rom()
175 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_get_spur_chans()
185 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_init_from_rom()
417 ((struct ar9285_base_eep_header *)sc->sc_eep)->txGainType == in ar9285_pa_calib()
710 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_get_pdadcs()
740 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_set_power_calib()
795 const struct ar9285_eeprom *eep = sc->sc_eep; in ar9285_set_txpower()
H A Darn9280.c107 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_setup()
202 !((struct ar5416_base_eep_header *)sc->sc_eep)->frac_n_5g) { in ar9280_set_synth()
237 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_init_from_rom()
419 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_olpc_get_pdadcs()
593 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_olpc_temp_compensation()
H A Dathnvar.h547 void *sc_eep; member
H A Darn5008.c222 base = sc->sc_eep; in ar5008_attach()
316 sc->sc_eep = malloc(sc->sc_eep_size, M_DEVBUF, M_WAITOK); in ar5008_read_rom()
320 eep = sc->sc_eep; in ar5008_read_rom()
345 struct ar_base_eep_header *base = sc->sc_eep; in ar5008_swap_rom()
H A Dathn.c403 if (sc->sc_eep != NULL) { in athn_detach()
404 free(sc->sc_eep, M_DEVBUF); in athn_detach()
405 sc->sc_eep = NULL; in athn_detach()
H A Darn9003.c402 uint8_t *eep = sc->sc_eep; in ar9003_restore_rom_block()
460 sc->sc_eep = malloc(sc->sc_eep_size, M_DEVBUF, M_WAITOK); in ar9003_read_rom()
/netbsd/sys/dev/usb/
H A Dif_athn_usb.c1312 eep = sc->sc_eep; in athn_usb_read_rom()