Searched refs:tx_pos (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Distream.c84 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]),
86 (void*)(a->tx_stream[Id] + a->tx_pos[Id]),
99 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]+4),
101 (void*)(a->tx_stream[Id] + a->tx_pos[Id] + 4),
119 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]),
121 (void*)(a->tx_stream[Id] + a->tx_pos[Id]),
126 a->tx_pos[Id] = 0;
128 a->tx_pos[Id] += DIVA_DFIFO_STEP;
H A Ddi.h62 word tx_pos[256]; member in struct:adapter_s
H A Dos_4bri.c900 memset(&Slave->a.tx_pos[0], 0x00, sizeof(Slave->a.tx_pos));
H A Dos_bri.c597 memset(&IoAdapter->a.tx_pos[0], 0x00, sizeof(IoAdapter->a.tx_pos));
H A Dos_pri.c401 memset(&IoAdapter->a.tx_pos[0], 0x00, sizeof(IoAdapter->a.tx_pos));
H A Ddi.c527 a->tx_pos[Id] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97-pcm.c64 sport->tx_pos, (__u16 *)runtime->dma_area + sport->tx_pos *
66 sport->tx_pos += runtime->period_size;
67 if (sport->tx_pos >= runtime->buffer_size)
68 sport->tx_pos %= runtime->buffer_size;
69 sport->tx_delay_pos = sport->tx_pos;
206 sport->tx_pos = 0;
H A Dbf5xx-sport.h96 int tx_pos;/*pcm sample count*/ member in struct:sport_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.h43 unsigned long tx_pos; /* current TX write position */ member in struct:eni_tx
H A Deni.c1062 * Can I move tx_pos by size bytes without getting closer than TX_GAP
1066 if (!NEPMOK(tx->tx_pos,size+TX_GAP,
1084 DPRINTK("dma_wr is %d, tx_pos is %ld\n",dma_wr,tx->tx_pos);
1096 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) <<
1118 eni_dev->dma[j++] = (((tx->tx_pos+size) & (tx->words-1)) <<
1127 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4);
1128 /*printk("dsc = 0x%08lx\n",(unsigned long) readl(tx->send+tx->tx_pos*4));*/
1132 tx->send+((tx->tx_pos+1) & (tx->words-1))*4);
1136 ((tx->tx_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-xiic.c59 * @tx_pos: Current pos in TX message
71 unsigned int tx_pos; member in struct:xiic_i2c
170 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos)
309 u16 data = i2c->tx_msg->buf[i2c->tx_pos++];
537 i2c->tx_pos = msg->len;
598 i2c->tx_pos = 0;
604 i2c->tx_pos = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dene_ir.h219 int tx_pos; /* position in that bufer */ member in struct:ene_device
H A Dene_ir.c412 if (dev->tx_pos == dev->tx_len + 1) {
425 sample = dev->tx_buffer[dev->tx_pos++];
738 dev->tx_pos = 0;

Completed in 184 milliseconds