Searched refs:SIO0STS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/m32r/boot/compressed/
H A Dm32r_sio.c57 #define SIO0STS (volatile unsigned short *)(0xa0efd000 + 14) macro
60 #define SIO0STS (volatile unsigned short *)(0x00efd000 + 14) macro
66 while ((*SIO0STS & 0x1) == 0) putc()
70 while ((*SIO0STS & 0x1) == 0) putc()

Completed in 78 milliseconds