Searched refs:SER_INT_TXIDLE (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dserial.h81 #define SER_INT_TXIDLE 0x100000 macro
/freebsd-10-stable/sys/dev/scc/
H A Dscc_dev_z8530.c94 if (ch->ch_ipend & SER_INT_TXIDLE) {
136 ch[0]->ch_ipend |= SER_INT_TXIDLE;
138 ch[1]->ch_ipend |= SER_INT_TXIDLE;
H A Dscc_dev_quicc.c143 ch->ch_ipend |= SER_INT_TXIDLE;
H A Dscc_dev_sab82532.c139 ch->ch_ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/dev/uart/
H A Duart_core.c395 uart_sched_softih(sc, SER_INT_TXIDLE);
421 if (ipend & SER_INT_TXIDLE)
448 case SER_INT_TXIDLE:
H A Duart_dev_msm.c493 ipend |= SER_INT_TXIDLE;
503 ipend |= SER_INT_TXIDLE;
H A Duart_dev_pl011.c369 ipend |= SER_INT_TXIDLE;
H A Duart_dev_quicc.c389 ipend |= SER_INT_TXIDLE;
H A Duart_tty.c356 if (pend & SER_INT_TXIDLE)
H A Duart_dev_ns8250.c705 ipend |= SER_INT_TXIDLE;
1012 uart_sched_softih(sc, SER_INT_TXIDLE);
H A Duart_dev_sab82532.c565 ipend |= SER_INT_TXIDLE;
H A Duart_dev_z8530.c337 z8530->txidle = 1; /* Report SER_INT_TXIDLE. */
459 ipend |= SER_INT_TXIDLE;
460 z8530->txidle = 0; /* Mask SER_INT_TXIDLE. */
624 z8530->txidle = 1; /* Report SER_INT_TXIDLE again. */
H A Duart_dev_imx.c464 ipend |= SER_INT_TXIDLE;
H A Duart_dev_lpc.c656 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Duart_dev_s3c2410.c350 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/arm/samsung/exynos/
H A Dexynos_uart.c337 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/mips/adm5120/
H A Duart_dev_adm5120.c339 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/mips/rt305x/
H A Duart_dev_rt305x.c391 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/arm/freescale/vybrid/
H A Dvf_uart.c390 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c556 * We can't keep setting SER_INT_TXIDLE or SER_INT_SIGCHG
587 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c628 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c586 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/sparc64/pci/
H A Dsbbc.c978 ipend |= SER_INT_TXIDLE;
/freebsd-10-stable/sys/arm/at91/
H A Duart_dev_at91usart.c674 ipend |= SER_INT_TXIDLE;

Completed in 109 milliseconds