Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_mvebu.c133 static int uart_mvebu_getc(struct uart_bas *, struct mtx *);
141 .getc = uart_mvebu_getc,
252 uart_mvebu_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_mvebu_getc() function