Home
last modified time | relevance | path

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, 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()
389 rv = sda_init_cmd(slot, CMD_SET_BLOCKLEN, 512, R1, &resp); in sda_init_blocklen()
507 rv = sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL); in sda_init_ifcond()
521 (void) sda_init_cmd(slot, CMD_GO_IDLE, 0, R0, NULL); in sda_init_ifcond()
555 rv = sda_init_cmd(slot, CMD_SEND_RCA, in sda_init_rca()
[all …]