/src/sys/dev/pci/ixgbe/ |
ixgbe_x540.c | 377 u32 eec; local in function:ixgbe_init_eeprom_params_X540 386 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); 387 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> 695 * Set FLUP (bit 23) of the EEC register to instruct Hardware to copy 742 * Polls the FLUDONE (bit 26) of the EEC Register to determine when the
|
ixgbe_x540.c | 377 u32 eec; local in function:ixgbe_init_eeprom_params_X540 386 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); 387 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> 695 * Set FLUP (bit 23) of the EEC register to instruct Hardware to copy 742 * Polls the FLUDONE (bit 26) of the EEC Register to determine when the
|
ixgbe_x550.c | 1193 u32 eec; local in function:ixgbe_init_eeprom_params_X550 1202 eec = IXGBE_READ_REG(hw, IXGBE_EEC); 1203 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
|
ixgbe_x550.c | 1193 u32 eec; local in function:ixgbe_init_eeprom_params_X550 1202 eec = IXGBE_READ_REG(hw, IXGBE_EEC); 1203 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
|
ixgbe_common.c | 55 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 56 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 79 u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); local in function:ixgbe_init_ops_generic 86 if (eec & IXGBE_EEC_PRES) { 1279 u32 eec; local in function:ixgbe_init_eeprom_params_generic 1296 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); 1297 if (eec & IXGBE_EEC_PRES) { 1304 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> 1310 if (eec & IXGBE_EEC_ADDR_SIZE) 1847 u32 eec; local in function:ixgbe_acquire_eeprom 2049 u32 eec; local in function:ixgbe_standby_eeprom 2075 u32 eec; local in function:ixgbe_shift_out_eeprom_bits 2130 u32 eec; local in function:ixgbe_shift_in_eeprom_bits 2207 u32 eec; local in function:ixgbe_release_eeprom [all...] |
ixgbe_common.c | 55 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 56 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 79 u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); local in function:ixgbe_init_ops_generic 86 if (eec & IXGBE_EEC_PRES) { 1279 u32 eec; local in function:ixgbe_init_eeprom_params_generic 1296 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); 1297 if (eec & IXGBE_EEC_PRES) { 1304 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> 1310 if (eec & IXGBE_EEC_ADDR_SIZE) 1847 u32 eec; local in function:ixgbe_acquire_eeprom 2049 u32 eec; local in function:ixgbe_standby_eeprom 2075 u32 eec; local in function:ixgbe_shift_out_eeprom_bits 2130 u32 eec; local in function:ixgbe_shift_in_eeprom_bits 2207 u32 eec; local in function:ixgbe_release_eeprom [all...] |
/src/sys/dev/pci/igc/ |
igc_i225.c | 683 uint32_t eec = 0; local in function:igc_get_flash_presence_i225 688 eec = IGC_READ_REG(hw, IGC_EECD); 690 if (eec & IGC_EECD_FLASH_DETECTED_I225) 768 * if fw_valid_bit is set, FW is active. setting FLUPD bit in EEC
|
igc_i225.c | 683 uint32_t eec = 0; local in function:igc_get_flash_presence_i225 688 eec = IGC_READ_REG(hw, IGC_EECD); 690 if (eec & IGC_EECD_FLASH_DETECTED_I225) 768 * if fw_valid_bit is set, FW is active. setting FLUPD bit in EEC
|
/src/sys/arch/hp300/stand/common/ |
scsireg.h | 355 u_char eec : 1; /* enable early correction */ member in struct:scsi_err_recovery
|
scsireg.h | 355 u_char eec : 1; /* enable early correction */ member in struct:scsi_err_recovery
|
/src/sys/dev/pci/ |
if_wm.c | 15139 uint32_t eec; local in function:wm_nvm_flash_presence_i210 15141 eec = CSR_READ(sc, WMREG_EEC); 15142 if ((eec & EEC_FLASH_DETECTED) != 0)
|
if_wm.c | 15139 uint32_t eec; local in function:wm_nvm_flash_presence_i210 15141 eec = CSR_READ(sc, WMREG_EEC); 15142 if ((eec & EEC_FLASH_DETECTED) != 0)
|