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

  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh.h 277 #define SH3_SCSSR2 0xa4000158 /* R/W(0 write only) */
285 #define SH3_SCSSR2 0xa4000158 /* R/W(0 write only) */
337 while ((_reg_read_2(SH3_SCSSR2) & SCSSR2_TDFE) == 0)
345 _reg_write_1(SH3_SCSSR2, \
346 _reg_read_1(SH3_SCSSR2) & ~(SCSSR2_TDFE | SCSSR2_TEND)); \
sh_dev.cpp 129 r16 = _reg_read_2(SH3_SCSSR2);

Completed in 12 milliseconds