Home
last modified time | relevance | path

Searched full:cascaded (Results 1 – 25 of 117) sorted by relevance

12345

/linux-6.12.1/drivers/gpio/
Dgpio-exar.c41 * The offset to the cascaded device's (if existing)
51 unsigned int cascaded = offset / 16; in exar_offset_to_sel_addr() local
54 return addr + (cascaded ? exar_gpio->cascaded_offset : 0); in exar_offset_to_sel_addr()
61 unsigned int cascaded = offset / 16; in exar_offset_to_lvl_addr() local
64 return addr + (cascaded ? exar_gpio->cascaded_offset : 0); in exar_offset_to_lvl_addr()
177 * If cascaded, secondary xr17v354 or xr17v358 have the same amount in gpio_exar_probe()
/linux-6.12.1/include/linux/comedi/
Dcomedi_8254.h82 * @osc_base: cascaded oscillator speed in ns
84 * @divisor1: divisor loaded into first cascaded counter
85 * @divisor2: divisor loaded into second cascaded counter
87 * @next_div1: next divisor to use for first cascaded counter
88 * @next_div2: next divisor to use for second cascaded counter
/linux-6.12.1/arch/powerpc/platforms/52xx/
Dmedia5200.c13 * a cascaded interrupt controller driver which attaches itself to the
85 /* Mask off the cascaded IRQ */ in media5200_irq_cascade()
164 pr_debug("%s: cascaded on virq=%i\n", __func__, cascade_virq); in media5200_init_irq()
/linux-6.12.1/arch/m68k/include/asm/
Dmacints.h106 /* Nubus interrupts (cascaded to VIA2) */
115 /* Baboon interrupts (cascaded to nubus slot $C) */
/linux-6.12.1/drivers/comedi/drivers/
Dcomedi_8254.c78 * provided to handle the cascaded counters:
92 * Programs the mode of the cascaded counters and writes the current
103 * counters that are used for the cascaded 32-bit pacer.
341 * comedi_8254_pacer_enable - set the mode and load the cascaded counters
378 * comedi_8254_update_divisors - update the divisors for the cascaded counters
391 * comedi_8254_cascade_ns_to_timer - calculate the cascaded divisor values
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dpic.c302 /* We might have a second cascaded ohare */ in pmac_pic_probe_oldstyle()
309 /* We might have a second cascaded heathrow */ in pmac_pic_probe_oldstyle()
351 /* Map interrupts of cascaded controller */ in pmac_pic_probe_oldstyle()
476 /* We can have up to 2 MPICs cascaded */ in pmac_pic_probe_mpic()
510 /* Set up a cascaded controller, if present */ in pmac_pic_probe_mpic()
/linux-6.12.1/Documentation/driver-api/gpio/
Ddriver.rst257 most often cascaded off a parent interrupt controller, and in some special
279 - CASCADED INTERRUPT CHIPS: this means that the GPIO chip has one common
308 Cascaded GPIO irqchips
311 Cascaded GPIO irqchips usually fall in one of three categories:
313 - CHAINED CASCADED GPIO IRQCHIPS: these are usually the type that is embedded on
418 is a typical example of a chained cascaded interrupt handler using
664 is cascaded, set the handler to handle_level_irq() and/or handle_edge_irq()
/linux-6.12.1/arch/xtensa/platforms/xt2000/include/platform/
Dhardware.h31 /* The XT2000 uses the V3 as a cascaded interrupt controller for the PCI bus */
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dti,twl.yaml220 interrupts = <39>; /* IRQ_SYS_1N cascaded to gic */
257 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
Dtwl4030-audio.txt32 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
Dtwl4030-power.txt40 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap4-duovero.dtsi168 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */
175 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
Domap4-var-som-om44.dtsi176 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */
188 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
Domap2430-sdp.dts24 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
Dam3517-craneboard.dts86 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Darm,versatile-fpga-irq.txt36 - interrupts: if the FPGA IRQ controller is cascaded, i.e. if its IRQ
Dnxp,lpc3220-mic.txt17 - interrupts: empty for MIC interrupt controller, cascaded MIC
/linux-6.12.1/drivers/irqchip/
Dirq-bcm2835.c18 * In a proper cascaded interrupt controller, the interrupt lines with
19 * cascaded interrupt controllers on them are just normal interrupt lines.
Dirq-goldfish-pic.c20 /* 8..39 Cascaded Goldfish PIC interrupts */
/linux-6.12.1/arch/hexagon/kernel/
Dirq_cpu.c58 * controllers that are cascaded into one or more of the first-level
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.h41 * Offset DPCD 050Eh == 0x5A indicates cascaded MST hub case
/linux-6.12.1/arch/mips/include/asm/
Di8259.h68 * Interrupt is cascaded so perform interrupt in i8259_irq()
/linux-6.12.1/arch/mips/dec/
Dioasic-irq.c82 * ASIC is cascaded to, are level-triggered it is recommended that error
/linux-6.12.1/arch/powerpc/sysdev/
Dtsi108_pci.c354 * Interrupt controller descriptor for cascaded PCI interrupt controller.
399 * PCI block has to be treated as a cascaded interrupt controller connected

12345