Home
last modified time | relevance | path

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

/linux/drivers/ptp/ !
H A Dptp_ocp.c346 struct tod_reg __iomem *nmea_out; member
632 OCP_MEM_RESOURCE(nmea_out),
1523 if (bp->nmea_out) in ptp_ocp_utc_distribute()
1524 iowrite32(val, &bp->nmea_out->adj_sec); in ptp_ocp_utc_distribute()
2331 if (!bp->nmea_out) in ptp_ocp_nmea_out_init()
2334 iowrite32(0, &bp->nmea_out->ctrl); /* disable */ in ptp_ocp_nmea_out_init()
2335 iowrite32(7, &bp->nmea_out->uart_baud); /* 115200 */ in ptp_ocp_nmea_out_init()
2336 iowrite32(1, &bp->nmea_out->ctrl); /* enable */ in ptp_ocp_nmea_out_init()
4231 if (bp->nmea_out) { in ptp_ocp_summary_show()
4232 on = ioread32(&bp->nmea_out->ctrl) & 1; in ptp_ocp_summary_show()
[all …]