Searched refs:eeprom_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_8000.c88 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_8000, \
H A Dif_iwm_9000.c87 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
H A Dif_iwm_9260.c87 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
H A Dif_iwm_7000.c92 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_7000, \
H A Dif_iwm_config.h135 uint16_t eeprom_size; member in struct:iwm_cfg
H A Dif_iwm.c1889 sc->cfg->eeprom_size) {
2401 nvm_buffer = malloc(sc->cfg->eeprom_size, M_DEVBUF, M_NOWAIT | M_ZERO);
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxpvar.h217 int eeprom_size; /* size of serial EEPROM */ member in struct:fxp_softc
H A Dif_fxp.c592 for (i = 0; i < (1 << sc->eeprom_size) - 1; i++)
594 i = (1 << sc->eeprom_size) - 1;
1182 for (x = 1 << (sc->eeprom_size - 1); x; x >>= 1) {
1196 sc->eeprom_size = data;
1229 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size);
1237 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size);
1258 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size);
1288 sc->eeprom_size = 8;
1318 fxp_read_eeprom(sc, sc->eeprom, 0, 1 << sc->eeprom_size);
[all...]
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_x540.c368 u16 eeprom_size; local
377 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
379 eeprom->word_size = 1 << (eeprom_size +
H A Dixgbe_common.c1256 u16 eeprom_size; local
1280 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
1282 eeprom->word_size = 1 << (eeprom_size +
H A Dixgbe_x550.c1019 u16 eeprom_size; local
1028 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
1030 eeprom->word_size = 1 << (eeprom_size +

Completed in 147 milliseconds