Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A 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()
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Duart-16550.c14 #ifndef IOTYPE
15 #define IOTYPE char macro
24 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in()
29 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A Duart-16550.c26 #ifndef IOTYPE
27 #define IOTYPE char macro
36 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in()
41 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()

Completed in 1 milliseconds