Home
last modified time | relevance | path

Searched full:syswake (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-imgpdc.c7 * Exposes the syswake and PDC peripheral wake interrupts to the system.
68 * @nr_syswakes: Number of syswake signals.
70 * @syswake_irq: Shared PDC syswake IRQ number.
71 * @domain: IRQ domain for PDC peripheral and syswake IRQs.
74 * @lock: Lock to protect the PDC syswake registers and the cached
115 static irq_hw_number_t syswake_to_hwirq(unsigned int syswake) in syswake_to_hwirq() argument
117 return SYS0_HWIRQ + syswake; in syswake_to_hwirq()
154 unsigned int syswake = hwirq_to_syswake(data->hwirq); in syswake_irq_set_type() local
158 /* translate to syswake IRQ mode */ in syswake_irq_set_type()
182 soc_sys_wake_regoff = PDC_SYS_WAKE_BASE + syswake*PDC_SYS_WAKE_STRIDE; in syswake_irq_set_type()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dimg,pdc-intc.yaml30 8-15: SysWake interrupts
48 description: Number of SysWake inputs
54 First entry is syswake IRQ. Subsequent entries are 1 per peripheral.