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.c345 struct tod_reg __iomem *nmea_out; member
630 OCP_MEM_RESOURCE(nmea_out),
1521 if (bp->nmea_out) in ptp_ocp_utc_distribute()
1522 iowrite32(val, &bp->nmea_out->adj_sec); in ptp_ocp_utc_distribute()
2329 if (!bp->nmea_out) in ptp_ocp_nmea_out_init()
2332 iowrite32(0, &bp->nmea_out->ctrl); /* disable */ in ptp_ocp_nmea_out_init()
2333 iowrite32(7, &bp->nmea_out->uart_baud); /* 115200 */ in ptp_ocp_nmea_out_init()
2334 iowrite32(1, &bp->nmea_out->ctrl); /* enable */ in ptp_ocp_nmea_out_init()
4230 if (bp->nmea_out) { in ptp_ocp_summary_show()
4231 on = ioread32(&bp->nmea_out->ctrl) & 1; in ptp_ocp_summary_show()
[all …]