Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h100 * @eec: pointer to EEC dpll dev
118 struct ice_dpll eec; member
H A Dice_dpll.c625 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
626 pin->pin == pf->dplls.eec.active_input ? in ice_dpll_pin_state_update()
634 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
640 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
655 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
656 parent == pf->dplls.eec.dpll_idx ? in ice_dpll_pin_state_update()
664 pin->state[pf->dplls.eec.dpll_idx] = in ice_dpll_pin_state_update()
2683 struct ice_dpll *de = &pf->dplls.eec; in ice_dpll_periodic_work()
2704 "EEC/PPS DPLLs periodic work disabled\n"); in ice_dpll_periodic_work()
3112 struct ice_dpll *de = &d->eec; in ice_dpll_deinit_pins()
[all …]
H A Dice_ptp_hw.c5798 * @eec_mode: eec mode of the DPLL
H A Dice_common.c5581 * @eec_mode: EEC mode
/linux/Documentation/devicetree/bindings/dpll/
H A Ddpll-device.yaml34 enum: [pps, eec]
H A Dmicrochip,zl30731.yaml49 dpll-types = "pps", "eec";
/linux/drivers/dpll/zl3073x/
H A Dprop.c351 else if (!strcmp(types[index], "eec")) in zl3073x_prop_dpll_type_get()
/linux/Documentation/netlink/specs/
H A Ddpll.yaml139 name: eec
/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.c800 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.c1382 /* QPC/EEC/CQC/EQC/RDB attributes */ in mthca_INIT_HCA()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11545 u32 eec; in ixgbe_probe() local
11628 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_probe()
11634 if (!(eec & BIT(8))) in ixgbe_probe()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3356 e_dbg("Unable to determine valid NVM bank via EEC - reading flash signature\n"); in e1000_valid_nvm_bank_detect_ich8lan()