Home
last modified time | relevance | path

Searched defs:hwmtx (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_cpu.h79 struct mtx *hwmtx; member
102 uart_lock(struct mtx *hwmtx) in uart_lock()
109 uart_unlock(struct mtx *hwmtx) in uart_unlock()
H A Duart_dev_lowrisc.c124 lowrisc_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in lowrisc_uart_getc()
H A Duart_dev_imx.c245 imx_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in imx_uart_getc()
H A Duart_dev_mu.c237 uart_mu_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_mu_getc()
H A Duart_dev_mvebu.c252 uart_mvebu_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_mvebu_getc()
H A Duart_dev_pl011.c302 uart_pl011_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_pl011_getc()
H A Duart_dev_ns8250.c438 ns8250_getc(struct uart_bas *bas, struct mtx *hwmtx) in ns8250_getc()
/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c149 sfuart_getc(struct uart_bas *bas, struct mtx *hwmtx) in sfuart_getc()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_uart.c176 vf_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in vf_uart_getc()