Searched refs:SD_RSP_TYPE_R0 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rts5208/ |
H A D | sd.c | 155 } else if (rsp_type != SD_RSP_TYPE_R0) { 194 if (rsp_type == SD_RSP_TYPE_R0) 628 cmd_type = SD_RSP_TYPE_R0; 2354 retval = sd_send_cmd_get_rsp(chip, GO_IDLE_STATE, 0, SD_RSP_TYPE_R0, 2374 SD_RSP_TYPE_R0, NULL, 0); 2893 retval = sd_send_cmd_get_rsp(chip, GO_IDLE_STATE, 0, SD_RSP_TYPE_R0, 3615 } else if (rsp_type != SD_RSP_TYPE_R0) { 3642 if (rsp_type == SD_RSP_TYPE_R0) 3704 if (rsp_type == SD_RSP_TYPE_R0) 3715 } else if (rsp_type != SD_RSP_TYPE_R0) { [all …]
|
H A D | rtsx_card.h | 191 #define SD_RSP_TYPE_R0 0x04 macro
|
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_pci_sdmmc.c | 114 return SD_RSP_TYPE_R0; in sd_response_type() 132 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 259 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 276 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()
|
H A D | rtsx_usb_sdmmc.c | 311 rsp_type = SD_RSP_TYPE_R0; in sd_send_cmd_get_rsp() 367 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 402 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()
|
/openbmc/linux/include/linux/ |
H A D | rtsx_usb.h | 455 #define SD_RSP_TYPE_R0 0x04 macro
|
H A D | rtsx_pci.h | 197 #define SD_RSP_TYPE_R0 0x04 macro
|