Searched refs:UART_SPACE (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/sys/dev/fdt/ |
| H A D | amluart.c | 52 #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 D | sfuart.c | 55 #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 D | pluart.c | 129 #define UART_SPACE 0x100 macro 847 if (bus_space_map(iot, iobase, UART_SPACE, 0, &pluartconsioh)) in pluartcnattach()
|