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

/linux-master/arch/mips/boot/compressed/
H A Duart-16550.c23 #ifndef IOTYPE
24 #define IOTYPE char macro
33 return *((volatile IOTYPE *)PORT(offset)) & 0xFF;
38 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF;

Completed in 82 milliseconds