Searched refs:xmit (Results 26 - 50 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.c231 struct circ_buf *xmit = &up->port.info->xmit; local
247 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) {
260 writeb(xmit->buf[xmit->tail],
262 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
264 if (uart_circ_empty(xmit))
272 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
275 if (uart_circ_empty(xmit))
454 struct circ_buf *xmit = &up->port.info->xmit; local
[all...]
H A Dicom.c215 "Can not allocate xmit Restart buffer\n");
229 stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]);
231 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area));
232 icom_port->statStg->xmit[index].leLengthASD =
237 icom_port->statStg->xmit[index].leBuffer =
240 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area));
241 icom_port->statStg->xmit[index].leLengthASD =
245 icom_port->statStg->xmit[index].leBuffer =
248 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area));
624 int temp_tail = port->info->xmit
[all...]
H A Dsunzilog.c467 struct circ_buf *xmit; local
479 * to poll on enough port->xmit space becomming free. -DaveM
510 xmit = &up->port.info->xmit;
511 if (uart_circ_empty(xmit))
518 writeb(xmit->buf[xmit->tail], &channel->data);
522 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
525 if (uart_circ_chars_pending(xmit) < WAKEUP_CHAR
712 struct circ_buf *xmit = &port->info->xmit; local
[all...]
H A Dimx.c277 struct circ_buf *xmit = &sport->port.info->xmit; local
280 /* send xmit->buf[xmit->tail]
282 writel(xmit->buf[xmit->tail], sport->port.membase + URTX0);
283 xmit->tail = (xmit->tail + 1) &
286 if (uart_circ_empty(xmit))
290 if (uart_circ_empty(xmit))
328 struct circ_buf *xmit = &sport->port.info->xmit; local
[all...]
H A Dvr41xx_siu.c392 struct circ_buf *xmit; local
395 xmit = &port->info->xmit;
404 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
410 siu_write(port, UART_TX, xmit->buf[xmit->tail]);
411 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
413 if (uart_circ_empty(xmit))
417 if (uart_circ_chars_pending(xmit) < WAKEUP_CHAR
[all...]
H A Damba-pl010.c177 struct circ_buf *xmit = &uap->port.info->xmit; local
186 if (uart_circ_empty(xmit) || uart_tx_stopped(&uap->port)) {
193 writel(xmit->buf[xmit->tail], uap->port.membase + UART01x_DR);
194 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
196 if (uart_circ_empty(xmit))
200 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
203 if (uart_circ_empty(xmit))
[all...]
H A Damba-pl011.c163 struct circ_buf *xmit = &uap->port.info->xmit; local
172 if (uart_circ_empty(xmit) || uart_tx_stopped(&uap->port)) {
179 writew(xmit->buf[xmit->tail], uap->port.membase + UART01x_DR);
180 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
182 if (uart_circ_empty(xmit))
186 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
189 if (uart_circ_empty(xmit))
[all...]
H A Datmel_serial.c312 struct circ_buf *xmit = &port->info->xmit; local
320 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
326 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
327 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
329 if (uart_circ_empty(xmit))
333 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
336 if (uart_circ_empty(xmit))
[all...]
H A Dmpc52xx_uart.c483 struct circ_buf *xmit = &port->info->xmit; local
494 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
501 out_8(&PSC(port)->mpc52xx_psc_buffer_8, xmit->buf[xmit->tail]);
502 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
504 if (uart_circ_empty(xmit))
509 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
513 if (uart_circ_empty(xmit)) {
[all...]
H A Dsa1100.c245 struct circ_buf *xmit = &sport->port.info->xmit; local
260 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) {
270 UART_PUT_CHAR(sport, xmit->buf[xmit->tail]);
271 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
273 if (uart_circ_empty(xmit))
277 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
280 if (uart_circ_empty(xmit))
[all...]
H A Dserial_txx9.c355 struct circ_buf *xmit = &up->port.info->xmit; local
364 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) {
371 sio_out(up, TXX9_SITFIFO, xmit->buf[xmit->tail]);
372 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
374 if (uart_circ_empty(xmit))
378 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
381 if (uart_circ_empty(xmit))
[all...]
H A Dpmac_zilog.c372 struct circ_buf *xmit; local
385 * to poll on enough port->xmit space becomming free. -DaveM
414 xmit = &uap->port.info->xmit;
415 if (uart_circ_empty(xmit)) {
423 write_zsdata(uap, xmit->buf[xmit->tail]);
426 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
429 if (uart_circ_chars_pending(xmit) < WAKEUP_CHAR
646 struct circ_buf *xmit = &port->info->xmit; local
[all...]
H A Dserial_core.c96 if (!uart_circ_empty(&state->info->xmit) && state->info->xmit.buf &&
163 if (!info->xmit.buf) {
168 info->xmit.buf = (unsigned char *) page;
169 uart_circ_clear(&info->xmit);
259 if (info->xmit.buf) {
260 free_page((unsigned long)info->xmit.buf);
261 info->xmit.buf = NULL;
468 __uart_put_char(state->port, &state->info->xmit, ch);
495 circ = &state->info->xmit;
[all...]
H A Ds3c2410.c374 struct circ_buf *xmit = &port->info->xmit; local
388 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
395 while (!uart_circ_empty(xmit) && count-- > 0) {
399 wr_regb(port, S3C2410_UTXH, xmit->buf[xmit->tail]);
400 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
404 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
407 if (uart_circ_empty(xmit))
[all...]
H A Dsh-sci.c420 struct circ_buf *xmit = &port->info->xmit; local
429 if (uart_circ_empty(xmit)) {
451 } else if (!uart_circ_empty(xmit) && !stopped) {
452 c = xmit->buf[xmit->tail];
453 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
465 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
467 if (uart_circ_empty(xmit)) {
[all...]
H A Dsunsu.c61 * Here we define the default xmit fifo size used for each type of UART.
344 /* Recover the break flag from console xmit */
379 struct circ_buf *xmit = &up->port.info->xmit; local
392 if (uart_circ_empty(xmit)) {
399 serial_out(up, UART_TX, xmit->buf[xmit->tail]);
400 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
402 if (uart_circ_empty(xmit))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c636 struct circ_buf *xmit = &port->info->xmit; local
660 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
668 while (!(bdp->cbd_sc & BD_SC_READY) && (xmit->tail != xmit->head)) {
672 *p++ = xmit->buf[xmit->tail];
673 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
676 if (xmit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A DserialP.h75 struct circ_buf xmit; member in struct:async_struct
H A Dhdlc.h54 int (*xmit)(struct sk_buff *skb, struct net_device *dev); member in struct:hdlc_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce.h125 struct circ_buf xmit; member in struct:iforce
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_raw.c90 dev->hard_start_xmit = hdlc->xmit;
H A Dhdlc_ppp.c129 dev->hard_start_xmit = hdlc->xmit;
H A Dhdlc_raw_eth.c44 return dev_to_hdlc(dev)->xmit(skb, dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs.c62 * int chan = ((I596_RBD *) S2H(cbp->xmit.tbdp))->chan;
476 int chan = ((I596_RBD *) S2H(cbp->xmit.tbdp))->chan;
493 if (0) printk("%s: rcv len=%ld\n", devN->name, cbp->xmit.count);
498 len = cbp->xmit.count;
536 tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp);
604 tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp);
640 tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp);
674 cbp->xmit.status = I596_CB_STATUS_C | I596_CB_STATUS_OK;
719 printk("%s: xmit len=%d\n", devN->name, (int) skb->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c141 int xmit; member in struct:bsd_db
337 db->xmit = data->flags & IPPP_COMP_FLAG_XMIT;
338 decomp = db->xmit ? 0 : 1;
391 decomp = db->xmit ? 0 : 1;

Completed in 207 milliseconds

1234