Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Ddb8500_gpio.c38 #define GPIO_PIN_WITHIN_BLOCK(pin) ((pin)%(GPIO_PINS_PER_BLOCK)) macro
80 return GPIO_PIN_WITHIN_BLOCK(gpio); in get_gpio_offset()