Lines Matching full:from
28 * and write data from the card.
64 * @brief Read byte from SDIO register
66 * Reads 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
98 * @param read_val: filled with value read from register
108 * @brief Read bytes from SDIO fifo
110 * Reads bytes from SDIO register, treating it as a fifo. Reads will
111 * all be done from same address.
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
142 * @brief Read blocks from SDIO fifo
144 * Reads blocks from SDIO register, treating it as a fifo. Reads will
145 * all be done from same address.
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
161 * Writes blocks from SDIO register, treating it as a fifo. Writes will
176 * @brief Copy bytes from an SDIO card
178 * Copies bytes from an SDIO card, starting from provided address.
179 * @param func: function to read from
194 * Copies bytes to an SDIO card, starting from provided address.
198 * @param data: buffer to copy data from