/openbsd/sys/dev/ic/ |
H A D | ar9380.c | 131 struct ar9380_eeprom *eep = sc->eep; in ar9380_setup() local 217 struct ar9380_eeprom *eep = sc->eep; in ar9380_swap_rom() local 248 const struct ar9380_eeprom *eep = sc->eep; in ar9380_get_paprd_masks() local 298 const struct ar9380_eeprom *eep = sc->eep; in ar9380_init_from_rom() local 447 const struct ar9380_eeprom *eep = sc->eep; in ar9380_init_swreg() local 483 const struct ar9380_eeprom *eep = sc->eep; in ar9485_init_swreg() local 549 const struct ar9380_eeprom *eep = sc->eep; in ar9380_spur_mitigate_ofdm() local 696 const struct ar9380_eeprom *eep = sc->eep; in ar9380_set_txpower() local 709 eep->calTargetFbin2G, eep->calTargetPower2G, in ar9380_set_txpower() 809 const struct ar9380_eeprom *eep = sc->eep; in ar9380_get_correction() local [all …]
|
H A D | ar9287.c | 129 const struct ar9287_eeprom *eep = sc->eep; in ar9287_setup() local 142 struct ar9287_eeprom *eep = sc->eep; in ar9287_swap_rom() local 161 const struct ar9287_eeprom *eep = sc->eep; in ar9287_get_spur_chans() local 171 const struct ar9287_eeprom *eep = sc->eep; in ar9287_init_from_rom() local 274 const struct ar9287_eeprom *eep = sc->eep; in ar9287_get_pdadcs() local 282 pierfreq = eep->calFreqPier2G; in ar9287_get_pdadcs() 284 eep->calPierData2G[chain]; in ar9287_get_pdadcs() 317 const struct ar9287_eeprom *eep = sc->eep; in ar9287_olpc_get_pdgain() local 344 const struct ar9287_eeprom *eep = sc->eep; in ar9287_set_power_calib() local 441 const struct ar9287_eeprom *eep = sc->eep; in ar9287_set_txpower() local [all …]
|
H A D | ar5416.c | 155 struct ar5416_eeprom *eep = sc->eep; in ar5416_swap_rom() local 160 modal = &eep->modalHeader[i]; in ar5416_swap_rom() 177 const struct ar5416_eeprom *eep = sc->eep; in ar5416_get_spur_chans() local 241 const struct ar5416_eeprom *eep = sc->eep; in ar5416_init_from_rom() local 370 const struct ar5416_eeprom *eep = sc->eep; in ar5416_get_pdadcs() local 430 const struct ar5416_eeprom *eep = sc->eep; in ar5416_set_power_calib() local 529 const struct ar5416_eeprom *eep = sc->eep; in ar5416_set_txpower() local 586 eep->calTargetPower2G, in ar5416_set_txpower() 607 eep->calTargetPower5G, in ar5416_set_txpower() 785 const struct ar5416_eeprom *eep = sc->eep; in ar5416_rw_bank6tpc() local [all …]
|
H A D | ar9285.c | 141 const struct ar9285_eeprom *eep = sc->eep; in ar9285_setup() local 171 struct ar9285_eeprom *eep = sc->eep; in ar9285_swap_rom() local 174 eep->modalHeader.antCtrlCommon = in ar9285_swap_rom() 176 eep->modalHeader.antCtrlChain = in ar9285_swap_rom() 188 const struct ar9285_eeprom *eep = sc->eep; in ar9285_get_spur_chans() local 198 const struct ar9285_eeprom *eep = sc->eep; in ar9285_init_from_rom() local 714 const struct ar9285_eeprom *eep = sc->eep; in ar9285_get_pdadcs() local 721 pierfreq = eep->calFreqPier2G; in ar9285_get_pdadcs() 722 pierdata = eep->calPierData2G; in ar9285_get_pdadcs() 744 const struct ar9285_eeprom *eep = sc->eep; in ar9285_set_power_calib() local [all …]
|
H A D | ar9280.c | 121 const struct ar5416_eeprom *eep = sc->eep; in ar9280_setup() local 132 eep->baseEepHeader.fastClk5g)) in ar9280_setup() 141 !eep->baseEepHeader.pwdclkind) { in ar9280_setup() 244 const struct ar5416_eeprom *eep = sc->eep; in ar9280_init_from_rom() local 395 if (eep->baseEepHeader.dacLpMode && in ar9280_init_from_rom() 422 const struct ar5416_eeprom *eep = sc->eep; in ar9280_olpc_get_pdadcs() local 429 pierfreq = eep->calFreqPier2G; in ar9280_olpc_get_pdadcs() 431 eep->calPierData2G[chain]; in ar9280_olpc_get_pdadcs() 434 pierfreq = eep->calFreqPier5G; in ar9280_olpc_get_pdadcs() 436 eep->calPierData5G[chain]; in ar9280_olpc_get_pdadcs() [all …]
|
H A D | ar5008.c | 215 base = sc->eep; in ar5008_attach() 302 uint16_t magic, sum, *eep; in ar5008_read_rom() local 321 sc->eep = malloc(sc->eep_size, M_DEVBUF, M_NOWAIT); in ar5008_read_rom() 322 if (sc->eep == NULL) in ar5008_read_rom() 327 eep = sc->eep; in ar5008_read_rom() 329 for (addr = sc->eep_base; addr < end; addr++, eep++) { in ar5008_read_rom() 330 if ((error = ar5008_read_eep_word(sc, addr, eep)) != 0) { in ar5008_read_rom() 335 *eep = swap16(*eep); in ar5008_read_rom() 336 sum ^= *eep; in ar5008_read_rom() 352 struct ar_base_eep_header *base = sc->eep; in ar5008_swap_rom()
|
H A D | athnvar.h | 515 void *eep; member
|
H A D | ar9003.c | 382 uint8_t *eep = sc->eep; in ar9003_restore_rom_block() local 393 memcpy(eep, def, sc->eep_size); in ar9003_restore_rom_block() 410 memcpy(&eep[off], ptr, clen); in ar9003_restore_rom_block() 420 memcpy(eep, buf, len); in ar9003_restore_rom_block() 435 sc->eep = malloc(sc->eep_size, M_DEVBUF, M_NOWAIT); in ar9003_read_rom() 436 if (sc->eep == NULL) in ar9003_read_rom()
|
H A D | athn.c | 414 if (sc->eep != NULL) in athn_detach() 415 free(sc->eep, M_DEVBUF, 0); in athn_detach()
|
/openbsd/sys/dev/usb/ |
H A D | if_otus.c | 918 uint8_t *eep; in otus_read_eeprom() local 922 eep = (uint8_t *)&sc->eeprom; in otus_read_eeprom() 930 eep += 32; in otus_read_eeprom() 1724 const struct ModalEepHeader *eep; in otus_set_board_values() local 1753 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize; in otus_set_board_values() 1756 tmp = eep->txEndToXpaOff << 24 | eep->txEndToXpaOff << 16 | in otus_set_board_values() 1757 eep->txFrameToXpaOn << 8 | eep->txFrameToXpaOn; in otus_set_board_values() 1762 tmp |= eep->txEndToRxOn << 16; in otus_set_board_values() 1796 tmp |= (eep->iqCalICh[0] & 0x3f) << 5 | (eep->iqCalQCh[0] & 0x1f); in otus_set_board_values() 1801 tmp |= (eep->iqCalICh[1] & 0x3f) << 5 | (eep->iqCalQCh[1] & 0x1f); in otus_set_board_values() [all …]
|
H A D | if_athn_usb.c | 926 uint16_t *eep; in athn_usb_read_rom() local 930 eep = sc->eep; in athn_usb_read_rom() 940 *eep++ = betoh32(vals[j]); in athn_usb_read_rom()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 307.key | 6 sfJKjjUYysrbtJPuYoOkl2cGYK6x9wWzZqaLoZsBpSfFAlIqrc/cgWLnYdCj/eep
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlrebackslash.pod | 725 Mnemonic: I<K>eep.
|