Searched refs:SPORT_PUT_TX (Results 1 – 2 of 2) sorted by relevance
78 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()
66 #define SPORT_PUT_TX(sport, v) bfin_write16(((sport)->port.membase + OFFSET_TX), v) macro