Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Daxp152.h26 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp809.h59 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp221.h65 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp818.h73 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp209.h86 #define AXP_GPIO_STATE_OFFSET 4 macro
/openbmc/u-boot/drivers/gpio/
H A Daxp_gpio.c106 mask = 1 << (pin + AXP_GPIO_STATE_OFFSET); in axp_gpio_get_value()