Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H A Dnca9539_gpio.c22 #define NCA9539_REG_OUTPUT_PORT_BASE 0x02 macro
23 #define NCA9539_REG_OUTPUT_PORT0 (NCA9539_REG_OUTPUT_PORT_BASE + 0x0)
24 #define NCA9539_REG_OUTPUT_PORT1 (NCA9539_REG_OUTPUT_PORT_BASE + 0x1)
144 ret = nca9539_read_reg(dev, NCA9539_REG_OUTPUT_PORT_BASE + port, in nca9539_gpio_direction_output()
150 dev, NCA9539_REG_OUTPUT_PORT_BASE + port, value); in nca9539_gpio_direction_output()
176 reg = NCA9539_REG_OUTPUT_PORT_BASE + port; in nca9539_gpio_get()
203 ret = nca9539_read_reg(dev, NCA9539_REG_OUTPUT_PORT_BASE + port, in nca9539_gpio_set()
209 dev, NCA9539_REG_OUTPUT_PORT_BASE + port, value); in nca9539_gpio_set()