Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/boot/compressed/
Duart-16550.c29 #define IOTYPE unsigned int macro
35 #define IOTYPE unsigned int macro
38 #ifndef IOTYPE
39 #define IOTYPE char macro
48 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in()
53 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()