Home
last modified time | relevance | path

Searched defs:GPIO_LVL_OFFSET (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dpinctrl_ich6.c23 #define GPIO_LVL_OFFSET(x) ((x) ? (x) + 8 : 0xc) macro
/rk3399_rockchip-uboot/drivers/gpio/
H A Dintel_ich6_gpio.c55 #define GPIO_LVL_OFFSET(x) (x + 8) macro