Lines Matching defs:read
215 int i, k, fifo1count, read;
221 read = tiadc_readl(adc_dev, REG_FIFO1);
222 data[i] = read & FIFOREAD_DATA_MASK;
459 unsigned int fifo1count, read, stepid;
498 * Therefore we read every item and keep only the latest version of the
502 read = tiadc_readl(adc_dev, REG_FIFO1);
503 stepid = read & FIFOREAD_CHNLID_MASK;
507 read = read & FIFOREAD_DATA_MASK;
509 *val = (u16) read;