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

/linux-4.1.27/drivers/gpio/
H A Dgpio-bcm-kona.c55 #define GPIO_GPCTR0_IOTR_MASK 0x00000001 macro
140 val &= GPIO_GPCTR0_IOTR_MASK; bcm_kona_gpio_set()
171 val &= GPIO_GPCTR0_IOTR_MASK; bcm_kona_gpio_get()
211 val &= ~GPIO_GPCTR0_IOTR_MASK; bcm_kona_gpio_direction_input()
235 val &= ~GPIO_GPCTR0_IOTR_MASK; bcm_kona_gpio_direction_output()

Completed in 42 milliseconds