Home
last modified time | relevance | path

Searched refs:txs (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c568 self->txs = inb_p (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_resetptrs()
907 self->ring->tx[self->txs].control = in toshoboe_probe()
912 self->ring->tx[self->txs].len = in toshoboe_probe()
913 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
914 self->txs++; in toshoboe_probe()
915 self->txs %= TX_SLOTS; in toshoboe_probe()
917 self->ring->tx[self->txs].control = in toshoboe_probe()
920 self->ring->tx[self->txs].len = in toshoboe_probe()
921 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
922 self->txs++; in toshoboe_probe()
[all …]
Dtoshoboe.c299 self->txs = inb_p (OBOE_XMTT) - OBOE_XMTT_OFFSET; in toshoboe_hard_xmit()
301 self->txs &= 0x3f; in toshoboe_hard_xmit()
305 if (self->taskfile->xmit[self->txs].control) in toshoboe_hard_xmit()
311 len = async_wrap_skb (skb, self->xmit_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
316 memcpy (self->xmit_bufs[self->txs], skb->data, len); in toshoboe_hard_xmit()
318 self->taskfile->xmit[self->txs].len = len & 0x0fff; in toshoboe_hard_xmit()
325 self->taskfile->xmit[self->txs].control = 0x84; in toshoboe_hard_xmit()
345 self->txs++; in toshoboe_hard_xmit()
346 self->txs %= TX_SLOTS; in toshoboe_hard_xmit()
489 self->txs = inb_p (OBOE_XMTT) - OBOE_XMTT_OFFSET; in toshoboe_initptrs()
[all …]
Ddonauboe.h326 int txs, rxs; /*Which slots are we at */ member
/linux-2.4.37.9/drivers/net/wan/
Dc101.c70 u8 rxs, txs, tmc; /* SCA registers */ member
124 u8 txs = port->txs & CLK_BRG_MASK; in c101_set_iface() local
129 txs |= CLK_RXCLK_TX; /* BRG output */ in c101_set_iface()
134 txs |= CLK_BRG_TX; /* BRG output */ in c101_set_iface()
139 txs |= CLK_RXCLK_TX; /* RX clock */ in c101_set_iface()
144 txs |= CLK_LINE_TX; /* TXC input */ in c101_set_iface()
148 port->txs = txs; in c101_set_iface()
150 sca_out(txs, msci + TXS, port); in c101_set_iface()
Dpci200syn.c84 u8 rxs, txs, tmc; /* SCA registers */ member
141 u8 txs = port->txs & CLK_BRG_MASK; in pci200_set_iface() local
148 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
153 txs |= CLK_PIN_OUT | CLK_BRG; /* BRG output */ in pci200_set_iface()
158 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
163 txs |= CLK_PIN_OUT | CLK_LINE; /* TXC input */ in pci200_set_iface()
168 port->txs = txs; in pci200_set_iface()
170 sca_out(txs, msci + TXS, card); in pci200_set_iface()
Dn2.c104 u8 rxs, txs, tmc; /* SCA registers */ member
177 u8 txs = port->txs & CLK_BRG_MASK; in n2_set_iface() local
183 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
189 txs |= CLK_BRG_TX; /* BRG output */ in n2_set_iface()
195 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
201 txs |= CLK_LINE_TX; /* TXC input */ in n2_set_iface()
206 port->txs = txs; in n2_set_iface()
208 sca_out(txs, msci + TXS, card); in n2_set_iface()
Dhd6457x.c473 port->txs = (port->txs & ~CLK_BRG_MASK) | br; in sca_set_port()
486 sca_out(port->txs, msci + TXS, card); in sca_set_port()
584 sca_out(port->txs, msci + TXS, card); in sca_open()
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h155 int txs, rxs; /*Which slots are we at */ member
/linux-2.4.37.9/drivers/atm/
Dambassador.c320 static unsigned int txs = 32; variable
1737 unsigned int txs, unsigned int * rxs, in create_queues() argument
1748 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1795 txq->maximum = txs - 1; in create_queues()
1799 txq->in.limit = in + txs; in create_queues()
1806 txq->out.limit = out + txs; in create_queues()
2346 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2555 if (txs < MIN_QUEUE_SIZE) in amb_check_args()
2557 txs = MIN_QUEUE_SIZE); in amb_check_args()
2590 MODULE_PARM(txs, "i");
[all …]
/linux-2.4.37.9/drivers/char/
Dser_a2232fw.ax402 txs ; initialize stack pointer ;