Home
last modified time | relevance | path

Searched refs:gpcr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/common/
H A Dscoop.c91 unsigned short gpcr; in scoop_gpio_direction_input() local
95 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
96 gpcr &= ~(1 << (offset + 1)); in scoop_gpio_direction_input()
97 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
109 unsigned short gpcr; in scoop_gpio_direction_output() local
115 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
116 gpcr |= 1 << (offset + 1); in scoop_gpio_direction_output()
117 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
/kernel/linux/linux-6.6/arch/arm/common/
H A Dscoop.c91 unsigned short gpcr; in scoop_gpio_direction_input() local
95 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
96 gpcr &= ~(1 << (offset + 1)); in scoop_gpio_direction_input()
97 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
109 unsigned short gpcr; in scoop_gpio_direction_output() local
115 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
116 gpcr |= 1 << (offset + 1); in scoop_gpio_direction_output()
117 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-intel-mid.c109 void __iomem *gpsr, *gpcr; in intel_gpio_set() local
115 gpcr = gpio_reg(chip, offset, GPCR); in intel_gpio_set()
116 writel(BIT(offset % 32), gpcr); in intel_gpio_set()
H A Dgpio-merrifield.c106 void __iomem *gpsr, *gpcr; in mrfld_gpio_set() local
115 gpcr = gpio_reg(chip, offset, GPCR); in mrfld_gpio_set()
116 writel(BIT(offset % 32), gpcr); in mrfld_gpio_set()

Completed in 3 milliseconds