Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
HDif_iwm_9260.c81 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
HDif_iwm_9000.c81 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
HDif_iwm_8000.c82 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_8000, \
HDif_iwm_7000.c86 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_7000, \
HDif_iwm_config.h134 uint16_t eeprom_size; member
HDif_iwm.c1937 sc->cfg->eeprom_size) { in iwm_nvm_read_section()
2357 nvm_buffer = kmalloc(sc->cfg->eeprom_size, M_DEVBUF, M_WAITOK | M_ZERO); in iwm_nvm_init()
/dragonfly/sys/dev/netif/fxp/
HDif_fxp.c559 for (i = 0; i < (1 << sc->eeprom_size) - 1; i++) { in fxp_attach()
563 i = (1 << sc->eeprom_size) - 1; in fxp_attach()
905 for (x = 1 << (sc->eeprom_size - 1); x; x >>= 1) { in fxp_eeprom_getword()
919 sc->eeprom_size = data; in fxp_eeprom_getword()
952 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size); in fxp_eeprom_putword()
960 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size); in fxp_eeprom_putword()
981 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size); in fxp_eeprom_putword()
1011 sc->eeprom_size = 8; in fxp_autosize_eeprom()
HDif_fxpvar.h121 int eeprom_size; /* size of serial EEPROM */ member
/dragonfly/sys/dev/netif/ix/
HDixgbe_x540.c367 u16 eeprom_size; in ixgbe_init_eeprom_params_X540() local
376 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540()
378 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_X540()
HDixgbe_x550.c1020 u16 eeprom_size; in ixgbe_init_eeprom_params_X550() local
1029 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550()
1031 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_X550()
HDixgbe_common.c1253 u16 eeprom_size; in ixgbe_init_eeprom_params_generic() local
1277 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_generic()
1279 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_generic()