Searched refs:rocr (Results 1 – 6 of 6) sorted by relevance
/drivers/mmc/core/ |
D | sdio_ops.c | 22 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()
|
D | sd_ops.c | 151 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()
|
D | mmc_ops.c | 99 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()
|
D | sdio_ops.h | 15 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
D | sd_ops.h | 16 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
D | mmc_ops.h | 18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|