Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpluart.c87 #define UART_CR 0x30 /* Control register */ macro
358 cr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, UART_CR); in pluart_param()
359 bus_space_write_4(sc->sc_iot, sc->sc_ioh, UART_CR, in pluart_param()
384 bus_space_write_4(sc->sc_iot, sc->sc_ioh, UART_CR, cr); in pluart_param()