Home
last modified time | relevance | path

Searched refs:pps_present (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dam65-cpts.c181 bool pps_present; member
578 if (cpts->pps_present && index == cpts->pps_hw_ts_idx) in am65_cpts_extts_enable()
678 if (cpts->pps_present && req->index == cpts->pps_genf_idx) in am65_cpts_perout_enable()
701 if (!cpts->pps_present) in am65_cpts_pps_enable()
1106 cpts->pps_present = true; in am65_cpts_of_parse()
1110 cpts->pps_present = false; in am65_cpts_of_parse()
1114 cpts->pps_present = false; in am65_cpts_of_parse()
1116 if (cpts->pps_present) { in am65_cpts_of_parse()
1188 if (cpts->pps_present) in am65_cpts_create()
1221 cpts->refclk_freq, cpts->ts_add_val, cpts->pps_present); in am65_cpts_create()
/linux/include/net/tc_act/
H A Dtc_police.h19 bool pps_present; member