Home
last modified time | relevance | path

Searched refs:DPLL_TYPE_PPS (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Dprop.c370 return DPLL_TYPE_PPS; in zl3073x_prop_dpll_type_get()
373 return DPLL_TYPE_PPS; in zl3073x_prop_dpll_type_get()
380 return DPLL_TYPE_PPS; /* Default */ in zl3073x_prop_dpll_type_get()
H A Ddpll.c1885 zldpll->type == DPLL_TYPE_PPS ? 1 : 0); in zl3073x_dpll_nco_pin_register()
/linux/include/uapi/linux/
H A Ddpll.h115 DPLL_TYPE_PPS = 1, enumerator
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2971 int ret = ice_aq_get_cgu_input_pin_measure(&pf->hw, DPLL_TYPE_PPS, meas, in ice_dpll_is_pps_phase_monitor()
3025 ret = ice_aq_get_cgu_input_pin_measure(&pf->hw, DPLL_TYPE_PPS, meas, in ice_dpll_pps_update_phase_offsets()
3033 DPLL_TYPE_PPS, ret, in ice_dpll_pps_update_phase_offsets()
4212 if (type == DPLL_TYPE_PPS && ice_dpll_is_pps_phase_monitor(pf)) in ice_dpll_init_dpll()
4950 err = ice_dpll_init_dpll(pf, &pf->dplls.pps, cgu, DPLL_TYPE_PPS); in ice_dpll_init_e810()
/linux/drivers/dpll/
H A Ddpll_core.c486 if (WARN_ON(type < DPLL_TYPE_PPS || type > DPLL_TYPE_MAX)) in dpll_device_register()
/linux/Documentation/driver-api/
H A Ddpll.rst646 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
/linux/drivers/ptp/
H A Dptp_ocp.c5125 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()