Lines Matching defs:rca
75 /* use non zero and non 0x1 value for rca */
76 handle->device->ctrl.rca = 0x5;
77 argument = handle->device->ctrl.rca << SD_CMD7_ARG_RCA_SHIFT;
87 handle->device->ctrl.rca = 0;
92 int sd_cmd7(struct sd_handle *handle, uint32_t rca)
98 argument = (rca << SD_CMD7_ARG_RCA_SHIFT);
157 argument = handle->device->ctrl.rca << SD_CMD7_ARG_RCA_SHIFT;
250 argument = handle->device->ctrl.rca << SD_CMD7_ARG_RCA_SHIFT;
283 "cmd13 failed before cmd16: rca 0x%0x, return %d, response 0x%0x\n",
284 handle->device->ctrl.rca, res, resp.cardStatus);
324 "cmd 13 failed before cmd17: rca 0x%0x, return %d, response 0x%0x\n",
325 handle->device->ctrl.rca, res, resp.cardStatus);
378 "cmd 13 failed before cmd18: rca 0x%0x, return %d, response 0x%0x\n",
379 handle->device->ctrl.rca, res, resp.cardStatus);
432 "cmd 13 failed before cmd35: rca 0x%0x, return %d\n",
433 handle->device->ctrl.rca, res);
549 "cmd 13 failed before cmd24: rca 0x%0x, return %d, response 0x%0x\n",
550 handle->device->ctrl.rca, res, &resp.cardStatus);
603 "cmd 13 failed before cmd25: rca 0x%0x, return %d, response 0x%0x\n",
604 handle->device->ctrl.rca, res, &resp.cardStatus);
688 EMMC_TRACE("rca 0x%0x, return %d, response 0x%0x\n",
689 handle->device->ctrl.rca, res, resp.cardStatus);