Lines Matching +full:data +full:- +full:lines
23 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33 #include "hw/qdev-core.h"
85 #define TYPE_SD_CARD "sd-card"
88 #define TYPE_SD_CARD_SPI "sd-card-spi"
115 * Write a byte on the data lines of a SD card.
122 * Read a byte from the data lines of a SD card.
140 #define TYPE_SD_BUS "sd-bus"
181 * Write a byte on the data lines of a SD bus.
188 * Read a byte from the data lines of a SD bus.
194 * Write data to a SD bus.
196 * @buf: data to write
199 * Write multiple bytes of data on the data lines of a SD bus.
203 * Read data from a SD bus.
205 * @buf: buffer to read data into
208 * Read multiple bytes of data on the data lines of a SD bus.