Home
last modified time | relevance | path

Searched refs:SC0STR (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mn10300/kernel/
Dmn10300-debug.c28 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
30 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
33 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
Dmn10300-serial.h113 #define SCgSTR SC0STR
Dmn10300-serial.c173 ._status = (volatile u8 *)&SC0STR,
/linux-2.6.39/arch/mn10300/boot/compressed/
Dmisc.c185 while (SC0STR & SC01STR_TBF) in kputchar()
190 while (SC0STR & SC01STR_TBF) in kputchar()
/linux-2.6.39/arch/mn10300/include/asm/
Dserial-regs.h78 #define SC0STR __SYSREG(0xd400200c, u16) /* status reg */ macro