Lines Matching full:ngpio
282 for (bank = 0; bank <= chip->ngpio / 64; bank++) { in thunderx_gpio_set_multiple()
439 int ngpio, i; in thunderx_gpio_probe() local
473 ngpio = 50; in thunderx_gpio_probe()
478 ngpio = c & GPIO_CONST_GPIOS_MASK; in thunderx_gpio_probe()
483 ngpio, sizeof(struct msix_entry), in thunderx_gpio_probe()
491 ngpio, in thunderx_gpio_probe()
499 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
521 err = pci_enable_msix_range(pdev, txgpio->msix_entries, ngpio, ngpio); in thunderx_gpio_probe()
531 chip->ngpio = ngpio; in thunderx_gpio_probe()
554 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
569 ngpio, chip->base); in thunderx_gpio_probe()
581 for (i = 0; i < txgpio->chip.ngpio; i++) in thunderx_gpio_remove()