Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/clps711x/
H A Dclpscom.c76 bus_space_read_4((sc)->sc_iot, (sc)->sc_ioh, PS711X_UARTDR)
78 bus_space_write_1((sc)->sc_iot, (sc)->sc_ioh, PS711X_UARTDR, (val))
80 bus_space_write_multi_1((sc)->sc_iot, (sc)->sc_ioh, PS711X_UARTDR, (val), (n))
1033 (*(volatile uint32_t *)(clpscom_cnaddr + PS711X_UARTDR))
1035 (*(volatile uint8_t *)(clpscom_cnaddr + PS711X_UARTDR) = val)
H A Dclps711xreg.h113 #define PS711X_UARTDR 0x480 /* UART FIFO Data Register */ macro