Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c182 unsigned int ts_reg) in hellcreek_ptp_hwtstamp_available() argument
186 status = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_available()
200 unsigned int ts_reg) in hellcreek_ptp_hwtstamp_read() argument
204 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
205 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
206 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
207 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
208 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
/Linux-v6.1/drivers/ptp/
Dptp_ocp.c100 struct ts_reg { struct
1743 struct ts_reg __iomem *reg = ext->mem; in ptp_ocp_ts_irq()
1777 struct ts_reg __iomem *reg = ext->mem; in ptp_ocp_ts_enable()
3164 struct ts_reg __iomem *ts_reg; in ptp_ocp_summary_show() local
3227 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show()
3228 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
3235 ts_reg = bp->ts1->mem; in ptp_ocp_summary_show()
3236 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
3243 ts_reg = bp->ts2->mem; in ptp_ocp_summary_show()
3244 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
[all …]