HomeSort by: relevance | last modified time | path
    Searched refs:PL011_CR_RXE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/dev/
plcomreg.h 45 #define PL011_CR_RXE 0x0200 /* Receive enable */
plcom.c 459 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE);
508 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE);
776 SET(sc->sc_cr, PL011_CR_RXE);
788 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE);
889 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE);
2520 PL01X_CR_UARTEN | PL011_CR_RXE | PL011_CR_TXE);
2611 PL01X_CR_UARTEN | PL011_CR_RXE | PL011_CR_TXE);

Completed in 37 milliseconds