Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/footbridge/
Dfootbridge_com.c412 bus_space_write_4(iot, ioh, UART_DATA, buf[loop]); in fcomstart()
575 byte = bus_space_read_4(iot, ioh, UART_DATA); in fcom_rxintr()
606 (void) bus_space_read_4(iot, ioh, UART_DATA);
759 c = bus_space_read_4(iot, ioh, UART_DATA); in fcomcngetc()
788 bus_space_write_4(iot, ioh, UART_DATA, c); in fcomcnputc()
Ddc21285reg.h262 #define UART_DATA 0x160 macro