Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Daxp152.h27 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp209.h49 #define AXP_GPIO_STATE_OFFSET 4 macro
H A Daxp809.h60 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp221.h66 #define AXP_GPIO_STATE_OFFSET 0 macro
H A Daxp818.h74 #define AXP_GPIO_STATE_OFFSET 0 macro
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Daxp_gpio.c107 mask = 1 << (pin + AXP_GPIO_STATE_OFFSET); in axp_gpio_get_value()