Searched refs:WAKEUP_CHARS (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disicom.h29 #define WAKEUP_CHARS 256 /* hard coded for now */ macro
H A Dserial_core.h380 #define WAKEUP_CHARS 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h431 #define WAKEUP_CHARS 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmux.c228 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A D21285.c149 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Daltera_jtaguart.c173 if (pending < WAKEUP_CHARS)
H A Dclps711x.c173 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsunhv.c209 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dtimbuart.c145 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A D68328serial.c84 #define WAKEUP_CHARS 256 macro
327 if (info->xmit_cnt < WAKEUP_CHARS)
H A Dip22zilog.c423 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
619 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Daltera_uart.c244 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dapbuart.c157 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dbcm63xx_uart.c340 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmcf.c339 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmrst_max3110.c309 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmsm_serial.c151 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dnetx-serial.c197 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dpnx8xxx_uart.c278 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsc26xx.c209 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dserial_ks8695.c238 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dserial_lh7a40x.c212 if (uart_circ_chars_pending (xmit) < WAKEUP_CHARS)
H A Dsn_console.c605 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c52 #define WAKEUP_CHARS 256 macro
480 if (len < WAKEUP_CHARS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Delsa_ser.c15 #define WAKEUP_CHARS (MAX_MODEM_BUF/2) macro
373 if ((cs->hw.elsa.transcnt < WAKEUP_CHARS) && (cs->hw.elsa.MFlag==2))

Completed in 209 milliseconds

123