Searched refs:gpio_dir1 (Results 1 – 7 of 7) sorted by relevance
80 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_input() local85 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) | (1 << (gpio & 0x1f)), in titan_gpio_direction_input()86 gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_input()107 void __iomem *gpio_dir1 = gpch->regs + TITAN_GPIO_DIR_1; in titan_gpio_direction_output() local113 writel(readl(gpio >> 5 ? gpio_dir1 : gpio_dir0) & ~(1 << in titan_gpio_direction_output()114 (gpio & 0x1f)), gpio >> 5 ? gpio_dir1 : gpio_dir0); in titan_gpio_direction_output()
41 unsigned long gpio_dir1; member
87 .gpio_dir1 = 0x00000000, /* GPIO_CNTL1 */
398 .gpio_dir1 = 0xffffdeff,594 .gpio_dir1 = 0xd5ffdeff,830 .gpio_dir1 = 0x3e40df7f,
208 .gpio_dir1 = 0x00000000,
500 .gpio_dir1 = 0xffff0000, /* GPIO_CNTL1 */
951 writel(gpio->gpio_dir1, remapped_regs + mmGPIO_CNTL1); in w100_hw_init()