Searched refs:GPIO_OFFSET (Results 1 – 7 of 7) sorted by relevance
182 #define GPIO_OFFSET(x) ((x) & 0x1f) macro183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x))
464 #define GPIO_OFFSET 0x040000 macro465 #define GPIO_BASE (EP93XX_APB_BASE | GPIO_OFFSET)
87 #define GPIO_OFFSET 0x200000 macro
246 #define GPIO_OFFSET(x) ((x) & 0x1f) macro247 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x))249 #define _GPIO_SET_DEBOUNCE(t, o, i) ((!!((t) & BIT(i))) << GPIO_OFFSET(o))284 unsigned int group = GPIO_OFFSET(offset) / 8; in have_gpio()1049 *bit = GPIO_OFFSET(offset); in aspeed_gpio_copro_grab_gpio()
132 #define GPIO_OFFSET(x) ((x) & GENMASK(5, 0)) macro133 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1)
190 &s_base->peri_mr, GPIO_OFFSET, in bcm2838_peripherals_realize()
243 &s_base->peri_mr, GPIO_OFFSET, in bcm2835_peripherals_realize()