Searched refs:rocr (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mmc/core/ |
H A D | sdio_ops.c | 18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_io_op_cond() argument 56 if (rocr) in mmc_send_io_op_cond() 57 *rocr = cmd.resp[mmc_host_is_spi(host) ? 1 : 0]; in mmc_send_io_op_cond()
|
H A D | sd.c | 811 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid() argument 861 err = mmc_send_app_op_cond(host, ocr, rocr); in mmc_sd_get_cid() 873 rocr && (*rocr & SD_ROCR_S18A)) { in mmc_sd_get_cid() 1408 u32 rocr = 0; in mmc_sd_init_card() local 1413 err = mmc_sd_get_cid(host, ocr, cid, &rocr); in mmc_sd_init_card() 1455 bool is_sduc = (rocr & sduc_arg) == sduc_arg; in mmc_sd_init_card() 1507 if (rocr & SD_ROCR_S18A && mmc_host_uhs(host)) { in mmc_sd_init_card() 1835 u32 ocr, rocr; in mmc_attach_sd() local 1864 rocr = mmc_select_voltage(host, ocr); in mmc_attach_sd() 1869 if (!rocr) { in mmc_attach_sd() [all …]
|
H A D | sd_ops.c | 172 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond() argument 195 if (rocr && !mmc_host_is_spi(host)) in mmc_send_app_op_cond() 196 *rocr = cmd.resp[0]; in mmc_send_app_op_cond()
|
H A D | sdio_ops.h | 18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | mmc_ops.h | 30 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | mmc.c | 1600 u32 rocr; in mmc_init_card() local 1618 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card() 1724 if (rocr & BIT(30)) in mmc_init_card() 2296 u32 ocr, rocr; in mmc_attach_mmc() local 2321 rocr = mmc_select_voltage(host, ocr); in mmc_attach_mmc() 2326 if (!rocr) { in mmc_attach_mmc() 2334 err = mmc_init_card(host, rocr, NULL); in mmc_attach_mmc()
|