HomeSort by relevance Sort by last modified time
    Searched defs:chip (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/common/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /hardware/broadcom/wlan/bcm4329/src/include/
siutils.h 47 uint chip; member in struct:si_pub
bcmspibrcm.h 94 uint32 chip; member in struct:sdioh_info
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
irq.h 80 struct irq_chip *chip; member in struct:irq_desc
  /external/bluetooth/bluez/tools/
hciattach_ti.c 193 uint16_t version = 0, chip = 0, min_ver = 0, maj_ver = 0; local
196 chip = (version & 0x7C00) >> 10;
203 sprintf(firmware_file_name, FIRMWARE_DIRECTORY "TIInit_%d.%d.%d.bts", chip, maj_ver, min_ver);
485 fprintf(stderr, "Found a Texas Instruments' chip!\n");
  /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...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
sbutils.c 2 * Misc utility routines for accessing chip-specific features
429 if ((CHIPID(sii->pub.chip) == BCM5354_CHIP_ID) &&
450 * is the default core address at chip POR time and 'regs' is the virtual
494 /* determine numcores - this is the total # cores in the chip */
500 uint chip = sii->pub.chip; local
502 if (chip == BCM4306_CHIP_ID) /* < 4306c0 */
504 else if (chip == BCM4704_CHIP_ID)
506 else if (chip == BCM5365_CHIP_ID)
509 SI_ERROR(("sb_chip2numcores: unsupported chip 0x%x\n"
    [all...]
  /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...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 542 milliseconds