Searched refs:gpio_dir1 (Results 1 – 7 of 7) sorted by relevance
93 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_input() local98 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) | (1 << (gpio & 0x1f)), in titan_gpio_direction_input()99 gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_input()120 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_output() local126 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) & ~(1 << in titan_gpio_direction_output()127 (gpio & 0x1f)), gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_output()
44 unsigned long gpio_dir1; member
90 .gpio_dir1 = 0x00000000, /* GPIO_CNTL1 */
398 .gpio_dir1 = 0xffffdeff,594 .gpio_dir1 = 0xd5ffdeff,830 .gpio_dir1 = 0x3e40df7f,
211 .gpio_dir1 = 0x00000000,
503 .gpio_dir1 = 0xffff0000, /* GPIO_CNTL1 */
959 writel(gpio->gpio_dir1, remapped_regs + mmGPIO_CNTL1); in w100_hw_init()