Searched refs:NCA9539_BANK_SZ (Results 1 – 1 of 1) sorted by relevance
32 #define NCA9539_BANK_SZ 8 macro78 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 …]