Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ptp/
Dptp_ocp.c299 struct tod_reg __iomem *nmea_out; member
560 OCP_MEM_RESOURCE(nmea_out),
1091 if (bp->nmea_out) in ptp_ocp_utc_distribute()
1092 iowrite32(val, &bp->nmea_out->adj_sec); in ptp_ocp_utc_distribute()
1903 if (!bp->nmea_out) in ptp_ocp_nmea_out_init()
1906 iowrite32(0, &bp->nmea_out->ctrl); /* disable */ in ptp_ocp_nmea_out_init()
1907 iowrite32(7, &bp->nmea_out->uart_baud); /* 115200 */ in ptp_ocp_nmea_out_init()
1908 iowrite32(1, &bp->nmea_out->ctrl); /* enable */ in ptp_ocp_nmea_out_init()
3320 if (bp->nmea_out) { in ptp_ocp_summary_show()
3321 on = ioread32(&bp->nmea_out->ctrl) & 1; in ptp_ocp_summary_show()
[all …]