Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rts5208/
H A Dsd.c155 } 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 Drtsx_card.h191 #define SD_RSP_TYPE_R0 0x04 macro
/openbmc/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c114 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 Drtsx_usb_sdmmc.c311 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 Drtsx_usb.h455 #define SD_RSP_TYPE_R0 0x04 macro
H A Drtsx_pci.h197 #define SD_RSP_TYPE_R0 0x04 macro