Searched refs:tx_pos (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | istream.c | 84 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write() 86 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write() 99 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write() 101 (void *)(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write() 119 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write() 121 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write() 126 a->tx_pos[Id] = 0; in diva_istream_write() 128 a->tx_pos[Id] += DIVA_DFIFO_STEP; in diva_istream_write()
|
D | di.h | 62 word tx_pos[256]; member
|
D | os_bri.c | 597 memset(&IoAdapter->a.tx_pos[0], 0x00, sizeof(IoAdapter->a.tx_pos)); in diva_bri_reset_adapter()
|
D | os_pri.c | 401 memset(&IoAdapter->a.tx_pos[0], 0x00, sizeof(IoAdapter->a.tx_pos)); in diva_pri_reset_adapter()
|
D | os_4bri.c | 900 memset(&Slave->a.tx_pos[0], 0x00, sizeof(Slave->a.tx_pos)); in diva_4bri_reset_adapter()
|
D | di.c | 527 a->tx_pos[Id] = 0; in isdn_rc()
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf5xx-ac97-pcm.c | 63 sport->tx_pos, (__u16 *)runtime->dma_area + sport->tx_pos * in bf5xx_mmap_copy() 65 sport->tx_pos += runtime->period_size; in bf5xx_mmap_copy() 66 if (sport->tx_pos >= runtime->buffer_size) in bf5xx_mmap_copy() 67 sport->tx_pos %= runtime->buffer_size; in bf5xx_mmap_copy() 68 sport->tx_delay_pos = sport->tx_pos; in bf5xx_mmap_copy() 204 sport->tx_pos = 0; in bf5xx_pcm_trigger()
|
D | bf5xx-sport.h | 99 int tx_pos;/*pcm sample count*/ member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-xiic.c | 74 unsigned int tx_pos; member 174 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos) 342 u16 data = i2c->tx_msg->buf[i2c->tx_pos++]; in xiic_fill_tx_fifo() 566 i2c->tx_pos = msg->len; in xiic_start_recv() 630 i2c->tx_pos = 0; in __xiic_start_xfer() 636 i2c->tx_pos = 0; in __xiic_start_xfer()
|
/linux-4.4.14/drivers/atm/ |
D | eni.h | 44 unsigned long tx_pos; /* current TX write position */ member
|
D | eni.c | 1090 if (!NEPMOK(tx->tx_pos,size+TX_GAP, in do_tx() 1108 DPRINTK("dma_wr is %d, tx_pos is %ld\n",dma_wr,tx->tx_pos); in do_tx() 1120 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) << in do_tx() 1145 eni_dev->dma[j++] = (((tx->tx_pos+size) & (tx->words-1)) << in do_tx() 1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx() 1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx() 1163 ((tx->tx_pos+size-AAL5_TRAILER) & (tx->words-1))*4); in do_tx() 1170 ENI_PRV_POS(skb) = tx->tx_pos; in do_tx() 1173 tx->tx_pos = (tx->tx_pos+size) & (tx->words-1); in do_tx() 1174 DPRINTK("dma_wr set to %d, tx_pos is now %ld\n",dma_wr,tx->tx_pos); in do_tx() [all …]
|
/linux-4.4.14/drivers/media/rc/ |
D | ene_ir.h | 230 int tx_pos; /* position in that buffer */ member
|
D | ene_ir.c | 637 if (dev->tx_pos == dev->tx_len) { in ene_tx_sample() 650 sample = dev->tx_buffer[dev->tx_pos++]; in ene_tx_sample() 978 dev->tx_pos = 0; in ene_transmit()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 2506 unsigned int tx_dsr, tx_pos, tx_qidx; in xgbe_prepare_tx_stop() local 2513 tx_pos = (channel->queue_index * DMA_DSR_Q_WIDTH) + in xgbe_prepare_tx_stop() 2519 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) + in xgbe_prepare_tx_stop() 2530 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH); in xgbe_prepare_tx_stop()
|