Searched refs:gpcr (Results 1 – 6 of 6) sorted by relevance
91 unsigned short gpcr; in scoop_gpio_direction_input() local95 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() local115 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()
26 u32 gpcr; /* Pin Output Clear Register - 0x0024 */ member
93 writel(GPIO_TO_BIT(gpio), &gpio_reg_bank->gpcr); in gpio_set_value()
25 u32 gpcr; /*0x0030*/ member
39 u32 gpcr; member
95 offsetof(struct system_control_regs, gpcr)); in main()