Home
last modified time | relevance | path

Searched refs:GPIO_GPCTR0_IOTR_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpio/
Dgpio-bcm-kona.c51 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
121 val = readl(reg_base + GPIO_CONTROL(gpio)) & GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_get_dir()
206 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_input()
230 val &= ~GPIO_GPCTR0_IOTR_MASK; in bcm_kona_gpio_direction_output()