Home
last modified time | relevance | path

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

/netbsd/sys/arch/evbarm/dev/
H A Dplcomreg.h45 #define PL011_CR_RXE 0x0200 /* Receive enable */ macro
H A Dplcom.c459 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_enable_debugport()
508 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_attach_subr()
776 SET(sc->sc_cr, PL011_CR_RXE); in plcom_shutdown()
788 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_shutdown()
889 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcomopen()
2520 PL01X_CR_UARTEN | PL011_CR_RXE | PL011_CR_TXE); in plcominit()
2611 PL01X_CR_UARTEN | PL011_CR_RXE | PL011_CR_TXE); in plcomcnhalt()