Home
last modified time | relevance | path

Searched defs:GPIO_BIT (Results 1 – 5 of 5) sorted by relevance

/drivers/gpio/
A Dda8xx_gpio.h29 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
A Docteon_gpio.c23 #define GPIO_BIT(x) BIT_ULL((x) & 0x3f) macro
A Dgpio-aspeed-sgpio.c111 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1) macro
A Dgpio-aspeed.c183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro
A Dnpcm_sgpio.c28 #define GPIO_BIT(x) ((x) % 8) macro

Completed in 12 milliseconds