/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-parse.c |
|
H A D | iwl-eeprom-read.c |
|
H A D | iwl-eeprom-read.h |
|
H A D | iwl-eeprom-parse.h |
|
H A D | iwl-config.h | 166 u16 eeprom_size; 167 u16 eeprom_size; global() member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_9260.c | 85 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
|
H A D | if_iwm_9000.c | 85 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_9000, \
|
H A D | if_iwm_8000.c | 86 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_8000, \
|
H A D | if_iwm_7000.c | 90 .eeprom_size = IWM_OTP_LOW_IMAGE_SIZE_FAMILY_7000, \
|
H A D | if_iwm_config.h | 134 uint16_t eeprom_size; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | eeprom.c | 110 u16 eeprom_size = mt7915_eeprom_size(dev); in mt7915_eeprom_load() local 112 ret = mt76_eeprom_init(&dev->mt76, eeprom_size); in mt7915_eeprom_load() 132 block_num = DIV_ROUND_UP(eeprom_size, eeprom_blk_size); in mt7915_eeprom_load()
|
H A D | mcu.c | 2763 u16 eeprom_size = mt7915_eeprom_size(dev); in mt7915_mcu_set_eeprom_flash() local 2764 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash() 2773 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash() 2774 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 581 for (i = 0; i < (1 << sc->eeprom_size) - 1; i++) in fxp_attach() 583 i = (1 << sc->eeprom_size) - 1; in fxp_attach() 1153 for (x = 1 << (sc->eeprom_size - 1); x; x >>= 1) { in fxp_eeprom_getword() 1167 sc->eeprom_size = data; in fxp_eeprom_getword() 1200 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size); in fxp_eeprom_putword() 1208 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size); in fxp_eeprom_putword() 1229 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size); in fxp_eeprom_putword() 1259 sc->eeprom_size = 8; in fxp_autosize_eeprom() 1289 fxp_read_eeprom(sc, sc->eeprom, 0, 1 << sc->eeprom_size); in fxp_load_eeprom() 1291 for (i = 0; i < (1 << sc->eeprom_size) - 1; i++) in fxp_load_eeprom() [all …]
|
H A D | if_fxpvar.h | 215 int eeprom_size; /* size of serial EEPROM */ member
|
/freebsd/sys/contrib/dev/iwlwifi/cfg/ |
H A D | 8000.c | 41 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | sc.c | 65 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | 9000.c | 37 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | bz.c | 56 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | ax210.c | 70 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | 22000.c | 51 .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
|
H A D | 7000.c | 53 .eeprom_size = OTP_LOW_IMAGE_SIZE_16K,
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_x540.c | 369 u16 eeprom_size; in ixgbe_init_eeprom_params_X540() local 378 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540() 380 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_X540()
|
H A D | ixgbe_x550.c | 1016 u16 eeprom_size; in ixgbe_init_eeprom_params_X550() local 1025 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550() 1027 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_X550()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | nvm.c | 196 mvm->trans->trans_cfg->base_params->eeprom_size) { in iwl_nvm_read_section() 322 nvm_buffer = kmalloc(mvm->trans->trans_cfg->base_params->eeprom_size, in iwl_nvm_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mcu.c | 3017 u16 eeprom_size = MT7996_EEPROM_SIZE; in mt7996_mcu_set_eeprom_flash() local 3018 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7996_mcu_set_eeprom_flash() 3026 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7996_mcu_set_eeprom_flash() 3027 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
|