Lines Matching full:read
27 * but after this call returns the SDIO function structure can be used to read
64 * @brief Read byte from SDIO register
67 * @param func: function to read from
68 * @param reg: register address to read from
69 * @param val: filled with byte value read from register
70 * @retval 0 read succeeded
72 * @retval -ETIMEDOUT: card read timed out
92 * @brief Write byte to SDIO register, and read result
98 * @param read_val: filled with value read from register
108 * @brief Read bytes from SDIO fifo
112 * @param func: function to read from
114 * @param data: filled with data read from fifo
115 * @param len: length of data to read from card
116 * @retval 0 read succeeded
118 * @retval -ETIMEDOUT: card read timed out
142 * @brief Read blocks from SDIO fifo
146 * @param func: function to read from
148 * @param data: filled with data read from fifo
149 * @param blocks: number of blocks to read from fifo
150 * @retval 0 read succeeded
152 * @retval -ETIMEDOUT: card read timed out
179 * @param func: function to read from
182 * @param len: length of data to read
183 * @retval 0 read succeeded
185 * @retval -ETIMEDOUT: card read timed out