Home
last modified time | relevance | path

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

/linux/arch/mips/boot/compressed/
H A Duart-16550.c28 #ifndef IOTYPE
29 #define IOTYPE char macro
38 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in()
43 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()