Home
last modified time | relevance | path

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

/linux/drivers/staging/rts5208/
H A Dsd.c312 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);
3825 *rsp_type = SD_RSP_TYPE_R1;
3926 SD_RSP_TYPE_R1, NULL, 0,
4030 SD_RSP_TYPE_R1, NULL, 0,
4045 SD_RSP_TYPE_R1, NULL, 0,
4152 SD_RSP_TYPE_R1, NULL, 0,
4172 SD_RSP_TYPE_R1, NULL, 0,
[all …]
H A Drtsx_card.h192 #define SD_RSP_TYPE_R1 0x01 macro
/linux/include/linux/
H A Drtsx_usb.h456 #define SD_RSP_TYPE_R1 0x01 macro
H A Drtsx_pci.h200 #define SD_RSP_TYPE_R1 0x01 macro
/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.c117 return SD_RSP_TYPE_R1; in sd_response_type()
119 return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_response_type()