HomeSort by: relevance | last modified time | path
    Searched defs:sc_buswidth (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_mci.h 74 int sc_buswidth; /* current bus width */ member in struct:pxamci_softc
  /src/sys/arch/mips/rmi/
rmixl_nand.c 80 int sc_buswidth; /* in bytes */ member in struct:rmixl_nand_softc
194 sc->sc_buswidth = 1; /* 8 bit */
197 sc->sc_buswidth = 2; /* 16 bit */
200 sc->sc_buswidth = 4; /* 32 bit */
203 aprint_debug_dev(self, "bus width %d bits\n", 8 * sc->sc_buswidth);
  /src/sys/arch/arm/ti/
omap2_nand.c 114 int sc_buswidth; /* 0: 8bit, 1: 16bit */ member in struct:omap2_nand_softc
255 sc->sc_buswidth = 1;
258 sc->sc_buswidth = 0;
483 if (sc->sc_buswidth == 1)
  /src/sys/dev/nand/
nandemulator.c 104 int sc_buswidth; member in struct:nandemulator_softc
204 sc->sc_buswidth = NANDEMULATOR_16BIT; /* 16bit for now */
555 KASSERT(sc->sc_buswidth == NANDEMULATOR_16BIT);
557 if (sc->sc_buswidth != NANDEMULATOR_16BIT) {
589 KASSERT(sc->sc_buswidth == NANDEMULATOR_16BIT);
591 if (sc->sc_buswidth != NANDEMULATOR_16BIT) {
710 if (sc->sc_buswidth == NANDEMULATOR_16BIT)
  /src/sys/dev/sdmmc/
sdmmcvar.h 304 int sc_buswidth; /* host bus width */ member in struct:sdmmc_softc

Completed in 14 milliseconds