Home
last modified time | relevance | path

Searched full:eec (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c723 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
724 pin->pin == pf->dplls.eec.active_input ? in ice_dpll_pin_state_update()
732 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
738 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
753 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
754 parent == pf->dplls.eec.dpll_idx ? in ice_dpll_pin_state_update()
762 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
1266 d->eec.dpll_idx, type, extack); in ice_dpll_sma_direction_set()
3148 struct ice_dpll *de = &pf->dplls.eec; in ice_dpll_periodic_work()
3171 "EEC/PPS DPLLs periodic work disabled\n"); in ice_dpll_periodic_work()
[all …]
H A Dice_common.c5557 * @eec_mode: EEC mode
H A Dice_ptp_hw.c6095 * @eec_mode: eec mode of the DPLL
/linux/drivers/dpll/zl3073x/
H A Ddpll.h23 * @type: DPLL type (PPS or EEC)
H A Dprop.c374 else if (!strcmp(types[index], "eec")) in zl3073x_prop_dpll_type_get()
/linux/Documentation/devicetree/bindings/dpll/
H A Ddpll-device.yaml34 enum: [pps, eec]
H A Dmicrochip,zl30731.yaml56 dpll-types = "pps", "eec";
/linux/drivers/net/ethernet/intel/igb/
H A De1000_i210.c653 u32 eec = 0; in igb_get_flash_presence_i210() local
656 eec = rd32(E1000_EECD); in igb_get_flash_presence_i210()
657 if (eec & E1000_EECD_FLASH_DETECTED_I210) in igb_get_flash_presence_i210()
/linux/Documentation/netlink/specs/
H A Ddpll.yaml139 name: eec
143 doc: generic dpll type for devices outside PPS/EEC classes
/linux/include/uapi/linux/
H A Ddpll.h112 * @DPLL_TYPE_GENERIC: generic dpll type for devices outside PPS/EEC classes
/linux/drivers/char/
H A Dtoshiba.c41 * strict accordance with the European Council Directive 92/250/EEC on the legal
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h925 u32 rxic7; /* 0x.eec - Ring 7 Rx interrupt coalescing */
/linux/arch/powerpc/perf/
H A Dhv-24x7.c801 pr_devel("cv %llu cl %zu eec %zu edo %zu edl %zu\n", in create_events_from_catalog()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1974 /* QPC/EEC/CQC/EQC/RDMARC attributes */ in mlx4_INIT_HCA()
2103 /* QPC/EEC/CQC/EQC/RDMARC attributes */ in mlx4_QUERY_HCA()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1381 /* QPC/EEC/CQC/EQC/RDB attributes */ in mthca_INIT_HCA()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11563 u32 eec; in ixgbe_probe() local
11646 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_probe()
11652 if (!(eec & BIT(8))) in ixgbe_probe()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3366 e_dbg("Unable to determine valid NVM bank via EEC - reading flash signature\n"); in e1000_valid_nvm_bank_detect_ich8lan()