Searched refs:mmc_cmd6 (Results 1 – 3 of 3) sorted by relevance
163 int mmc_cmd6(struct sd_handle *handle, uint32_t argument);
59 return mmc_cmd6(handle, SDIO_HW_EMMC_EXT_CSD_BOOT_CNF | config); in set_boot_config()162 rc = mmc_cmd6(handle, data_width); in set_card_data_width()
648 int mmc_cmd6(struct sd_handle *handle, uint32_t argument) in mmc_cmd6() function