HomeSort by relevance Sort by last modified time
    Searched refs:chip (Results 1 - 25 of 48) sorted by null

1 2

  /external/kernel-headers/original/linux/mtd/
nand.h 37 * is supported now. If you add a chip with bigger oobsize/page
49 /* Select the chip by setting nCE to low */
137 /* Chip can not auto increment pages */
143 /* Chip has cache program function */
145 /* Chip has copy back function */
147 /* AND Chip which has 4 banks and a confusing page / block
150 /* Chip has a array of 4 pages which can be read without
153 /* Chip requires that BBT is periodically rewritten to prevent
157 /* Chip does not require ready check on read. True
167 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)
568 struct nand_chip *chip = mtd->priv; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
hndpmu.c 47 uint8 sel; /* Chip-specific select value */
67 #define SDIOD_DRVSTR_KEY(chip, pmu) (((chip) << 16) | (pmu))
85 switch (SDIOD_DRVSTR_KEY(sih->chip, sih->pmurev)) {
100 PMU_MSG(("No SDIO Drive strength init done for chip %x rev %d pmurev %d\n",
101 sih->chip, sih->chiprev, sih->pmurev));
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 92 .chip 68060
96 .chip 68000
105 .chip 68060
109 .chip 68000
166 .chip 68060
170 .chip 68000
179 .chip 68060
183 .chip 68000
242 .chip 68060
246 .chip 6800
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmdefs.h 66 #define CHIPID(chip) (BCMCHIPID)
68 #define CHIPID(chip) (chip)
bcmspibrcm.h 94 uint32 chip; member in struct:sdioh_info
  /external/qemu/hw/
devices.h 12 I2SCodec *tsc210x_codec(uWireSlave *chip);
14 void tsc210x_set_transform(uWireSlave *chip,
16 void tsc210x_key_event(uWireSlave *chip, int key, int down);
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 127 .chip 68060
131 .chip 68000
140 .chip 68060
144 .chip 68000
  /external/kernel-headers/original/linux/
irq.h 66 * struct irq_chip - hardware interrupt chip descriptor
71 * @enable: enable the interrupt (defaults to chip->unmask if NULL)
72 * @disable: disable the interrupt (defaults to chip->mask if NULL)
77 * @eoi: end of interrupt - chip level
121 * @chip: low level interrupt hardware access
123 * @chip_data: platform-specific per-chip private data for the chip
124 * methods, to allow shared chip implementations
145 struct irq_chip *chip; member in struct:irq_desc
293 * callable via desc->chip->handle_irq(
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
hw_irq.h 30 struct irq_chip chip; member in struct:ipr_desc
  /bionic/libc/kernel/common/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /development/ndk/platforms/android-3/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc

Completed in 362 milliseconds

1 2