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

  /src/sys/arch/evbarm/dev/
plcomreg.h 98 #define PL01X_FR_RXFE 0x010 /* Receive fifo empty */
plcom.c 424 data = bus_space_read_1(iot, ioh, plcom_fr) & (PL01X_FR_RXFF | PL01X_FR_RXFE);
426 if (data != PL01X_FR_RXFE)
1633 while (! ISSET(PREAD1(pi, PL01XCOM_FR), PL01X_FR_RXFE)
2102 if (!ISSET(fr, PL01X_FR_RXFE) &&
2133 if (ISSET(fr, PL01X_FR_RXFE))
2145 if (ISSET(fr, PL01X_FR_RXFE))
2428 if (ISSET(PREAD1(pi, PL01XCOM_FR), PL01X_FR_RXFE)) {
2452 && !ISSET(stat = PREAD1(pi, PL01XCOM_FR), PL01X_FR_RXFE)) {

Completed in 12 milliseconds