Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/hirschmann/
A Dhellcreek_hwtstamp.c186 unsigned int ts_reg) in hellcreek_ptp_hwtstamp_available() argument
190 status = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_available()
204 unsigned int ts_reg) in hellcreek_ptp_hwtstamp_read() argument
208 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
209 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
210 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
211 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
212 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
/linux/drivers/ptp/
A Dptp_ocp.c95 struct ts_reg { struct
1226 struct ts_reg __iomem *reg = ext->mem; in ptp_ocp_ts_irq()
2007 struct ts_reg __iomem *ts_reg; in ptp_ocp_summary_show() local
2037 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show()
2038 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
2045 ts_reg = bp->ts1->mem; in ptp_ocp_summary_show()
2046 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
2053 ts_reg = bp->ts2->mem; in ptp_ocp_summary_show()
2054 on = ioread32(&ts_reg->enable); in ptp_ocp_summary_show()
2061 ts_reg = bp->pps->mem; in ptp_ocp_summary_show()
[all …]

Completed in 9 milliseconds