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

/illumos-gate/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, function
125 (void) sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL);
195 if (sda_init_cmd(slot, CMD_SEND_OCR, 0, R3, &ocr) != 0) {
201 (void) sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL);
214 if (sda_init_cmd(slot, CMD_SEND_OCR, ocr, R3, &r3) != 0) {
285 rv = sda_init_cmd(slot, CMD_BCAST_CID, 0, R2, slot->s_rcid);
310 rv = sda_init_cmd(slot, CMD_SEND_CSD, slot->s_rca << 16, R2,
334 if ((rv = sda_init_cmd(slot, CMD_SELECT_CARD, slot->s_rca << 16,
389 rv = sda_init_cmd(slo
[all...]

Completed in 56 milliseconds