Searched refs:SHF_USE_DMA (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/fdt/ |
| D | imxesdhc.c | 217 #define SHF_USE_DMA 0x0001 macro 345 SET(sc->flags, SHF_USE_DMA); in imxesdhc_attach() 390 if (ISSET(sc->flags, SHF_USE_DMA)) { in imxesdhc_attach() 426 CLR(sc->flags, SHF_USE_DMA); in imxesdhc_attach() 439 if (ISSET(sc->flags, SHF_USE_DMA)) { in imxesdhc_attach() 925 ISSET(sc->flags, SHF_USE_DMA)) in imxesdhc_start_command() 954 if (cmd->c_dmamap && ISSET(sc->flags, SHF_USE_DMA)) { in imxesdhc_start_command()
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | sdhc.c | 69 #define SHF_USE_DMA 0x0001 macro 279 SET(hp->flags, SHF_USE_DMA); in sdhc_host_found() 363 if (ISSET(hp->flags, SHF_USE_DMA)) { in sdhc_host_found() 399 CLR(hp->flags, SHF_USE_DMA); in sdhc_host_found() 414 if (ISSET(hp->flags, SHF_USE_DMA)) in sdhc_host_found() 986 ISSET(hp->flags, SHF_USE_DMA)) in sdhc_start_command() 1021 if (cmd->c_dmamap && ISSET(hp->flags, SHF_USE_DMA)) { in sdhc_start_command()
|
| /openbsd/src/sys/arch/armv7/omap/ |
| D | ommmc.c | 219 #define SHF_USE_DMA 0x0001 macro 372 SET(sc->flags, SHF_USE_DMA); in ommmc_attach() 967 if (ISSET(sc->flags, SHF_USE_DMA)) in ommmc_start_command()
|