Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddebug_uart.h127 serial_out_shift((char *)com_port + \
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c54 static inline void serial_out_shift(void *addr, int shift, int value) in serial_out_shift() function
106 serial_out_shift(addr + plat->reg_offset, plat->reg_shift, value); in ns16550_writeb()