Searched refs:eec (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h74 * @eec: pointer to EEC dpll dev
91 struct ice_dpll eec; member in struct:ice_dplls
H A Dice_dpll.c404 pin->state[pf->dplls.eec.dpll_idx] =
405 pin->pin == pf->dplls.eec.active_input ?
413 pin->state[pf->dplls.eec.dpll_idx] =
419 pin->state[pf->dplls.eec.dpll_idx] =
434 pin->state[pf->dplls.eec.dpll_idx] =
435 parent == pf->dplls.eec.dpll_idx ?
443 pin->state[pf->dplls.eec.dpll_idx] =
1370 struct ice_dpll *de = &pf->dplls.eec;
1675 struct ice_dpll *de = &d->eec;
1715 pf->dplls.eec
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c21 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
22 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
850 u32 eec; local
865 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
866 if (eec & IXGBE_EEC_PRES) {
873 eeprom_size = FIELD_GET(IXGBE_EEC_SIZE, eec);
878 if (eec & IXGBE_EEC_ADDR_SIZE)
1330 u32 eec; local
1336 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
1339 eec |
1505 u32 eec; local
1529 u32 eec; local
1582 u32 eec; local
1618 ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) argument
1635 ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) argument
1653 u32 eec; local
[all...]
H A Dixgbe_x540.c193 u32 eec; local
198 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
199 eeprom_size = FIELD_GET(IXGBE_EEC_SIZE, eec);
H A Dixgbe_x550.c636 u32 eec; local
641 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
642 eeprom_size = FIELD_GET(IXGBE_EEC_SIZE, eec);
H A Dixgbe_main.c10839 u32 eec; local
10918 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
10924 if (!(eec & BIT(8)))
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_i225.c462 u32 eec = 0; local
464 eec = rd32(IGC_EECD);
465 if (eec & IGC_EECD_FLASH_DETECTED_I225)
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_i210.c653 u32 eec = 0; local
656 eec = rd32(E1000_EECD);
657 if (eec & E1000_EECD_FLASH_DETECTED_I210)

Completed in 173 milliseconds