Searched refs:gpio_dir1 (Results 1 – 7 of 7) sorted by relevance
95 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_input() local100 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) | (1 << (gpio & 0x1f)), in titan_gpio_direction_input()101 gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_input()124 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_output() local130 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) & ~(1 << in titan_gpio_direction_output()131 (gpio & 0x1f)), gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_output()
44 unsigned long gpio_dir1; member
91 .gpio_dir1 = 0x00000000, /* GPIO_CNTL1 */
411 .gpio_dir1 = 0xffffdeff,599 .gpio_dir1 = 0xd5ffdeff,824 .gpio_dir1 = 0x3e40df7f,
207 .gpio_dir1 = 0x00000000,
505 .gpio_dir1 = 0xffff0000, /* GPIO_CNTL1 */
958 writel(gpio->gpio_dir1, remapped_regs + mmGPIO_CNTL1); in w100_hw_init()