Home
last modified time | relevance | path

Searched refs:wake_active (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-brcmstb-l2.c134 irq_reg_writel(gc, ~gc->wake_active, ct->regs.disable); in brcmstb_l2_intc_suspend()
135 irq_reg_writel(gc, gc->wake_active, ct->regs.enable); in brcmstb_l2_intc_suspend()
150 irq_reg_writel(gc, ~b->saved_mask & ~gc->wake_active, in brcmstb_l2_intc_resume()
H A Dirq-stm32-exti.c53 u32 wake_active; member
395 u32 wake_active) in stm32_chip_suspend() argument
404 writel_relaxed(wake_active, base + stm32_bank->imr_ofst); in stm32_chip_suspend()
425 stm32_chip_suspend(chip_data, gc->wake_active); in stm32_irq_suspend()
606 chip_data->wake_active |= mask; in stm32_exti_h_set_wake()
608 chip_data->wake_active &= ~mask; in stm32_exti_h_set_wake()
632 stm32_chip_suspend(chip_data, chip_data->wake_active); in stm32_exti_h_suspend()
H A Dirq-atmel-aic5.c173 if ((mask & gc->mask_cache) == (mask & gc->wake_active)) in aic5_suspend()
177 if (mask & gc->wake_active) in aic5_suspend()
209 ((mask & gc->mask_cache) == (mask & gc->wake_active))) in aic5_resume()
H A Dirq-atmel-aic.c112 irq_reg_writel(gc, gc->wake_active, AT91_AIC_IECR); in aic_suspend()
121 irq_reg_writel(gc, gc->wake_active, AT91_AIC_IDCR); in aic_resume()
H A Dirq-bcm7120-l2.c91 irq_reg_writel(gc, gc->mask_cache | gc->wake_active, in bcm7120_l2_intc_suspend()
/openbmc/linux/arch/arm/mach-imx/
H A Davic.c89 imx_writel(gc->wake_active, avic_base + ct->regs.mask); in avic_irq_suspend()
100 imx_writel(~gc->wake_active, mx25_ccm_base + offs); in avic_irq_suspend()
H A Dtzic.c78 imx_writel(gc->wake_active, tzic_base + TZIC_WAKEUP0(idx)); in tzic_irq_suspend()
/openbmc/linux/drivers/gpio/
H A Dgpio-brcmstb.c42 u32 wake_active; member
244 bank->wake_active |= mask; in brcmstb_gpio_irq_set_wake()
246 bank->wake_active &= ~mask; in brcmstb_gpio_irq_set_wake()
527 imask = bank->wake_active; in brcmstb_gpio_quiesce()
H A Dgpio-rockchip.c490 irq_reg_writel(gc, ~gc->wake_active, bank->gpio_regs->int_mask); in rockchip_irq_suspend()
/openbmc/linux/kernel/irq/
H A Dgeneric-chip.c200 gc->wake_active |= mask; in irq_gc_set_wake()
202 gc->wake_active &= ~mask; in irq_gc_set_wake()
/openbmc/linux/include/linux/
H A Dirq.h1074 u32 wake_active; member