Home
last modified time | relevance | path

Searched refs:cmdo (Results 1 – 25 of 87) sorted by relevance

1234

/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dmmc_spi.c56 u8 cmdo[7]; in mmc_spi_sendcmd() local
59 cmdo[0] = 0xff; in mmc_spi_sendcmd()
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
61 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
62 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
63 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
64 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
66 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Dmmc_spi.c56 u8 cmdo[7]; in mmc_spi_sendcmd() local
59 cmdo[0] = 0xff; in mmc_spi_sendcmd()
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
61 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
62 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
63 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
64 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
66 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/mmc/
H A Dmmc_spi.c56 u8 cmdo[7]; in mmc_spi_sendcmd() local
59 cmdo[0] = 0xff; in mmc_spi_sendcmd()
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
61 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
62 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
63 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
64 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
66 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dmmc_spi.c56 u8 cmdo[7]; in mmc_spi_sendcmd() local
59 cmdo[0] = 0xff; in mmc_spi_sendcmd()
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
61 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
62 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
63 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
64 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
66 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mmc/
H A Dmmc_spi.c55 u8 cmdo[7]; in mmc_spi_sendcmd() local
58 cmdo[0] = 0xff; in mmc_spi_sendcmd()
59 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
60 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
61 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
62 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
63 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
64 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
65 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/mmc/
H A Dmmc_spi.c56 u8 cmdo[7]; in mmc_spi_sendcmd() local
59 cmdo[0] = 0xff; in mmc_spi_sendcmd()
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
61 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
62 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
63 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
64 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
66 spi_xfer(spi, sizeof(cmdo) * 8, cmdo, NULL, 0); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/mmc/
H A Dmmc_spi.c78 u8 cmdo[7], r; in mmc_spi_sendcmd() local
85 cmdo[0] = 0xff; in mmc_spi_sendcmd()
86 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
87 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
88 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
89 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
90 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
91 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
92 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/mmc/
H A Dmmc_spi.c94 u8 cmdo[7], r; in mmc_spi_sendcmd() local
104 cmdo[0] = 0xff; in mmc_spi_sendcmd()
105 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()
106 cmdo[2] = cmdarg >> 24; in mmc_spi_sendcmd()
107 cmdo[3] = cmdarg >> 16; in mmc_spi_sendcmd()
108 cmdo[4] = cmdarg >> 8; in mmc_spi_sendcmd()
109 cmdo[5] = cmdarg; in mmc_spi_sendcmd()
110 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()
111 ret = dm_spi_xfer(dev, sizeof(cmdo) * 8, cmdo, NULL, SPI_XFER_BEGIN); in mmc_spi_sendcmd()

1234