Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddebug_uart.h114 serial_out_shift((char *)com_port + \
/openbmc/u-boot/drivers/serial/
H A Dserial_omap.c29 static inline void serial_out_shift(void *addr, int shift, int value) in serial_out_shift() function
H A Dns16550.c55 static inline void serial_out_shift(void *addr, int shift, int value) in serial_out_shift() function
107 serial_out_shift(addr + plat->reg_offset, plat->reg_shift, value); in ns16550_writeb()