Searched refs:sd_read_byte (Results 1 – 3 of 3) sorted by relevance
38 uint8_t sd_read_byte(SDState *card);
245 value = sd_read_byte(host->card); in omap_mmc_transfer()248 value = sd_read_byte(host->card); in omap_mmc_transfer()
2481 uint8_t sd_read_byte(SDState *sd) in sd_read_byte() function2834 sc->read_byte = sd_read_byte; in sdmmc_common_class_init()