Home
last modified time | relevance | path

Searched refs:SCF_RSP_PRESENT (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/sdmmc/
H A Dsdmmcvar.h100 #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 Dsdhc.c906 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 Dsdmmc.c867 else if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in sdmmc_dump_command()
/openbsd/sys/dev/fdt/
H A Dbcm2835_sdhost.c425 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 Damlmmc.c592 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 Dsximmc.c943 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 Dimxesdhc.c830 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 Ddwmmc.c923 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 Doctmmc.c709 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 Dommmc.c878 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 Dw83l518d_sdmmc.c510 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in wb_sdmmc_exec_command()
H A Drtsx.c1328 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in rtsx_exec_command()