Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/uart/
Duart_dbg.c92 return (uart_poll(&uart_dbgport)); in uart_dbg_getc()
Duart_kbd_sun.c188 if (uart_poll(di) == SKBD_RSP_RESET) in sunkbd_probe_keyboard()
196 switch (c = uart_poll(di)) { in sunkbd_probe_keyboard()
457 else if ((suncode = uart_poll(sc->sc_sysdev)) == -1)
Duart_cpu.h150 uart_poll(struct uart_devinfo *di) in uart_poll() function
Duart_tty.c133 return (uart_poll(cp->cn_arg)); in uart_cngetc()