Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dbfin_sport_uart.c78 SPORT_PUT_TX(up, value); in tx_one_byte()
394 SPORT_PUT_TX(up, 0xffff); in sport_stop_tx()
568 SPORT_PUT_TX(up, 0xffff); in sport_set_termios()
569 SPORT_PUT_TX(up, 0xffff); in sport_set_termios()
666 SPORT_PUT_TX(up, 0xffff); in sport_uart_console_write()
680 SPORT_PUT_TX(up, 0xffff); in sport_uart_console_write()
Dbfin_sport_uart.h66 #define SPORT_PUT_TX(sport, v) bfin_write16(((sport)->port.membase + OFFSET_TX), v) macro