Searched refs:rx_pos (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | istream.c | 163 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read() 165 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read() 183 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read() 185 (void *)(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read() 199 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read() 201 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read() 206 a->rx_pos[Id] = 0; in diva_istream_read() 208 a->rx_pos[Id] += DIVA_DFIFO_STEP; in diva_istream_read()
|
D | di.h | 63 word rx_pos[256]; member
|
D | os_bri.c | 598 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_bri_reset_adapter()
|
D | os_pri.c | 402 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_pri_reset_adapter()
|
D | os_4bri.c | 901 memset(&Slave->a.rx_pos[0], 0x00, sizeof(Slave->a.rx_pos)); in diva_4bri_reset_adapter()
|
D | di.c | 524 a->rx_pos[Id] = 0; in isdn_rc()
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf5xx-ac97-pcm.c | 71 sport->rx_pos, (__u16 *)runtime->dma_area + sport->rx_pos * in bf5xx_mmap_copy() 73 sport->rx_pos += runtime->period_size; in bf5xx_mmap_copy() 74 if (sport->rx_pos >= runtime->buffer_size) in bf5xx_mmap_copy() 75 sport->rx_pos %= runtime->buffer_size; in bf5xx_mmap_copy() 209 sport->rx_pos = 0; in bf5xx_pcm_trigger() 230 curr = sport->rx_pos; in bf5xx_pcm_pointer()
|
D | bf5xx-sport.h | 100 int rx_pos; member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-xiic.c | 78 int rx_pos; member 175 #define xiic_rx_space(i2c) ((i2c)->rx_msg->len - (i2c)->rx_pos) 317 i2c->rx_msg->buf[i2c->rx_pos++] = in xiic_read_rx() 629 i2c->rx_pos = 0; in __xiic_start_xfer()
|
/linux-4.4.14/drivers/atm/ |
D | eni.h | 57 unsigned long rx_pos; /* current RX descriptor pos */ member
|
D | eni.c | 329 "0x%x\n",eni_vcc->descr,eni_vcc->rx_pos, in rx_ident_err() 501 else eni_vcc->rx_pos = (eni_vcc->rx_pos+size+1) & (eni_vcc->words-1); in discard() 752 if (!EEPMOK(eni_vcc->rx_pos,ENI_PRV_SIZE(skb), in dequeue_rx() 760 eni_vcc->rx_pos = ENI_PRV_POS(skb) & (eni_vcc->words-1); in dequeue_rx() 800 eni_vcc->rx_pos = 0; in open_rx_first() 885 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT; in close_rx() 889 eni_vcc->rx_pos,tmp); in close_rx() 891 eni_vcc->rx_pos,tmp); in close_rx()
|
/linux-4.4.14/drivers/spi/ |
D | spi-fsl-espi.c | 372 unsigned int rx_pos = 0; in fsl_espi_rw_trans() local 406 addr += rx_pos; in fsl_espi_rw_trans() 417 memcpy(rx_buf + rx_pos, espi_trans->rx_buf + tx_only, in fsl_espi_rw_trans() 420 rx_pos += trans_len - tx_only; in fsl_espi_rw_trans()
|