Home
last modified time | relevance | path

Searched defs:serial_out (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dns16550.c26 #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