/openbmc/u-boot/drivers/serial/ |
H A D | ns16550.c | 26 #define serial_out(x, y) outb(x, (ulong)y) macro 29 #define serial_out(x, y) out_be32(y, x) macro 32 #define serial_out(x, y) out_le32(y, x) macro 35 #define serial_out(x, y) writeb(x, y) macro 129 #define serial_out(value, addr) \ macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | early_printk_8250.c | 29 static inline void serial_out(int offset, char value) in serial_out() function
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | uart-16550.c | 39 static inline void serial_out(int offset, int value) in serial_out() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 108 static void (*serial_out)(unsigned long addr, int offset, int value) = io_serial_out; variable
|
/openbmc/linux/arch/mips/ar7/ |
H A D | prom.c | 246 static inline void serial_out(int offset, int value) in serial_out() function
|
/openbmc/linux/include/linux/ |
H A D | serial_8250.h | 50 void (*serial_out)(struct uart_port *, int, int); member
|
H A D | serial_core.h | 434 void (*serial_out)(struct uart_port *, int, int); member
|
/openbmc/linux/drivers/tty/serial/ |
H A D | pxa.c | 58 static inline void serial_out(struct uart_pxa_port *up, int offset, int value) in serial_out() function
|
H A D | sunsu.c | 121 static void serial_out(struct uart_sunsu_port *up, int offset, int value) in serial_out() function
|
H A D | ma35d1_serial.c | 173 static void serial_out(struct uart_ma35d1_port *p, u32 offset, u32 value) in serial_out() function
|
H A D | sprd_serial.c | 143 static inline void serial_out(struct uart_port *port, unsigned int offset, in serial_out() function
|
H A D | omap-serial.c | 180 static inline void serial_out(struct uart_omap_port *up, int offset, int value) in serial_out() function
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250.h | 120 static inline void serial_out(struct uart_8250_port *up, int offset, int value) in serial_out() function
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-master-gpio.c | 129 static void serial_out(struct fsi_master_gpio *master, in serial_out() function
|