Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H A Dnca9539_gpio.c32 #define NCA9539_BANK_SZ 8 macro
78 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_get_direction()
79 unsigned int pin = offset % NCA9539_BANK_SZ; in nca9539_gpio_get_direction()
100 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_direction_input()
101 unsigned int pin = offset % NCA9539_BANK_SZ; in nca9539_gpio_direction_input()
126 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_direction_output()
127 unsigned int pin = offset % NCA9539_BANK_SZ; in nca9539_gpio_direction_output()
162 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_get()
163 unsigned int pin = offset % NCA9539_BANK_SZ; in nca9539_gpio_get()
191 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_set()
[all …]