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

/linux-4.4.14/arch/m32r/boot/compressed/
H A Dm32r_sio.c31 #define BOOT_SIO0STS (volatile unsigned short *)(0x02c00000 + 0x20006) macro
40 #define BOOT_SIO0STS PLD_ESIO0STS macro
46 while ((*BOOT_SIO0STS & 0x3) != 0x3) putc()
50 while ((*BOOT_SIO0STS & 0x3) != 0x3) putc()

Completed in 36 milliseconds