Lines Matching refs:eep
107 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_setup() local
112 eep->baseEepHeader.openLoopPwrCntl) in ar9280_setup()
118 eep->baseEepHeader.fastClk5g)) in ar9280_setup()
127 !eep->baseEepHeader.pwdclkind) { in ar9280_setup()
136 type = eep->baseEepHeader.rxGainType; in ar9280_setup()
151 type = eep->baseEepHeader.txGainType; in ar9280_setup()
237 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_init_from_rom() local
243 modal = &eep->modalHeader[IEEE80211_IS_CHAN_2GHZ(c)]; in ar9280_init_from_rom()
392 if (eep->baseEepHeader.dacLpMode && in ar9280_init_from_rom()
394 !eep->baseEepHeader.dacHiPwrMode_5G)) in ar9280_init_from_rom()
409 eep->baseEepHeader.desiredScaleCCK); in ar9280_init_from_rom()
419 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_olpc_get_pdadcs() local
426 pierfreq = eep->calFreqPier2G; in ar9280_olpc_get_pdadcs()
428 eep->calPierData2G[chain]; in ar9280_olpc_get_pdadcs()
432 pierfreq = eep->calFreqPier5G; in ar9280_olpc_get_pdadcs()
434 eep->calPierData5G[chain]; in ar9280_olpc_get_pdadcs()
593 const struct ar5416_eeprom *eep = sc->sc_eep; in ar9280_olpc_temp_compensation() local
607 eep->baseEepHeader.dacHiPwrMode_5G) in ar9280_olpc_temp_compensation()