Lines Matching defs:nmea_out
314 struct tod_reg __iomem *nmea_out;
593 OCP_MEM_RESOURCE(nmea_out),
1286 if (bp->nmea_out)
1287 iowrite32(val, &bp->nmea_out->adj_sec);
2095 if (!bp->nmea_out)
2098 iowrite32(0, &bp->nmea_out->ctrl); /* disable */
2099 iowrite32(7, &bp->nmea_out->uart_baud); /* 115200 */
2100 iowrite32(1, &bp->nmea_out->ctrl); /* enable */
3786 if (bp->nmea_out) {
3787 on = ioread32(&bp->nmea_out->ctrl) & 1;
3788 val = ioread32(&bp->nmea_out->status);
4111 if (bp->nmea_out && bp->nmea_port.line != -1) {
4114 reg = ioread32(&bp->nmea_out->uart_baud);