Home
last modified time | relevance | path

Searched refs:interrupts (Results 1 – 25 of 79) sorted by relevance

1234

/drivers/of/testcase-data/
Dtestcases.dts13 #include "tests-interrupts.dtsi"
28 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:60",
29 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:52",
30 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:44",
31 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:36",
32 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:24",
33 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:8",
34 "/testcase-data/interrupts/interrupts-extended0:interrupts-extended:0",
35 "/testcase-data/interrupts/interrupts1:interrupt-parent:0",
36 "/testcase-data/interrupts/interrupts0:interrupt-parent:0",
[all …]
Dtests-interrupts.dtsi4 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 */
/drivers/net/ethernet/8390/
Dlib8390.c429 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 …]
Daxnet_cs.c1094 int interrupts, nr_serviced = 0, i; in ax_interrupt() local
1132 while ((interrupts = inb_p(e8390_base + EN0_ISR)) != 0 && in ax_interrupt()
1135 if (!netif_running(dev) || (interrupts == 0xff)) { in ax_interrupt()
1138 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1139 interrupts = 0; in ax_interrupt()
1145 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1147 if (!(inb(e8390_base + EN0_ISR) & interrupts)) in ax_interrupt()
1150 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1152 if (interrupts & ENISR_OVER) in ax_interrupt()
1154 else if (interrupts & (ENISR_RX+ENISR_RX_ERR)) in ax_interrupt()
[all …]
/drivers/acpi/acpica/
Drsirq.c63 {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/acpi/
Dpci_link.c122 if (!p->interrupts[i]) { in acpi_pci_link_check_possible()
125 p->interrupts[i]); in acpi_pci_link_check_possible()
128 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
148 if (!p->interrupts[i]) { in acpi_pci_link_check_possible()
151 p->interrupts[i]); in acpi_pci_link_check_possible()
154 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
210 *irq = p->interrupts[0]; in acpi_pci_link_check_current()
226 *irq = p->interrupts[0]; in acpi_pci_link_check_current()
327 resource->res.data.irq.interrupts[0] = irq; in acpi_pci_link_set()
345 resource->res.data.extended_irq.interrupts[0] = irq; in acpi_pci_link_set()
/drivers/thermal/ti-soc-thermal/
DKconfig10 This includes alert interrupts generation and also the TSHUT
35 This includes alert interrupts generation and also the TSHUT
47 This includes alert interrupts generation and also the TSHUT
59 This includes alert interrupts generation and also the TSHUT
/drivers/uio/
DKconfig7 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/memory/
Demif.c1014 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/net/phy/
Drealtek.c45 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211b_config_intr()
58 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211e_config_intr()
Dlxt.c85 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt970_config_intr()
117 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt971_config_intr()
Dvitesse.c121 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc824x_ack_interrupt()
131 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc82xx_config_intr()
Damd.c56 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in am79c_config_intr()
Dqsemi.c104 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in qs6612_config_intr()
Dcicada.c95 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in cis820x_config_intr()
Dbcm63xx.c65 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm63xx_config_intr()
/drivers/pnp/pnpacpi/
Drsparser.c308 if (p->interrupts[i]) in pnpacpi_parse_irq_option()
309 __set_bit(p->interrupts[i], map.bits); in pnpacpi_parse_irq_option()
325 if (p->interrupts[i]) { in pnpacpi_parse_ext_irq_option()
326 if (p->interrupts[i] < PNP_IRQ_NR) in pnpacpi_parse_ext_irq_option()
327 __set_bit(p->interrupts[i], map.bits); in pnpacpi_parse_ext_irq_option()
331 p->interrupts[i], PNP_IRQ_NR); in pnpacpi_parse_ext_irq_option()
670 irq->interrupts[0] = p->start; in pnpacpi_encode_irq()
700 extended_irq->interrupts[0] = p->start; in pnpacpi_encode_ext_irq()
/drivers/char/tpm/
Dtpm_i2c_stm_st33.c588 static int interrupts; variable
589 module_param(interrupts, int, 0444);
590 MODULE_PARM_DESC(interrupts, "Enable interrupts");
668 if (interrupts) { in tpm_st33_i2c_probe()
713 chip->vendor.irq = interrupts; in tpm_st33_i2c_probe()
726 if (interrupts) in tpm_st33_i2c_probe()
Dtpm_tis.c571 static bool interrupts = true; variable
572 module_param(interrupts, bool, 0444);
573 MODULE_PARM_DESC(interrupts, "Enable interrupts");
672 if (interrupts) in tpm_tis_init()
674 if (interrupts && !chip->vendor.irq) { in tpm_tis_init()
837 interrupts = false; in tpm_tis_pnp_init()
/drivers/staging/android/fiq_debugger/
DKconfig7 kernel is unresponsive due to being stuck with interrupts
25 cause extra interrupts, but it makes the serial debugger usable with
/drivers/atm/
Dnicstarmac.copyright7 * interrupts us (except possibly for removal/insertion of the cable?)
10 * 10/5/97 - added code to handle PHY interrupts, disable PHY on
/drivers/staging/iio/
DTODO12 2) Support hardware generated interrupts
40 1) Support for all chip generated interrupts (events),
/drivers/net/ethernet/dec/tulip/
DKconfig97 Use HW to reduce RX interrupts. Not strictly necessary since NAPI
98 reduces RX interrupts by itself. Interrupt mitigation reduces RX
99 interrupts even at low levels of traffic at the cost of a small
/drivers/pci/
DKconfig13 Use of PCI MSI interrupts can be disabled at kernel boot time
66 This allows native hypertransport devices to use interrupts.
/drivers/video/fbdev/omap2/dss/
DKconfig39 <debugfs>/omapdss/dispc_irq for DISPC interrupts, and
40 <debugfs>/omapdss/dsi_irq for DSI interrupts.

1234