Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c44 static sda_err_t sda_init_cmd(sda_slot_t *, sda_index_t, uint32_t,
61 sda_init_cmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, in sda_init_cmd() function
125 (void) sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL); in sda_init_sdmem()
195 if (sda_init_cmd(slot, CMD_SEND_OCR, 0, R3, &ocr) != 0) { in sda_init_mmc()
201 (void) sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL); in sda_init_mmc()
214 if (sda_init_cmd(slot, CMD_SEND_OCR, ocr, R3, &r3) != 0) { in sda_init_mmc()
285 rv = sda_init_cmd(slot, CMD_BCAST_CID, 0, R2, slot->s_rcid); in sda_init_card()
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()
389 rv = sda_init_cmd(slot, CMD_SET_BLOCKLEN, 512, R1, &resp); in sda_init_blocklen()
[all …]