Searched refs:chip (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/mtd/
H A Dnand.h37 * 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...]
H A Dcfi.h258 struct flchip chips[0]; /* per-chip data structure for each chip */
297 device, according to chip mode and endianness... */
382 device, according to chip mode and endianness... */
435 only interested in one chip (a representative sample) */
451 only interested in one chip (a representative sample) */
484 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
H A DSDL_mintaudio_it.S92 .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...]
/external/qemu/hw/
H A Ddevices.h15 I2SCodec *tsc210x_codec(uWireSlave *chip);
17 void tsc210x_set_transform(uWireSlave *chip,
19 void tsc210x_key_event(uWireSlave *chip, int key, int down);
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
H A DSDL_vbltimer.S127 .chip 68060
131 .chip 68000
140 .chip 68060
144 .chip 68000
/external/kernel-headers/original/linux/
H A Dirq.h66 * 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/bluetooth/bluez/tools/
H A Dhciattach_ti.c193 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/oprofile/events/x86-64/family11h/
H A Dunit_masks91 0x04 DCT0 DIMM (chip select) turnaround
94 0x20 DCT1 DIMM (chip select) turnaround
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S208 xor %ebx,%ebx # chip count
291 pop %rbx # restore chip count
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S202 xor %ebx,%ebx # chip count
291 pop %ebx # restore chip count
/external/oprofile/events/x86-64/family10/
H A Dunit_masks89 0x01 DCT0 DIMM (chip select) turnaround
92 0x08 DCT1 DIMM (chip select) turnaround
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h70 } chip; member in struct:kvm_irqchip
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h70 } chip; member in struct:kvm_irqchip
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks73 0x01 DIMM (chip select) turnaround

Completed in 206 milliseconds