Searched refs:GPIO_CONTROL (Results 1 – 1 of 1) sorted by relevance
28 #define GPIO_CONTROL(gpio) (0x00000100 + ((gpio) << 2)) macro121 val = readl(reg_base + GPIO_CONTROL(gpio)) & GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_get_dir()205 val = readl(reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_direction_input()208 writel(val, reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_direction_input()229 val = readl(reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_direction_output()232 writel(val, reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_direction_output()285 val = readl(reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_set_debounce()296 writel(val, reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_set_debounce()430 val = readl(reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_irq_set_type()433 writel(val, reg_base + GPIO_CONTROL(gpio)); in bcm_kona_gpio_irq_set_type()