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

  /src/sys/arch/evbarm/dev/
plcom.c 266 pread1(struct plcom_instance *pi, bus_size_t reg) function in typeref:typename:uint8_t
327 #define PREAD1(pi, reg) pread1(pi, reg)
516 pi->pi_periphid = PREAD1(pi, PL011COM_PID0) << 0
517 | PREAD1(pi, PL011COM_PID1) << 8
518 | PREAD1(pi, PL011COM_PID2) << 16
519 | PREAD1(pi, PL011COM_PID3) << 24;
885 sc->sc_msr = PREAD1(pi, PL01XCOM_FR);
1633 while (! ISSET(PREAD1(pi, PL01XCOM_FR), PL01X_FR_RXFE)
1640 PREAD1(pi, PL01XCOM_DR)
    [all...]
plcom.c 266 pread1(struct plcom_instance *pi, bus_size_t reg) function in typeref:typename:uint8_t
327 #define PREAD1(pi, reg) pread1(pi, reg)
516 pi->pi_periphid = PREAD1(pi, PL011COM_PID0) << 0
517 | PREAD1(pi, PL011COM_PID1) << 8
518 | PREAD1(pi, PL011COM_PID2) << 16
519 | PREAD1(pi, PL011COM_PID3) << 24;
885 sc->sc_msr = PREAD1(pi, PL01XCOM_FR);
1633 while (! ISSET(PREAD1(pi, PL01XCOM_FR), PL01X_FR_RXFE)
1640 PREAD1(pi, PL01XCOM_DR)
    [all...]

Completed in 25 milliseconds