Home
last modified time | relevance | path

Searched refs:CMD8 (Results 1 – 25 of 42) sorted by path

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/third_party/ff/
H A Dmmc.c36 #define CMD8 (8) /* SEND_IF_COND */ macro
273 if (cmd == CMD8) n = 0x87; /* Valid CRC for CMD8(0x1AA) */ in send_cmd()
315 if (send_cmd(CMD8, 0x1AA) == 1) { /* SDv2? */ in disk_initialize()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/third_party/ff/
H A Dmmc.c46 #define CMD8 (8) /* SEND_IF_COND */ macro
272 if (cmd == CMD8) n = 0x87; /* Valid CRC for CMD8(0x1AA) */ in send_cmd()
314 if (send_cmd(CMD8, 0x1AA) == 1) { /* SDv2? */ in disk_initialize()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A DChangeLog372 sdcard_sd: output CMD8 in cmd8-handler
2653 CMD0, CMD2, CMD3, CMD6, CMD7, CMD8, CMD9, CMD10, CMD13, CMD16, CMD55,
H A DNEWS339 - Fix incorrect CMD8 annotations.
/dports/devel/z88dk/z88dk/lib/
H A Dsdcard.def32 defc CMD8 = $48
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/firmware/loader/
H A Dmmc.asm32 CMD8 = 8 | 0x40 define
88 ld a, CMD8
92 jr c, pula4 ; cartao recusou CMD8, enviar comando CMD1
93 ld hl, SD_SEND_ACMD41 ; cartao aceitou CMD8, enviar comando ACMD41
302 ; CMD8 e aguardar processamento do cartao
324 cp CMD8
325 ld b, 0x87 ; CRC para CMD8
H A Dmmc.h44 #define CMD8 0x48 /*reserved*/ macro
/dports/devel/z88dk/z88dk/libsrc/sdcard/
H A Dsd_init_main.asm87 ;ld hl,CMD8_string ; send CMD8 ($48,$00,$00,$01,$aa,$87) to test for SDHC card
89 ld a,CMD8
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/
H A DCHANGELOG28244 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
/dports/emulators/simh/simh-3.9.0_5/PDP8/
H A Dpdp8_rx.c80 #define CMD8 1 /* 8b cmd, ho next */ macro
241 rx_state = CMD8; /* wait for part 2 */ in rx()
256 case CMD8: /* waiting for cmd */ in rx()
/dports/emulators/x16-emulator/x16-emulator-r38/
H A Dsdcard.c17 CMD8 = 8, // SEND_IF_COND enumerator
173 case CMD8: { in sdcard_handle()
/dports/net-mgmt/observium/observium/mibs/nortel/
H A DNORTEL-OME6500-EQPT-MIB384 eCMD8(144), -- CPL CMD8 equipment type
/dports/security/clamav-lts/clamav-0.103.5/clamd/
H A Dsession.c91 {CMD8, sizeof(CMD8) - 1, COMMAND_STREAM, 0, 1, 1},
H A Dsession.h32 #define CMD8 "STREAM" macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/nxp/sd/
H A Dsd_mmc.c224 if ((cmd == CMD8 || cmd == CMD14 || cmd == CMD19) && in esdhc_send_cmd()
H A Dsd_mmc.h138 #define CMD8 8 macro
168 #define CMD_SEND_IF_COND CMD8
169 #define CMD_MMC_SEND_EXT_CSD CMD8
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/nxp/sd/
H A Dsd_mmc.c224 if ((cmd == CMD8 || cmd == CMD14 || cmd == CMD19) && in esdhc_send_cmd()
H A Dsd_mmc.h138 #define CMD8 8 macro
168 #define CMD_SEND_IF_COND CMD8
169 #define CMD_MMC_SEND_EXT_CSD CMD8
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/nxp/sd/
H A Dsd_mmc.c224 if ((cmd == CMD8 || cmd == CMD14 || cmd == CMD19) && in esdhc_send_cmd()

12