Home
last modified time | relevance | path

Searched refs:TIOCSER_TEMT (Results 1 – 25 of 56) sorted by relevance

123

/linux/include/uapi/asm-generic/
H A Dioctls.h119 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/tools/include/uapi/asm-generic/
H A Dioctls.h119 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h99 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h121 # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/sh/include/uapi/asm/
H A Dioctls.h109 # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h170 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h116 # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h121 # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ macro
/linux/drivers/tty/serial/
H A Dtegra-tcu.c35 return TIOCSER_TEMT; in tegra_tcu_uart_tx_empty()
H A Dmux.c106 return UART_GET_FIFO_CNT(port) ? 0 : TIOCSER_TEMT; in mux_tx_empty()
H A D21285.c170 return (*CSR_UARTFLG & 8) ? 0 : TIOCSER_TEMT; in serial21285_tx_empty()
H A Dliteuart.c166 return TIOCSER_TEMT; in liteuart_tx_empty()
H A Dsunhv.c243 return TIOCSER_TEMT; in sunhv_tx_empty()
H A Dtimbuart.c66 return (isr & TXBE) ? TIOCSER_TEMT : 0; in timbuart_tx_empty()
H A Ddigicolor-usart.c237 return (status & UA_STATUS_TX_READY) ? TIOCSER_TEMT : 0; in digicolor_uart_tx_empty()
H A Dclps711x.c190 return (sysflg & SYSFLG_UBUSY) ? 0 : TIOCSER_TEMT; in uart_clps711x_tx_empty()
H A Dmps2-uart.c108 return (status & UARTn_STATE_TX_FULL) ? 0 : TIOCSER_TEMT; in mps2_uart_tx_empty()
H A Dmcf.c63 TIOCSER_TEMT : 0; in mcf_tx_empty()
H A Daltera_uart.c96 ALTERA_UART_STATUS_TMT_MSK) ? TIOCSER_TEMT : 0; in altera_uart_tx_empty()
H A Dvt8500_serial.c194 return idx < 16 ? TIOCSER_TEMT : 0; in vt8500_tx_empty()
H A Dlpc32xx_hs.c342 ret = TIOCSER_TEMT; in serial_lpc32xx_tx_empty()
H A Dtegra-utc.c238 return tegra_utc_tx_readl(tup, TEGRA_UTC_FIFO_OCCUPANCY) ? 0 : TIOCSER_TEMT; in tegra_utc_tx_empty()
H A Dsunplus-uart.c96 return (lsr & UART_LSR_TEMT) ? TIOCSER_TEMT : 0; in sunplus_tx_empty()
H A Dmilbeaut_usio.c233 TIOCSER_TEMT : 0; in mlb_usio_tx_empty()
H A Dowl-uart.c131 ret = (val & OWL_UART_STAT_TFES) ? TIOCSER_TEMT : 0; in owl_uart_tx_empty()

123