| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mvebu_mmc.c | 76 DRIVER_NAME, cmd->cmdidx, cmd->resp_type, cmd->cmdarg); in mvebu_mmc_send_cmd() 114 if (cmd->resp_type & MMC_RSP_BUSY) in mvebu_mmc_send_cmd() 116 else if (cmd->resp_type & MMC_RSP_136) in mvebu_mmc_send_cmd() 118 else if (cmd->resp_type & MMC_RSP_PRESENT) in mvebu_mmc_send_cmd() 123 if (cmd->resp_type & MMC_RSP_CRC) in mvebu_mmc_send_cmd() 126 if (cmd->resp_type & MMC_RSP_OPCODE) in mvebu_mmc_send_cmd() 129 if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd() 189 if (cmd->resp_type & MMC_RSP_136) { in mvebu_mmc_send_cmd() 207 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd() 227 debug("%s: resp[0x%x] ", DRIVER_NAME, cmd->resp_type); in mvebu_mmc_send_cmd()
|
| H A D | mmc_boot.c | 32 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change() 43 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change() 56 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change() 68 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
|
| H A D | tegra_mmc.c | 142 if ((data == NULL) && (cmd->resp_type & MMC_RSP_BUSY)) in tegra_mmc_wait_inhibit() 182 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) in tegra_mmc_send_cmd_bounced() 197 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in tegra_mmc_send_cmd_bounced() 199 else if (cmd->resp_type & MMC_RSP_136) in tegra_mmc_send_cmd_bounced() 201 else if (cmd->resp_type & MMC_RSP_BUSY) in tegra_mmc_send_cmd_bounced() 206 if (cmd->resp_type & MMC_RSP_CRC) in tegra_mmc_send_cmd_bounced() 208 if (cmd->resp_type & MMC_RSP_OPCODE) in tegra_mmc_send_cmd_bounced() 245 if (cmd->resp_type & MMC_RSP_PRESENT) { in tegra_mmc_send_cmd_bounced() 246 if (cmd->resp_type & MMC_RSP_136) { in tegra_mmc_send_cmd_bounced() 260 } else if (cmd->resp_type & MMC_RSP_BUSY) { in tegra_mmc_send_cmd_bounced()
|
| H A D | dw_mmc.c | 427 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) 435 if (cmd->resp_type & MMC_RSP_PRESENT) { 437 if (cmd->resp_type & MMC_RSP_136) 441 if (cmd->resp_type & MMC_RSP_CRC) 483 if (cmd->resp_type & MMC_RSP_PRESENT) { 484 if (cmd->resp_type & MMC_RSP_136) { 569 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) 577 if (cmd->resp_type & MMC_RSP_PRESENT) { 579 if (cmd->resp_type & MMC_RSP_136) 583 if (cmd->resp_type & MMC_RSP_CRC) [all …]
|
| H A D | mmc.c | 101 switch (cmd->resp_type) { in mmmc_trace_after_send() 173 cmd.resp_type = MMC_RSP_R1; in mmc_send_status() 219 cmd.resp_type = MMC_RSP_R1; in mmc_set_blocklen() 241 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks() 254 cmd.resp_type = MMC_RSP_R1b; in mmc_read_blocks() 283 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks_prepare() 487 cmd.resp_type = MMC_RSP_NONE; in mmc_go_idle() 508 cmd.resp_type = MMC_RSP_R1; in sd_send_op_cond() 517 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond() 551 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond() [all …]
|
| H A D | stm32_sdmmc2.c | 242 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_start_cmd() 243 if (cmd->resp_type & MMC_RSP_136) in stm32_sdmmc2_start_cmd() 245 else if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_start_cmd() 269 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd() 271 if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_end_cmd() 295 if (status & SDMMC_STA_CCRCFAIL && cmd->resp_type & MMC_RSP_CRC) { in stm32_sdmmc2_end_cmd() 302 if (status & SDMMC_STA_CMDREND && cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd() 304 if (cmd->resp_type & MMC_RSP_136) { in stm32_sdmmc2_end_cmd() 420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
|
| H A D | meson_gx_mmc.c | 104 if (cmd->resp_type & MMC_RSP_PRESENT) { in meson_mmc_setup_cmd() 105 if (cmd->resp_type & MMC_RSP_136) in meson_mmc_setup_cmd() 108 if (cmd->resp_type & MMC_RSP_BUSY) in meson_mmc_setup_cmd() 111 if (!(cmd->resp_type & MMC_RSP_CRC)) in meson_mmc_setup_cmd() 162 if (cmd->resp_type & MMC_RSP_136) { in meson_mmc_read_response()
|
| H A D | davinci_mmc.c | 152 switch (cmd->resp_type) { in dmmc_send_cmd() 219 if (cmd->resp_type & MMC_RSP_CRC) in dmmc_send_cmd() 228 if (cmd->resp_type == MMC_RSP_R1b) in dmmc_send_cmd() 234 if (cmd->resp_type & MMC_RSP_136) { in dmmc_send_cmd() 239 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in dmmc_send_cmd()
|
| H A D | mmc_write.c | 54 cmd.resp_type = MMC_RSP_R1; in mmc_erase_t() 69 cmd.resp_type = MMC_RSP_R1b; in mmc_erase_t() 188 cmd.resp_type = MMC_RSP_R1; in mmc_write_blocks() 206 cmd.resp_type = MMC_RSP_R1b; in mmc_write_blocks()
|
| H A D | sdhci.c | 44 if (cmd->resp_type & MMC_RSP_136) { in sdhci_cmd_done() 191 if (!(cmd->resp_type & MMC_RSP_PRESENT)) 193 else if (cmd->resp_type & MMC_RSP_136) 195 else if (cmd->resp_type & MMC_RSP_BUSY) { 202 if (cmd->resp_type & MMC_RSP_CRC) 204 if (cmd->resp_type & MMC_RSP_OPCODE) 259 } else if (cmd->resp_type & MMC_RSP_BUSY) { 588 cmd.resp_type = MMC_RSP_R1;
|
| H A D | arm_pl180_mmci.c | 28 if ((cmd->resp_type & MMC_RSP_PRESENT)) in wait_for_command_end() 42 (cmd->resp_type & MMC_RSP_CRC)) { in wait_for_command_end() 47 if (cmd->resp_type & MMC_RSP_PRESENT) { in wait_for_command_end() 70 if (cmd->resp_type) { in do_command() 72 if (cmd->resp_type & MMC_RSP_136) in do_command()
|
| H A D | sunxi_mmc.c | 333 if (cmd->resp_type & MMC_RSP_BUSY) in sunxi_mmc_send_cmd_common() 340 if (cmd->resp_type & MMC_RSP_PRESENT) in sunxi_mmc_send_cmd_common() 342 if (cmd->resp_type & MMC_RSP_136) in sunxi_mmc_send_cmd_common() 344 if (cmd->resp_type & MMC_RSP_CRC) in sunxi_mmc_send_cmd_common() 406 if (cmd->resp_type & MMC_RSP_BUSY) { in sunxi_mmc_send_cmd_common() 419 if (cmd->resp_type & MMC_RSP_136) { in sunxi_mmc_send_cmd_common()
|
| H A D | mxcmmc.c | 169 switch (cmd->resp_type) { in mxcmci_start_cmd() 184 cmd->resp_type); in mxcmci_start_cmd() 242 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) { in mxcmci_read_response() 247 if (cmd->resp_type & MMC_RSP_PRESENT) { in mxcmci_read_response() 248 if (cmd->resp_type & MMC_RSP_136) { in mxcmci_read_response()
|
| H A D | pxa_mmc_gen.c | 106 if (cmd->resp_type & MMC_RSP_BUSY) in pxa_mmc_start_cmd() 110 switch (cmd->resp_type) { in pxa_mmc_start_cmd() 170 && cmd->resp_type & MMC_RSP_CRC) { in pxa_mmc_cmd_done() 172 if (cmd->resp_type & MMC_RSP_136 in pxa_mmc_cmd_done()
|
| H A D | mxsmmc.c | 174 if (!(cmd->resp_type & MMC_RSP_CRC)) in mxsmmc_send_cmd() 176 if (cmd->resp_type & MMC_RSP_PRESENT) /* Need to get response */ in mxsmmc_send_cmd() 178 if (cmd->resp_type & MMC_RSP_136) /* It's a 136 bits response */ in mxsmmc_send_cmd() 265 if (cmd->resp_type & MMC_RSP_136) { in mxsmmc_send_cmd()
|
| H A D | omap_hsmmc.c | 380 if (!(cmd->resp_type & MMC_RSP_PRESENT)) 382 else if (cmd->resp_type & MMC_RSP_136) 384 else if (cmd->resp_type & MMC_RSP_BUSY) 393 if (cmd->resp_type & MMC_RSP_CRC) 395 if (cmd->resp_type & MMC_RSP_OPCODE) 435 if (cmd->resp_type & MMC_RSP_PRESENT) { 436 if (cmd->resp_type & MMC_RSP_136) {
|
| H A D | gen_atmel_mci.c | 177 if (cmd->resp_type & MMC_RSP_CRC) 179 if (cmd->resp_type & MMC_RSP_136) 181 else if (cmd->resp_type & MMC_RSP_BUSY) 183 else if (cmd->resp_type & MMC_RSP_PRESENT) 286 if (cmd->resp_type & MMC_RSP_136) {
|
| H A D | fsl_esdhc.c | 144 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp() 146 if (cmd->resp_type & MMC_RSP_OPCODE) in esdhc_xfertyp() 148 if (cmd->resp_type & MMC_RSP_136) in esdhc_xfertyp() 150 else if (cmd->resp_type & MMC_RSP_BUSY) in esdhc_xfertyp() 152 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp() 442 if (!data && (cmd->resp_type & MMC_RSP_BUSY)) { in esdhc_send_cmd_common() 460 if (cmd->resp_type & MMC_RSP_136) { in esdhc_send_cmd_common()
|
| H A D | rpmb.c | 66 cmd.resp_type = MMC_RSP_R1; in mmc_set_blockcount() 87 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_request() 119 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_response()
|
| H A D | mmc_spi.c | 181 cmd->cmdidx, cmd->resp_type, cmd->cmdarg); in mmc_spi_request() 194 } else if (cmd->resp_type == MMC_RSP_R2) { in mmc_spi_request()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.c | 936 struct response_type *resp_type = in zcrypt_msgtype6_receive() local 947 switch (resp_type->type) { in zcrypt_msgtype6_receive() 964 complete(&(resp_type->work)); in zcrypt_msgtype6_receive() 983 struct response_type *resp_type = in zcrypt_msgtype6_receive_ep11() local 994 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11() 1007 complete(&(resp_type->work)); in zcrypt_msgtype6_receive_ep11() 1023 struct response_type resp_type = { in zcrypt_msgtype6_modexpo() local 1034 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo() 1038 init_completion(&resp_type.work); in zcrypt_msgtype6_modexpo() 1042 rc = wait_for_completion_interruptible(&resp_type.work); in zcrypt_msgtype6_modexpo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | rtsx_pci_sdmmc.c | 127 static int sd_status_index(int resp_type) in sd_status_index() argument 129 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 131 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index() 435 int resp_type; in sd_read_long_data() local 441 resp_type = sd_response_type(cmd); in sd_read_long_data() 442 if (resp_type < 0) in sd_read_long_data() 443 return resp_type; in sd_read_long_data() 465 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
|
| H A D | cqhci-core.c | 532 u8 resp_type; in cqhci_prep_dcmd_desc() local 539 resp_type = 0x0; in cqhci_prep_dcmd_desc() 543 resp_type = 0x3; in cqhci_prep_dcmd_desc() 546 resp_type = 0x2; in cqhci_prep_dcmd_desc() 559 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc() 565 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_beamform.h | 116 enum rtw_hal_ack_resp_type resp_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_beamform.h | 116 enum rtw_hal_ack_resp_type resp_type; member
|