Home
last modified time | relevance | path

Searched refs:SCSCR_RIE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sh3/dev/
H A Dsci.c467 SHREG_SCSCR |= SCSCR_TIE | SCSCR_RIE; in scistart()
656 SHREG_SCSCR |= SCSCR_TIE | SCSCR_RIE; in sciopen()
973 SHREG_SCSCR |= SCSCR_RIE; in sci_rxsoft()
1143 SHREG_SCSCR &= ~SCSCR_RIE;
1147 SHREG_SCSCR &= ~(SCSCR_TIE | SCSCR_RIE);
1149 SHREG_SCSCR |= SCSCR_TIE | SCSCR_RIE;
/netbsd-src/sys/arch/sh3/include/
H A Dscireg.h74 #define SCSCR_RIE 0x40 /* Receive Interrupt Enable */ macro