Searched refs:tx_end (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dphb.h129 u16 tx_end; member in struct:PHB
H A Drioboot.c551 PortP->TxEnd = (u16 __iomem *) RIO_PTR(Cad, readw(&PhbP->tx_end));
H A Driotable.c779 PortP->TxEnd = (u16 __iomem *) RIO_PTR(HostP->Caddr, readw(&PhbP->tx_end));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deepro.c197 unsigned tx_end; /* end of the transmit chain (plus 1) */ member in struct:eepro_local
517 lp->tx_end = \
519 lp->tx_start = lp->tx_end;\
1062 lp->tx_start = lp->tx_end = lp->xmt_lower_limit;
1256 lp->tx_start = lp->tx_end = lp->xmt_lower_limit;
1323 outw(lp->tx_end, ioaddr + HOST_ADDRESS_REG);
1340 outw(lp->tx_end, ioaddr + lp->xmt_bar);
1344 i = lp->tx_end + XMT_HEADER + 6 * (mc_count + 1);
1346 if (lp->tx_start != lp->tx_end)
1355 lp->tx_end
[all...]
H A Dznet.c136 ushort *tx_start, *tx_cur, *tx_end; member in struct:znet_private
443 znet->tx_end = znet->tx_start + znet->tx_buf_len;
565 if (znet->tx_cur >= znet->tx_end)
568 if (znet->tx_cur + rnd_len + 1 > znet->tx_end) {
569 int semi_cnt = (znet->tx_end - znet->tx_cur)<<1; /* Cvrt to byte cnt. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bfin5xx.c84 void *tx_end; member in struct:driver_data
246 while (drv_data->tx < drv_data->tx_end) {
280 while (drv_data->tx < drv_data->tx_end) {
298 while (drv_data->tx < drv_data->tx_end) {
377 while (drv_data->tx < drv_data->tx_end) {
396 while (drv_data->tx < drv_data->tx_end) {
659 drv_data->tx_end = drv_data->tx + transfer->len;
660 dev_dbg(&drv_data->pdev->dev, "tx_buf is %p, tx_end is %p\n",
661 transfer->tx_buf, drv_data->tx_end);
860 BUG_ON((drv_data->tx_end
[all...]
H A Ddw_spi.c189 || (dws->tx == dws->tx_end))
214 || (dws->tx == dws->tx_end))
239 || (dws->tx == dws->tx_end))
375 left = (dws->tx_end - dws->tx) / dws->n_bytes;
383 if (dws->tx_end > dws->tx)
475 dws->tx_end = dws->tx + transfer->len;
H A Dpxa2xx_spi.c142 void *tx_end; member in struct:driver_data
228 || (drv_data->tx == drv_data->tx_end))
256 || (drv_data->tx == drv_data->tx_end))
283 || (drv_data->tx == drv_data->tx_end))
310 || (drv_data->tx == drv_data->tx_end))
716 if (drv_data->tx == drv_data->tx_end) {
953 drv_data->tx_end = drv_data->tx + transfer->len;
H A Damba-pl022.c351 * @tx_end: end position in TX buffer to be read
378 void *tx_end; member in struct:pl022
657 __func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end);
686 && (pl022->tx < pl022->tx_end)) {
827 if ((pl022->tx == pl022->tx_end) && (flag == 0)) {
885 pl022->tx_end = pl022->tx + pl022->cur_transfer->len;
1068 while (pl022->tx < pl022->tx_end || pl022->rx < pl022->rx_end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Ddw_spi.h119 void *tx_end; member in struct:dw_spi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxlfw.S277 bsr tx_end
564 tx_end: tstl tx_count(%d0) label
593 bra tx_end
597 bra tx_end
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h493 __be32 tx_end; member in struct:__anon10823
H A Dambassador.c1691 a.tx_end = bus_addr (dev->txq.in.limit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Ds5k3e2fx.c146 uint8_t tx_end; /* 0x3011 */ member in struct:reg_struct
209 0x4e, /* tx_end REG=0x3011 */
270 0x4e, /* tx_end REG=0x3011 */
582 {REG_TX_END, s5k3e2fx_reg_pat[rt].tx_end},
677 {REG_TX_END, s5k3e2fx_reg_pat[rt].tx_end},

Completed in 275 milliseconds