Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Damluart.c52 #define UART_SPACE 24 macro
580 if (bus_space_map(iot, iobase, UART_SPACE, 0, &amluartconsioh)) in amluartcnattach()
/openbsd-src/sys/arch/riscv64/dev/
H A Dsfuart.c55 #define UART_SPACE 28 macro
581 if (bus_space_map(iot, iobase, UART_SPACE, 0, &sfuartconsioh)) in sfuartcnattach()
/openbsd-src/sys/dev/ic/
H A Dpluart.c129 #define UART_SPACE 0x100 macro
847 if (bus_space_map(iot, iobase, UART_SPACE, 0, &pluartconsioh)) in pluartcnattach()