Home
last modified time | relevance | path

Searched refs:DPLL_TYPE_PPS (Results 1 – 6 of 6) 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()
/linux/include/uapi/linux/
H A Ddpll.h114 DPLL_TYPE_PPS = 1, enumerator
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2656 int ret = ice_aq_get_cgu_input_pin_measure(&pf->hw, DPLL_TYPE_PPS, meas, in ice_dpll_is_pps_phase_monitor()
2710 ret = ice_aq_get_cgu_input_pin_measure(&pf->hw, DPLL_TYPE_PPS, meas, in ice_dpll_pps_update_phase_offsets()
2717 DPLL_TYPE_PPS, ret, in ice_dpll_pps_update_phase_offsets()
3733 if (type == DPLL_TYPE_PPS && ice_dpll_is_pps_phase_monitor(pf)) in ice_dpll_init_dpll()
4358 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.c483 if (WARN_ON(type < DPLL_TYPE_PPS || type > DPLL_TYPE_MAX)) in dpll_device_register()
/linux/Documentation/driver-api/
H A Ddpll.rst590 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
/linux/drivers/ptp/
H A Dptp_ocp.c4799 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()