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

  /src/sys/arch/sh3/include/
scifreg.h 135 #define SCSSR2_TDFE 0x0020 /* Transmit Data Fifo Empty */
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh.h 300 #define SCSSR2_TDFE 0x0020 /* Transmit Data Fifo Empty */
337 while ((_reg_read_2(SH3_SCSSR2) & SCSSR2_TDFE) == 0)
346 _reg_read_1(SH3_SCSSR2) & ~(SCSSR2_TDFE | SCSSR2_TEND)); \

Completed in 12 milliseconds