HomeSort by relevance Sort by last modified time
    Searched refs:chip (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /prebuilts/ndk/current/platforms/android-19/arch-mips/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...]
  /prebuilts/ndk/current/platforms/android-19/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...]
  /prebuilts/ndk/current/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...]
  /prebuilts/ndk/current/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...]
  /prebuilts/ndk/current/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...]
  /prebuilts/ndk/current/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...]
  /prebuilts/ndk/current/platforms/android-9/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...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/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...]
  /prebuilts/ndk/current/platforms/android-9/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...]
  /device/linaro/hikey/installer/
hisi-idt.py 84 self.chip = chiptype
118 data = array.array('B', self.startframe[self.chip]).tostring()
126 self.headframe[self.chip][4] = (length>>24)&0xff
127 self.headframe[self.chip][5] = (length>>16)&0xff
128 self.headframe[self.chip][6] = (length>>8)&0xff
129 self.headframe[self.chip][7] = (length)&0xff
130 self.headframe[self.chip][8] = (address>>24)&0xff
131 self.headframe[self.chip][9] = (address>>16)&0xff
132 self.headframe[self.chip][10] = (address>>8)&0xff
133 self.headframe[self.chip][11] = (address)&0xf
    [all...]
  /external/libdrm/nouveau/nvif/
cl0080.h 36 char chip[16]; member in struct:nv_device_info_v0
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 197 // Chip copy fields.
281 * Callback that occurs when a chip is deleted.
282 * @param entry RecipientEntry that contains information about the chip.
292 * Callback that occurs when a chip is added.
294 * @param entry RecipientEntry that contains information about the chip.
488 for (DrawableRecipientChip chip : mHiddenSpans) {
489 results.add(chip.getEntry());
500 // Only exception is when we change the selection due to a selected chip.
503 // Grab the last chip and set the cursor to after it.
719 // In the middle of chip; treat this as an edi
1319 DrawableRecipientChip chip = null; local
1993 DrawableRecipientChip chip = constructChipSpan(entry); local
2054 CharSequence chip = createChip(entry); local
3244 final CharSequence chip = createChip(entry); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 123 /* Allows size optimization for single-chip image */
125 #define CHIPID(chip) (BCMCHIPID)
127 #define CHIPID(chip) (chip)
  /external/libdrm/libkms/
linux.c 148 unsigned chip;
219 if (table[i].vendor == vendor_id && table[i].chip == chip_id)
  /development/ndk/platforms/android-3/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc

Completed in 611 milliseconds

12 3 4 5 6