rx_pos            331 drivers/atm/eni.c 	    "0x%x\n",eni_vcc->descr,eni_vcc->rx_pos,
rx_pos            503 drivers/atm/eni.c 	else eni_vcc->rx_pos = (eni_vcc->rx_pos+size+1) & (eni_vcc->words-1);
rx_pos            754 drivers/atm/eni.c 		if (!EEPMOK(eni_vcc->rx_pos,ENI_PRV_SIZE(skb),
rx_pos            762 drivers/atm/eni.c 		eni_vcc->rx_pos = ENI_PRV_POS(skb) & (eni_vcc->words-1);
rx_pos            802 drivers/atm/eni.c 	eni_vcc->rx_pos = 0;
rx_pos            887 drivers/atm/eni.c 			at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT;
rx_pos            891 drivers/atm/eni.c 			    eni_vcc->rx_pos,tmp);
rx_pos            893 drivers/atm/eni.c 			    eni_vcc->rx_pos,tmp);
rx_pos             58 drivers/atm/eni.h 	unsigned long rx_pos;		/* current RX descriptor pos */
rx_pos             72 drivers/i2c/busses/i2c-xiic.c 	int			rx_pos;
rx_pos            165 drivers/i2c/busses/i2c-xiic.c #define xiic_rx_space(i2c) ((i2c)->rx_msg->len - (i2c)->rx_pos)
rx_pos            307 drivers/i2c/busses/i2c-xiic.c 		i2c->rx_msg->buf[i2c->rx_pos++] =
rx_pos            622 drivers/i2c/busses/i2c-xiic.c 	i2c->rx_pos = 0;
rx_pos             99 drivers/spi/spi-fsl-espi.c 	unsigned int rx_pos;
rx_pos            278 drivers/spi/spi-fsl-espi.c 	rx_left = espi->rx_t->len - espi->rx_pos;
rx_pos            285 drivers/spi/spi-fsl-espi.c 				*(u32 *)(rx_buf + espi->rx_pos) = swahb32(val);
rx_pos            287 drivers/spi/spi-fsl-espi.c 				*(u32 *)(rx_buf + espi->rx_pos) = val;
rx_pos            288 drivers/spi/spi-fsl-espi.c 			espi->rx_pos += 4;
rx_pos            294 drivers/spi/spi-fsl-espi.c 			*(u16 *)(rx_buf + espi->rx_pos) = swab16(val);
rx_pos            295 drivers/spi/spi-fsl-espi.c 			espi->rx_pos += 2;
rx_pos            302 drivers/spi/spi-fsl-espi.c 				*(u8 *)(rx_buf + espi->rx_pos) = val;
rx_pos            303 drivers/spi/spi-fsl-espi.c 			espi->rx_pos += 1;
rx_pos            316 drivers/spi/spi-fsl-espi.c 		espi->rx_pos = 0;
rx_pos            413 drivers/spi/spi-fsl-espi.c 	espi->rx_pos = 0;
rx_pos           1516 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	while (state->rx_pos != tx_pos) {
rx_pos           1526 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 			WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0));
rx_pos           1528 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				SLOT_QUEUE_INDEX_FROM_POS(state->rx_pos) &
rx_pos           1542 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 			(state->rx_pos & VCHIQ_SLOT_MASK));
rx_pos           1837 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		state->rx_pos += calc_stride(size);
rx_pos           1842 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		if ((state->rx_pos & VCHIQ_SLOT_MASK) == 0) {
rx_pos           2489 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				end = state->rx_pos & VCHIQ_SLOT_MASK;
rx_pos           3368 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		state->rx_pos,
rx_pos           3369 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		state->rx_data + (state->rx_pos & VCHIQ_SLOT_MASK));
rx_pos            424 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h 	int rx_pos;
rx_pos             65 drivers/tty/serial/8250/8250_mtk.c 	unsigned int		rx_pos;
rx_pos            103 drivers/tty/serial/8250/8250_mtk.c 	if ((data->rx_pos + cnt) > dma->rx_size)
rx_pos            104 drivers/tty/serial/8250/8250_mtk.c 		cnt = dma->rx_size - data->rx_pos;
rx_pos            106 drivers/tty/serial/8250/8250_mtk.c 	ptr = (unsigned char *)(data->rx_pos + dma->rx_buf);
rx_pos            108 drivers/tty/serial/8250/8250_mtk.c 	data->rx_pos += cnt;
rx_pos            114 drivers/tty/serial/8250/8250_mtk.c 		data->rx_pos = cnt;
rx_pos            175 drivers/tty/serial/8250/8250_mtk.c 	data->rx_pos = 0;