Lines Matching refs:cpts
35 #include "am65-cpts.h"
950 am65_cpts_tx_timestamp(common->cpts, skb);
1045 am65_cpts_prep_tx_timestamp(common->cpts, skb);
1292 am65_cpts_rx_enable(common->cpts, port->rx_ts_enabled);
1674 struct am65_cpts *cpts;
1680 node = of_get_child_by_name(dev->of_node, "cpts");
1682 dev_err(dev, "%s cpts not found\n", __func__);
1687 cpts = am65_cpts_create(dev, reg_base, node);
1688 if (IS_ERR(cpts)) {
1689 int ret = PTR_ERR(cpts);
1693 dev_info(dev, "cpts disabled\n");
1697 dev_err(dev, "cpts create err %d\n", ret);
1700 common->cpts = cpts;