Searched defs:SDState (Results 1 – 13 of 13) sorted by relevance
86 switch (s->mode) {87 case SSI_SD_CMD:88 if (val == 0xff) {90 return 0xff;92 s->cmd = val & 0x3f;95 return 0xff;97 if (s->arglen == 4) {98 SDRequest request;103 DPRINTF("CMD%d arg 0x%08x\n", s->cmd, request.arg);121 /* All other commands return status. */[all …]
91 struct SDState { struct99 uint32_t ocr;100 uint8_t scr[8];101 uint8_t cid[16];103 uint16_t rca;111 bool spi;117 uint32_t vhs;118 bool wp_switch;121 uint64_t size;142 bool enable;[all …]
89 struct SDState { struct97 uint32_t ocr;98 uint8_t scr[8];99 uint8_t cid[16];101 uint16_t rca;109 bool spi;115 uint32_t vhs;116 bool wp_switch;119 uint64_t size;140 bool enable;[all …]
83 struct SDState { struct87 uint32_t ocr;88 uint8_t scr[8];89 uint8_t cid[16];91 uint16_t rca;98 bool spi;102 uint32_t vhs;103 bool wp_switch;106 uint64_t size;127 bool enable;[all …]
82 struct SDState { struct86 uint32_t ocr;87 uint8_t scr[8];88 uint8_t cid[16];90 uint16_t rca;97 bool spi;101 uint32_t vhs;102 bool wp_switch;105 uint64_t size;126 bool enable;[all …]
91 typedef struct SDState SDState; typedef