Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-s3c24xx.c167 static int s3c_irqext_type_set(void __iomem *gpcon_reg, in s3c_irqext_type_set() argument
176 value = __raw_readl(gpcon_reg); in s3c_irqext_type_set()
178 __raw_writel(value, gpcon_reg); in s3c_irqext_type_set()
222 void __iomem *gpcon_reg; in s3c_irqext_type() local
226 gpcon_reg = S3C2410_GPFCON; in s3c_irqext_type()
231 gpcon_reg = S3C2410_GPGCON; in s3c_irqext_type()
236 gpcon_reg = S3C2410_GPGCON; in s3c_irqext_type()
244 return s3c_irqext_type_set(gpcon_reg, extint_reg, gpcon_offset, in s3c_irqext_type()
251 void __iomem *gpcon_reg; in s3c_irqext0_type() local
255 gpcon_reg = S3C2410_GPFCON; in s3c_irqext0_type()
[all …]