Searched refs:SCF_RSP_PRESENT (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/dev/sdmmc/ |
H A D | sdmmcvar.h | 100 #define SCF_RSP_PRESENT 0x1000 macro 103 #define SCF_RSP_R1 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX) 104 #define SCF_RSP_R1B (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX|SCF_RSP_BSY) 105 #define SCF_RSP_R2 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_136) 106 #define SCF_RSP_R3 (SCF_RSP_PRESENT) 107 #define SCF_RSP_R4 (SCF_RSP_PRESENT) 108 #define SCF_RSP_R5 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX) 109 #define SCF_RSP_R5B (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX|SCF_RSP_BSY) 110 #define SCF_RSP_R6 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX) 111 #define SCF_RSP_R7 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX)
|
H A D | sdhc.c | 906 if (cmd->c_error == 0 && ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in sdhc_exec_command() 1002 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in sdhc_start_command()
|
H A D | sdmmc.c | 867 else if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in sdmmc_dump_command()
|
/openbsd/sys/dev/fdt/ |
H A D | bcm2835_sdhost.c | 425 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in bcmsdhost_exec_command() 476 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in bcmsdhost_exec_command()
|
H A D | amlmmc.c | 592 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in amlmmc_exec_command() 698 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in amlmmc_exec_command()
|
H A D | sximmc.c | 943 if (cmd->c_flags & SCF_RSP_PRESENT) in sximmc_exec_command() 1055 if (cmd->c_flags & SCF_RSP_PRESENT) { in sximmc_exec_command()
|
H A D | imxesdhc.c | 830 if (cmd->c_error == 0 && ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in imxesdhc_exec_command() 938 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in imxesdhc_start_command()
|
H A D | dwmmc.c | 923 if (cmd->c_flags & SCF_RSP_PRESENT) in dwmmc_exec_command() 996 if (cmd->c_flags & SCF_RSP_PRESENT) { in dwmmc_exec_command()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octmmc.c | 709 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_dma() 805 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_pio()
|
/openbsd/sys/arch/armv7/omap/ |
H A D | ommmc.c | 878 if (cmd->c_error == 0 && ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in ommmc_exec_command() 984 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in ommmc_start_command()
|
/openbsd/sys/dev/ic/ |
H A D | w83l518d_sdmmc.c | 510 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in wb_sdmmc_exec_command()
|
H A D | rtsx.c | 1328 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in rtsx_exec_command()
|