Searched refs:s_rca (Results 1 – 4 of 4) sorted by relevance
310 rv = sda_init_cmd(slot, CMD_SEND_CSD, slot->s_rca << 16, R2, in sda_init_card()334 if ((rv = sda_init_cmd(slot, CMD_SELECT_CARD, slot->s_rca << 16, in sda_init_card()558 slot->s_rca = 0x100 + tries; in sda_init_rca()568 slot->s_rca = resp >> 16; in sda_init_rca()570 if ((rv == SDA_EOK) && (slot->s_rca != 0)) { in sda_init_rca()572 slot->s_rca); in sda_init_rca()
306 c->c_argument = index == ACMD_SD_SEND_OCR ? 0 : slot->s_rca << 16; in sda_cmd_alloc_acmd()
375 slot->s_rca = 0; in sda_slot_handle_detect()
60 uint16_t s_rca; member