Searched refs:SD_RSP_TYPE_R1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rts5208/ |
H A D | sd.c | 221 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 D | rtsx_card.h | 192 #define SD_RSP_TYPE_R1 0x01 macro
|
/openbmc/linux/include/linux/ |
H A D | rtsx_usb.h | 456 #define SD_RSP_TYPE_R1 0x01 macro
|
H A D | rtsx_pci.h | 198 #define SD_RSP_TYPE_R1 0x01 macro
|
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_usb_sdmmc.c | 314 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 D | rtsx_pci_sdmmc.c | 116 return SD_RSP_TYPE_R1; in sd_response_type() 118 return SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_response_type()
|