Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/kernel/
Dmn10300-debug.c37 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
39 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
42 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
Dmn10300-serial.h117 #define SCgSTR SC1STR
Dmn10300-serial.c234 ._status = (volatile u8 *)&SC1STR,
/linux-3.4.99/arch/mn10300/boot/compressed/
Dmisc.c197 while (SC1STR & SC01STR_TBF) in kputchar()
202 while (SC1STR & SC01STR_TBF) in kputchar()
/linux-3.4.99/arch/mn10300/include/asm/
Dserial-regs.h100 #define SC1STR __SYSREG(0xd400201c, u16) /* status reg */ macro