Home
last modified time | relevance | path

Searched refs:rocr (Results 1 – 6 of 6) sorted by relevance

/drivers/mmc/core/
Dsdio_ops.c22 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_io_op_cond() argument
64 if (rocr) in mmc_send_io_op_cond()
65 *rocr = cmd.resp[mmc_host_is_spi(host) ? 1 : 0]; in mmc_send_io_op_cond()
Dsd_ops.c151 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond() argument
190 if (rocr && !mmc_host_is_spi(host)) in mmc_send_app_op_cond()
191 *rocr = cmd.resp[0]; in mmc_send_app_op_cond()
Dmmc_ops.c99 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() argument
135 if (rocr && !mmc_host_is_spi(host)) in mmc_send_op_cond()
136 *rocr = cmd.resp[0]; in mmc_send_op_cond()
Dsdio_ops.h15 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
Dsd_ops.h16 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
Dmmc_ops.h18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);