Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/irqchip/
Dirq-s3c24xx.c166 static int s3c_irqext_type_set(void __iomem *gpcon_reg, in s3c_irqext_type_set() argument
175 value = readl_relaxed(gpcon_reg); in s3c_irqext_type_set()
177 writel_relaxed(value, gpcon_reg); in s3c_irqext_type_set()
221 void __iomem *gpcon_reg; in s3c_irqext_type() local
225 gpcon_reg = S3C2410_GPFCON; in s3c_irqext_type()
230 gpcon_reg = S3C2410_GPGCON; in s3c_irqext_type()
235 gpcon_reg = S3C2410_GPGCON; in s3c_irqext_type()
243 return s3c_irqext_type_set(gpcon_reg, extint_reg, gpcon_offset, in s3c_irqext_type()
250 void __iomem *gpcon_reg; in s3c_irqext0_type() local
254 gpcon_reg = S3C2410_GPFCON; in s3c_irqext0_type()
[all …]