/external/kernel-headers/original/linux/ |
pci.h | 154 unsigned int irq; member in struct:pci_dev 410 void pcibios_update_irq(struct pci_dev *, int irq);
|
wanrouter.h | 206 int irq; /* interrupt request level */ member in struct:wandev_conf 474 int irq; /* interrupt request level */ member in struct:wan_device
|
hdreg.h | 30 #define HD_ALTSTATUS 0x3f6 /* same as HD_STATUS but doesn't clear irq */
|
pci_regs.h | 199 #define PCI_CAP_ID_HT_IRQCONF 0x08 /* HyperTransport IRQ Configuration */
|
/external/qemu/ |
Changelog | 224 - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve 259 - PIC spurious irq support (aka Solaris install bug)
|
Makefile.android | 166 irq.c \
|
cpu-all.h | 801 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */
|
qemu-monitor.hx | 48 @item info irq
|
/external/quake/quake/src/WinQuake/ |
net_main.cpp | 39 void (*GetComPortConfig) (int portNumber, int *port, int *irq, int *baud, qboolean *useModem); 40 void (*SetComPortConfig) (int portNumber, int port, int irq, int baud, qboolean useModem);
|
snd_dos.cpp | 51 static int irq;
variable 110 sscanf(param+1, "%d", &irq);
|
snd_gus.cpp | 827 // Clear any pending IRQ's
851 // Clear any pending IRQ's
998 dos_outportb(CodecData,0x08); // IRQ is disabled in PIN control
[all...] |
/system/core/toolbox/ |
top.c | 440 printf("User %ld%%, System %ld%%, IOW %ld%%, IRQ %ld%%\n", 446 printf("User %ld + Nice %ld + Sys %ld + Idle %ld + IOW %ld + IRQ %ld + SIRQ %ld = %ld\n",
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/ |
FwEvent.c | 390 /* if working level sensitive mode we must first enable IRQ source */ 427 /* if working level sensitive mode we must first enable IRQ source */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
osapi.c | 249 DESCRIPTION: Callback directly called at an IRQ context from the SPI modue [all...] |
/external/grub/netboot/ |
3c595.h | 100 #define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */
|
3c90x.c | 912 ** set Indication and Interrupt flags , acknowledge any IRQ's
|
cs89x0.c | 520 /* Check if the ISA IRQ has been set */
|
eepro.c | 108 #define ee_INT_TO_IRQ 0 /* int to IRQ Mapping = 0x1EB8 for Pro/10+ */
|
/external/kernel-headers/original/asm-x86/ |
voyager.h | 186 * the CPU IRQ line */
|
/external/qemu/hw/ |
bt-hci-csr.c | 25 #include "irq.h"
|
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
Makefile | 236 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
FwEvent.c | 354 CL_TRACE_END_L1("tiwlan_drv.ko", "FwEvent", "IRQ", "");
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/ |
Makefile | 251 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high
|
/external/quake/quake/src/WinQuake/data/ |
TECHINFO.TXT | [all...] |
/external/kernel-headers/original/asm-arm/arch/ |
hardware.h | 149 * XXX: These probably want to be moved to arch/arm/mach-omap/omap1/irq.c
|