Searched refs:SD_OK (Results 1 – 5 of 5) sorted by relevance
161 if (rc == SD_OK) { in set_card_data_width()268 if (handle->device->ctrl.cmdStatus == SD_OK) in process_data_xfer()269 return SD_OK; in process_data_xfer()297 if (handle->device->ctrl.cmdStatus == SD_OK) in process_data_xfer()298 return SD_OK; in process_data_xfer()304 return SD_OK; in process_data_xfer()368 return SD_OK; in init_card()379 return SD_OK; in init_card()386 return SD_OK; in init_card()411 if (rc == SD_OK) in init_mmc_card()[all …]
27 if (res == SD_OK) { in sd_cmd0()51 if (res == SD_OK) in sd_cmd1()86 if (res != SD_OK) in sd_cmd3()116 if (res == SD_OK) in sd_cmd7()142 if (res == SD_OK) in mmc_cmd8()165 if (res != SD_OK) in sd_cmd9()259 if (res == SD_OK) { in sd_cmd13()281 if (res != SD_OK) { in sd_cmd16()322 if (res != SD_OK) { in sd_cmd17()358 if (res != SD_OK) in sd_cmd17()[all …]
153 return SD_OK; in chal_sd_set_power()182 return SD_OK; in chal_sd_setup_handler()333 return SD_OK; in chal_sd_stop()375 if (rval != SD_OK) in chal_sd_start()383 return SD_OK; in chal_sd_start()455 return SD_OK; in chal_sd_config_bus_width()488 return SD_OK; in chal_sd_set_dma()558 return SD_OK; in chal_sd_send_cmd()575 return SD_OK; in chal_sd_set_dma_addr()681 return SD_OK; in chal_sd_set_clock()[all …]
82 rc = SD_OK; in emmc_partition_select()95 return (rc == SD_OK); in emmc_partition_select()293 SD_PIO_MODE, SDIO_base, SDIO_base) != SD_OK) in sdio_init()308 if (init_card(p_sdhandle, SD_CARD_DETECT_MMC) != SD_OK) { in sdio_idle()612 if (result != SD_OK) { in bcm_emmc_card_ready_state()
18 #define SD_OK 0 macro