Lines Matching full:to

27  * but after this call returns the SDIO function structure can be used to read
29 * @param func: function structure to initialize
30 * @param card: SD card to enable function on
31 * @param num: function number to initialize
41 * Enables SDIO card function. @ref sdio_init_func must be called to
43 * @param func: function to enable
54 * to SDIO registers.
55 * @param func: function to set block size for
67 * @param func: function to read from
68 * @param reg: register address to read from
78 * @brief Write byte to SDIO register
80 * Writes byte to SDIO register
81 * @param func: function to write to
82 * @param reg: register address to write to
83 * @param write_val: value to write to register
92 * @brief Write byte to SDIO register, and read result
94 * Writes byte to SDIO register, and reads the register after write
95 * @param func: function to write to
96 * @param reg: register address to write to
97 * @param write_val: value to write to register
112 * @param func: function to read from
115 * @param len: length of data to read from card
125 * @brief Write bytes to SDIO fifo
127 * Writes bytes to SDIO register, treating it as a fifo. Writes will
128 * all be done to same address.
129 * @param func: function to write to
131 * @param data: data to write to fifo
132 * @param len: length of data to write to card
146 * @param func: function to read from
149 * @param blocks: number of blocks to read from fifo
159 * @brief Write blocks to SDIO fifo
162 * all be done to same address.
163 * @param func: function to write to
165 * @param data: data to write to fifo
166 * @param blocks: number of blocks to write to fifo
179 * @param func: function to read from
180 * @param reg: register address to start copy at
181 * @param data: buffer to copy data into
182 * @param len: length of data to read
192 * @brief Copy bytes to an SDIO card
194 * Copies bytes to an SDIO card, starting from provided address.
196 * @param func: function to write to
197 * @param reg: register address to start copy at
198 * @param data: buffer to copy data from
199 * @param len: length of data to write