Searched defs:chip (Results 1 - 6 of 6) sorted by relevance
/external/kernel-headers/original/linux/ |
H A D | 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 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 1569 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1586 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1621 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 2038 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2139 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2243 char chip = '6'; local 2247 chip = '7'; 2250 chip = 'E'; 2253 chip = 'C'; 2257 chip [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 1569 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1586 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1621 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 2038 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2139 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2243 char chip = '6'; local 2247 chip = '7'; 2250 chip = 'E'; 2253 chip = 'C'; 2257 chip [all...] |
/external/kernel-headers/original/linux/mtd/ |
H A D | nand.h | 37 * is supported now. If you add a chip with bigger oobsize/page 49 /* Select the chip by setting nCE to low */ 167 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)) 168 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING)) 169 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) 170 #define NAND_HAS_COPYBACK(chip) ((chip 568 struct nand_chip *chip = mtd->priv; local [all...] |
/external/qemu/android/config/linux-x86/linux/ |
H A D | kvm.h | 70 } chip; member in struct:kvm_irqchip
|
/external/qemu/android/config/linux-x86_64/linux/ |
H A D | kvm.h | 70 } chip; member in struct:kvm_irqchip
|
Completed in 192 milliseconds