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

/linux-4.1.27/arch/mips/boot/compressed/
H A Duart-16550.c28 #define IOTYPE unsigned int macro
34 #define IOTYPE unsigned int macro
37 #ifndef IOTYPE
38 #define IOTYPE char macro
47 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; serial_in()
52 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; serial_out()

Completed in 84 milliseconds