Home
last modified time | relevance | path

Searched defs:SDState (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/sd/
H A Dssi-sd.c86 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 …]
/dports/emulators/qemu/qemu-6.2.0/hw/sd/
H A Dsd.c91 struct SDState { struct
99 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 …]
/dports/emulators/qemu60/qemu-6.0.0/hw/sd/
H A Dsd.c91 struct SDState { struct
99 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 …]
/dports/emulators/qemu5/qemu-5.2.0/hw/sd/
H A Dsd.c89 struct SDState { struct
97 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 …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/sd/
H A Dsd.c91 struct SDState { struct
99 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 …]
/dports/emulators/qemu42/qemu-4.2.1/hw/sd/
H A Dsd.c83 struct SDState { struct
87 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 …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/sd/
H A Dsd.c82 struct SDState { struct
86 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 …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/sd/
H A Dsd.c83 struct SDState { struct
87 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 …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/sd/
H A Dsd.c83 struct SDState { struct
87 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 …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/sd/
H A Dsd.h91 typedef struct SDState SDState; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/sd/
H A Dsd.h91 typedef struct SDState SDState; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/sd/
H A Dsd.h91 typedef struct SDState SDState; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/sd/
H A Dsd.h91 typedef struct SDState SDState; typedef