Home
last modified time | relevance | path

Searched refs:rx_pos (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/eicon/
Distream.c163 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()
Ddi.h63 word rx_pos[256]; member
Dos_bri.c599 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_bri_reset_adapter()
Dos_pri.c403 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_pri_reset_adapter()
Dos_4bri.c902 memset(&Slave->a.rx_pos[0], 0x00, sizeof(Slave->a.rx_pos)); in diva_4bri_reset_adapter()
Ddi.c524 a->rx_pos[Id] = 0; in isdn_rc()
/Linux-v4.19/drivers/spi/
Dspi-fsl-espi.c103 unsigned int rx_pos; member
282 rx_left = espi->rx_t->len - espi->rx_pos; in fsl_espi_read_rx_fifo()
289 *(u32 *)(rx_buf + espi->rx_pos) = swahb32(val); in fsl_espi_read_rx_fifo()
291 *(u32 *)(rx_buf + espi->rx_pos) = val; in fsl_espi_read_rx_fifo()
292 espi->rx_pos += 4; in fsl_espi_read_rx_fifo()
298 *(u16 *)(rx_buf + espi->rx_pos) = swab16(val); in fsl_espi_read_rx_fifo()
299 espi->rx_pos += 2; in fsl_espi_read_rx_fifo()
306 *(u8 *)(rx_buf + espi->rx_pos) = val; in fsl_espi_read_rx_fifo()
307 espi->rx_pos += 1; in fsl_espi_read_rx_fifo()
320 espi->rx_pos = 0; in fsl_espi_read_rx_fifo()
[all …]
/Linux-v4.19/drivers/i2c/busses/
Di2c-xiic.c81 int rx_pos; member
174 #define xiic_rx_space(i2c) ((i2c)->rx_msg->len - (i2c)->rx_pos)
316 i2c->rx_msg->buf[i2c->rx_pos++] = in xiic_read_rx()
631 i2c->rx_pos = 0; in __xiic_start_xfer()
/Linux-v4.19/drivers/atm/
Deni.h58 unsigned long rx_pos; /* current RX descriptor pos */ member
Deni.c329 "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-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c1689 while (state->rx_pos != tx_pos) { in parse_rx_slots()
1699 WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0)); in parse_rx_slots()
1701 SLOT_QUEUE_INDEX_FROM_POS(state->rx_pos) & in parse_rx_slots()
1715 (state->rx_pos & VCHIQ_SLOT_MASK)); in parse_rx_slots()
2072 state->rx_pos += calc_stride(size); in parse_rx_slots()
2077 if ((state->rx_pos & VCHIQ_SLOT_MASK) == 0) { in parse_rx_slots()
2806 end = state->rx_pos & VCHIQ_SLOT_MASK; in release_service_messages()
3750 state->rx_pos, in vchiq_dump_state()
3751 state->rx_data + (state->rx_pos & VCHIQ_SLOT_MASK)); in vchiq_dump_state()
Dvchiq_core.h458 int rx_pos; member