| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | ns16550.c | 25 #define serial_out(x, y) outb(x, (ulong)y) macro 28 #define serial_out(x, y) out_be32(y, x) macro 31 #define serial_out(x, y) out_le32(y, x) macro 34 #define serial_out(x, y) writeb(x, y) macro 128 #define serial_out(value, addr) \ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | early_printk_8250.c | 29 static inline void serial_out(int offset, char value) in serial_out() function
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/compressed/ |
| H A D | uart-16550.c | 51 static inline void serial_out(int offset, int value) in serial_out() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/mips/ar7/ |
| H A D | prom.c | 246 static inline void serial_out(int offset, int value) in serial_out() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | serial_8250.h | 32 void (*serial_out)(struct uart_port *, int, int); member
|
| H A D | serial_core.h | 115 void (*serial_out)(struct uart_port *, int, int); member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pnx8xxx_uart.c | 66 static inline void serial_out(struct pnx8xxx_port *sport, int offset, int value) in serial_out() function
|
| H A D | pxa.c | 57 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 | 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 | 179 static inline void serial_out(struct uart_omap_port *up, int offset, int value) in serial_out() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 129 static void serial_out(struct fsi_master_gpio *master, in serial_out() function
|