HomeSort by: relevance | last modified time | path
    Searched refs:SMF_SD_MODE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 412 if (ISSET(sc->flags, SMF_SD_MODE) ) {
496 SET(sc->flags, SMF_SD_MODE|SMF_MEM_MODE);
514 if (ISSET(sc->flags, SMF_SD_MODE) &&
518 CLR(sc->flags, SMF_SD_MODE);
521 if (!ISSET(sc->flags, SMF_SD_MODE)) {
613 if (ISSET(sc->flags, SMF_SD_MODE)) {
815 if (!ISSET(dv->flags, SMF_SD_MODE)) {
894 if (ISSET(sc->flags, SMF_SD_MODE)) {
906 if (ISSET(sc->flags, SMF_SD_MODE))
1033 if (ISSET(sc->flags, SMF_SD_MODE)) {
    [all...]
dev_sdmmc.h 156 #define SMF_SD_MODE 0x0002 /* host in SD mode (MMC otherwise) */
  /src/sys/dev/sdmmc/
sdmmc_mem.c 157 SET(sc->sc_flags, SMF_SD_MODE|SMF_MEM_MODE);
182 if (ISSET(sc->sc_flags, SMF_SD_MODE) &&
186 CLR(sc->sc_flags, SMF_SD_MODE);
189 if (!ISSET(sc->sc_flags, SMF_SD_MODE)) {
224 if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
247 if (ISSET(sc->sc_flags, SMF_SD_MODE) && ISSET(new_ocr, MMC_OCR_S18A)) {
359 if (!ISSET(sc->sc_flags, SMF_SD_MODE)) {
453 if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
521 if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
600 if (ISSET(sc->sc_flags, SMF_SD_MODE))
    [all...]
sdmmcvar.h 250 #define SMF_SD_MODE 0x0002 /* host in SD mode (MMC otherwise) */
sdmmc.c 965 if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
977 if (ISSET(sc->sc_flags, SMF_SD_MODE))
sdmmc_io.c 81 SET(sc->sc_flags, SMF_SD_MODE|SMF_IO_MODE|SMF_MEM_MODE);
ld_sdmmc.c 260 if (ISSET(sa->sf->sc->sc_flags, SMF_SD_MODE)) {

Completed in 20 milliseconds