/drivers/of/unittest-data/ |
D | tests-interrupts.dtsi | 4 interrupts { 38 interrupts = <1>, <2>, <3>, <4>; 43 interrupts = <1>, <2>, <3>, <4>; 46 interrupts-extended0 { 48 interrupts-extended = <&test_intc0 1>, 61 interrupts = <1>; 67 interrupts = <1>; /* invalid specifier - too short */
|
D | testcases.dts | 13 #include "tests-interrupts.dtsi" 36 interrupts { 50 interrupts-extended0 { 51 interrupts-extended = <0x00000000 0x00000008
|
/drivers/net/ethernet/8390/ |
D | lib8390.c | 429 int interrupts, nr_serviced = 0; in __ei_interrupt() local 456 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 && in __ei_interrupt() 461 ei_outb_p(interrupts, e8390_base + EN0_ISR); in __ei_interrupt() 462 interrupts = 0; in __ei_interrupt() 465 if (interrupts & ENISR_OVER) in __ei_interrupt() 467 else if (interrupts & (ENISR_RX+ENISR_RX_ERR)) { in __ei_interrupt() 472 if (interrupts & ENISR_TX) in __ei_interrupt() 474 else if (interrupts & ENISR_TX_ERR) in __ei_interrupt() 477 if (interrupts & ENISR_COUNTERS) { in __ei_interrupt() 485 if (interrupts & ENISR_RDC) in __ei_interrupt() [all …]
|
D | axnet_cs.c | 1091 int interrupts, nr_serviced = 0, i; in ax_interrupt() local 1129 while ((interrupts = inb_p(e8390_base + EN0_ISR)) != 0 && in ax_interrupt() 1132 if (!netif_running(dev) || (interrupts == 0xff)) { in ax_interrupt() 1135 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt() 1136 interrupts = 0; in ax_interrupt() 1142 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt() 1144 if (!(inb(e8390_base + EN0_ISR) & interrupts)) in ax_interrupt() 1147 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt() 1149 if (interrupts & ENISR_OVER) in ax_interrupt() 1151 else if (interrupts & (ENISR_RX+ENISR_RX_ERR)) in ax_interrupt() [all …]
|
/drivers/acpi/acpica/ |
D | rsirq.c | 63 {ACPI_RSC_BITMASK16, ACPI_RS_OFFSET(data.irq.interrupts[0]), 117 {ACPI_RSC_BITMASK16, ACPI_RS_OFFSET(data.irq.interrupts[0]), 233 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.extended_irq.interrupts[0]), 234 AML_OFFSET(extended_irq.interrupts[0]), 240 ACPI_RS_OFFSET(data.extended_irq.interrupts[0]),
|
/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 8 This includes alert interrupts generation and also the TSHUT 48 This includes alert interrupts generation and also the TSHUT 60 This includes alert interrupts generation and also the TSHUT 72 This includes alert interrupts generation and also the TSHUT
|
/drivers/acpi/ |
D | pci_link.c | 120 if (!p->interrupts[i]) { in acpi_pci_link_check_possible() 123 p->interrupts[i]); in acpi_pci_link_check_possible() 126 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 146 if (!p->interrupts[i]) { in acpi_pci_link_check_possible() 149 p->interrupts[i]); in acpi_pci_link_check_possible() 152 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 208 *irq = p->interrupts[0]; in acpi_pci_link_check_current() 224 *irq = p->interrupts[0]; in acpi_pci_link_check_current() 325 resource->res.data.irq.interrupts[0] = irq; in acpi_pci_link_set() 343 resource->res.data.extended_irq.interrupts[0] = irq; in acpi_pci_link_set()
|
D | evged.c | 94 gsi = p->interrupts[0]; in acpi_ged_request_interrupt() 96 gsi = pext->interrupts[0]; in acpi_ged_request_interrupt()
|
/drivers/net/phy/ |
D | realtek.c | 61 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211b_config_intr() 74 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211e_config_intr() 87 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211f_config_intr()
|
D | lxt.c | 83 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt970_config_intr() 107 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt971_config_intr()
|
D | vitesse.c | 154 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc824x_ack_interrupt() 164 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc82xx_config_intr()
|
D | amd.c | 56 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in am79c_config_intr()
|
D | qsemi.c | 104 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in qs6612_config_intr()
|
D | cicada.c | 95 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in cis820x_config_intr()
|
/drivers/memory/ |
D | emif.c | 1014 u32 interrupts; in emif_interrupt_handler() local 1021 interrupts = readl(base + EMIF_SYSTEM_OCP_INTERRUPT_STATUS); in emif_interrupt_handler() 1022 writel(interrupts, base + EMIF_SYSTEM_OCP_INTERRUPT_STATUS); in emif_interrupt_handler() 1029 if (interrupts & TA_SYS_MASK) in emif_interrupt_handler() 1032 if (interrupts & ERR_SYS_MASK) in emif_interrupt_handler() 1033 dev_err(dev, "Access error from SYS port - %x\n", interrupts); in emif_interrupt_handler() 1037 interrupts = readl(base + EMIF_LL_OCP_INTERRUPT_STATUS); in emif_interrupt_handler() 1038 writel(interrupts, base + EMIF_LL_OCP_INTERRUPT_STATUS); in emif_interrupt_handler() 1040 if (interrupts & ERR_LL_MASK) in emif_interrupt_handler() 1042 interrupts); in emif_interrupt_handler() [all …]
|
/drivers/char/tpm/ |
D | tpm_tis.c | 53 static bool interrupts = true; variable 54 module_param(interrupts, bool, 0444); 55 MODULE_PARM_DESC(interrupts, "Enable interrupts"); 156 if (interrupts) in tpm_tis_init()
|
/drivers/pnp/pnpacpi/ |
D | rsparser.c | 313 if (p->interrupts[i]) in pnpacpi_parse_irq_option() 314 __set_bit(p->interrupts[i], map.bits); in pnpacpi_parse_irq_option() 330 if (p->interrupts[i]) { in pnpacpi_parse_ext_irq_option() 331 if (p->interrupts[i] < PNP_IRQ_NR) in pnpacpi_parse_ext_irq_option() 332 __set_bit(p->interrupts[i], map.bits); in pnpacpi_parse_ext_irq_option() 336 p->interrupts[i], PNP_IRQ_NR); in pnpacpi_parse_ext_irq_option() 675 irq->interrupts[0] = p->start; in pnpacpi_encode_irq() 705 extended_irq->interrupts[0] = p->start; in pnpacpi_encode_ext_irq()
|
/drivers/uio/ |
D | Kconfig | 7 kernel interrupts and memory locations, allowing some drivers 31 interrupt handling code. Shared interrupts are not supported. 34 handles interrupts in a special way. Userspace is responsible 36 interrupts in the interrupt controller using the write() syscall. 45 interrupt handling code. Shared interrupts are not supported.
|
/drivers/staging/android/fiq_debugger/ |
D | Kconfig | 7 kernel is unresponsive due to being stuck with interrupts 25 cause extra interrupts, but it makes the serial debugger usable with
|
/drivers/staging/iio/ |
D | TODO | 12 2) Support hardware generated interrupts 40 1) Support for all chip generated interrupts (events),
|
/drivers/staging/fsl-mc/ |
D | README.txt | 110 regions and interrupts). 142 physical ports, and interrupts. DPAA2 uses a more granular approach 249 All interrupts generated by DPAA2 objects are message 250 interrupts. At the hardware level message interrupts 330 and handles interrupts for container events such as hot plug by
|
/drivers/atm/ |
D | nicstarmac.copyright | 7 * interrupts us (except possibly for removal/insertion of the cable?) 10 * 10/5/97 - added code to handle PHY interrupts, disable PHY on
|
/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 95 Use HW to reduce RX interrupts. Not strictly necessary since NAPI 96 reduces RX interrupts by itself. Interrupt mitigation reduces RX 97 interrupts even at low levels of traffic at the cost of a small
|
/drivers/staging/unisys/ |
D | TODO | 6 - teach visorbus to handle virtual interrupts triggered by s-Par
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 35 <debugfs>/omapdss/dispc_irq for DISPC interrupts, and 36 <debugfs>/omapdss/dsi_irq for DSI interrupts.
|