Searched refs:DPLL_TYPE_PPS (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | prop.c | 370 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 D | dpll.h | 114 DPLL_TYPE_PPS = 1, enumerator
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2656 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 D | dpll_core.c | 483 if (WARN_ON(type < DPLL_TYPE_PPS || type > DPLL_TYPE_MAX)) in dpll_device_register()
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 590 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4799 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()
|