Searched refs:NMK_GPIO_PER_CHIP (Results 1 – 1 of 1) sorted by relevance
206 #define NMK_GPIO_PER_CHIP (1 << GPIO_BLOCK_SHIFT) macro207 #define NMK_MAX_BANKS DIV_ROUND_UP(512, NMK_GPIO_PER_CHIP)1055 chip->base = id * NMK_GPIO_PER_CHIP; in nmk_gpio_populate_chip()1056 chip->ngpio = NMK_GPIO_PER_CHIP; in nmk_gpio_populate_chip()1577 slpm[g->grp.pins[i] / NMK_GPIO_PER_CHIP] &= ~BIT(g->grp.pins[i]); in nmk_pmx_set()1595 bit = g->grp.pins[i] % NMK_GPIO_PER_CHIP; in nmk_pmx_set()1657 bit = offset % NMK_GPIO_PER_CHIP; in nmk_gpio_request_enable()1770 bit = pin % NMK_GPIO_PER_CHIP; in nmk_pin_config_set()