Searched refs:console_sc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_console.c76 static struct uart_phyp_softc *console_sc = NULL; variable in typeref:struct:uart_phyp_softc
224 console_sc = ≻
248 if (console_sc != NULL && console_sc->vtermid == sc->vtermid) {
249 sc->outseqno = console_sc->outseqno;
250 console_sc = sc;
404 retval = uart_phyp_get(console_sc, &c, 1);
418 uart_phyp_put(console_sc, &ch, 1);
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_console.c80 static struct uart_opal_softc *console_sc = NULL; variable in typeref:struct:uart_opal_softc
271 console_sc = ≻
272 cp->cn_arg = console_sc;
295 if (console_sc != NULL && console_sc->vtermid == sc->vtermid) {
297 device_set_softc(dev, console_sc);
298 sc = console_sc;
303 if (console_sc == sc)

Completed in 163 milliseconds