Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H A Dnca9539_gpio.c19 #define NCA9539_REG_INPUT_PORT_BASE 0x00 macro
20 #define NCA9539_REG_INPUT_PORT0 (NCA9539_REG_INPUT_PORT_BASE + 0x0)
21 #define NCA9539_REG_INPUT_PORT1 (NCA9539_REG_INPUT_PORT_BASE + 0x1)
178 reg = NCA9539_REG_INPUT_PORT_BASE + port; in nca9539_gpio_get()