Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-loongson-pch-lpc.c21 #define LPC_INT_CTL 0x00 macro
142 writel(LPC_INT_CTL_EN, priv->base + LPC_INT_CTL); in pch_lpc_reset()
156 pch_lpc_priv->saved_reg_ctl = readl(pch_lpc_priv->base + LPC_INT_CTL); in pch_lpc_suspend()
164 writel(pch_lpc_priv->saved_reg_ctl, pch_lpc_priv->base + LPC_INT_CTL); in pch_lpc_resume()