Searched refs:gpio_dir1 (Results 1 – 7 of 7) sorted by relevance
98 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_input() local103 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) | (1 << (gpio & 0x1f)), in titan_gpio_direction_input()104 gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_input()127 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_output() local133 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) & ~(1 << in titan_gpio_direction_output()134 (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,
210 .gpio_dir1 = 0x00000000,
502 .gpio_dir1 = 0xffff0000, /* GPIO_CNTL1 */
958 writel(gpio->gpio_dir1, remapped_regs + mmGPIO_CNTL1); in w100_hw_init()