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

  /src/sys/arch/sh3/include/
scifreg.h 147 #define SCFCR2_MCE 0x08 /* Modem Control Enable */
  /src/sys/arch/sh3/dev/
scif.c 342 scif_fcr_write(SCFCR2_TFRST | SCFCR2_RFRST | SCFCR2_MCE);
359 scif_fcr_write(FIFO_RCV_TRIGGER_14 | FIFO_XMT_TRIGGER_1 | SCFCR2_MCE);
631 scif_fcr_write(scif_fcr_read() | SCFCR2_MCE);
633 scif_fcr_write(scif_fcr_read() & ~SCFCR2_MCE);
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh.h 311 #define SCFCR2_MCE 0x0008 /* Modem Control Enable */

Completed in 12 milliseconds