Lines Matching defs:read
276 /* read the interrupt flags */
287 /* read the FIFO bytes */
455 * if we get to 0 available, read again, just in case
555 /* read the interrupt flags */
602 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
606 int fifo, read = 0;
610 /* read how many bytes are still in the FIFO */
616 read++;
620 return read;
772 /* read the interrupt flags */
827 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
831 int fifo, read = 0;
835 /* read how many bytes are still in the FIFO */
841 read++;
845 return read;
1005 /* read a byte from the SRAM module */
1033 /* read the value of a CIR register */
1041 /* wait for the read data to be available */
1044 /* return the read value */
1069 /* read the interrupt flags */
1118 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
1122 int fifo, read = 0;
1126 /* read how many bytes are still in the FIFO */
1130 *(buf++) = it8709_rm(dev, IT8709_FIFO + read);
1132 read++;
1141 return read;