Lines Matching defs:read
235 /* read the interrupt flags */
246 /* read the FIFO bytes */
404 * if we get to 0 available, read again, just in case
498 /* read the interrupt flags */
543 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
547 int fifo, read = 0;
549 /* read how many bytes are still in the FIFO */
555 read++;
559 return read;
693 /* read the interrupt flags */
746 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
750 int fifo, read = 0;
752 /* read how many bytes are still in the FIFO */
758 read++;
762 return read;
906 /* read a byte from the SRAM module */
934 /* read the value of a CIR register */
942 /* wait for the read data to be available */
945 /* return the read value */
968 /* read the interrupt flags */
1015 /* read up to buf_size bytes from the RX FIFO; to be called with the spinlock
1019 int fifo, read = 0;
1021 /* read how many bytes are still in the FIFO */
1025 *(buf++) = it8709_rm(dev, IT8709_FIFO + read);
1027 read++;
1036 return read;