Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H A Dmxs_gpio.c19 #define PINCTRL_DIN(n) (0x0600 + ((n) * 0x10)) macro
27 #define PINCTRL_DIN(n) (0x0900 + ((n) * 0x10)) macro
58 uint32_t offset = PINCTRL_DIN(bank); in gpio_get_value()