Home
last modified time | relevance | path

Searched refs:sd_read_byte (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/sd/
H A Dsdcard_legacy.h38 uint8_t sd_read_byte(SDState *card);
/openbmc/qemu/hw/sd/
H A Domap_mmc.c235 value = sd_read_byte(host->card); in omap_mmc_transfer()
238 value = sd_read_byte(host->card); in omap_mmc_transfer()
H A Dsd.c2216 uint8_t sd_read_byte(SDState *sd) in sd_read_byte() function
2594 sc->read_byte = sd_read_byte; in sd_class_init()