Searched refs:__uart_port_tx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 761 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ macro 825 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 843 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 857 __uart_port_tx(port, ch, 0, tx_ready, put_char, ({}), true, ({})) 871 __uart_port_tx(port, ch, flags, tx_ready, put_char, ({}), true, ({}))
|