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

  /src/sys/arch/evbarm/stand/boot2440/
s3csdi.c 81 SDI_REG(SDI_CON) &= ~SDICON_ENCLK;
83 SDI_REG(SDI_CON) = SDICON_SD_RESET | SDICON_CTYP_SD;
117 control = SDI_REG(SDI_CON);
118 SDI_REG(SDI_CON) = control & ~SDICON_ENCLK;
136 SDI_REG(SDI_CON) = control | SDICON_ENCLK;
  /src/sys/arch/arm/s3c2xx0/
s3c2440_sdi.c 249 bus_space_write_4(sc->iot, sc->ioh, SDI_CON, SDICON_SD_RESET |
329 control = bus_space_read_4(sc->iot, sc->ioh, SDI_CON);
330 bus_space_write_4(sc->iot, sc->ioh, SDI_CON, control & ~SDICON_ENCLK);
350 SDI_CON, control | SDICON_ENCLK);
s3c2440reg.h 282 #define SDI_CON 0x00

Completed in 14 milliseconds