Home
last modified time | relevance | path

Searched refs:SD_RSP_TYPE_R1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rts5208/
H A Dsd.c221 if (rsp_type == SD_RSP_TYPE_R1 || rsp_type == SD_RSP_TYPE_R1b) {
312 SD_RSP_TYPE_R1, NULL, 0);
384 SD_RSP_TYPE_R1, NULL, 0);
624 cmd_type = SD_RSP_TYPE_R1;
647 SD_RSP_TYPE_R1, rsp, 5);
675 sd_card->sd_addr, SD_RSP_TYPE_R1,
737 retval = sd_send_cmd_get_rsp(chip, VOLTAGE_SWITCH, 0, SD_RSP_TYPE_R1,
950 SD_RSP_TYPE_R1, NULL, 0);
1466 SD_RSP_TYPE_R1, NULL, 0);
1540 SD_RSP_TYPE_R1, NULL, 0);
[all …]
H A Drtsx_card.h192 #define SD_RSP_TYPE_R1 0x01 macro
/openbmc/linux/include/linux/
H A Drtsx_usb.h456 #define SD_RSP_TYPE_R1 0x01 macro
H A Drtsx_pci.h198 #define SD_RSP_TYPE_R1 0x01 macro
/openbmc/linux/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c314 rsp_type = SD_RSP_TYPE_R1; in sd_send_cmd_get_rsp()
317 rsp_type = SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_send_cmd_get_rsp()
H A Drtsx_pci_sdmmc.c116 return SD_RSP_TYPE_R1; in sd_response_type()
118 return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_response_type()