Lines Matching full:ngpio
279 for (bank = 0; bank <= chip->ngpio / 64; bank++) { in thunderx_gpio_set_multiple()
434 int ngpio, i; in thunderx_gpio_probe() local
468 ngpio = 50; in thunderx_gpio_probe()
473 ngpio = c & GPIO_CONST_GPIOS_MASK; in thunderx_gpio_probe()
478 ngpio, sizeof(struct msix_entry), in thunderx_gpio_probe()
486 ngpio, in thunderx_gpio_probe()
494 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
516 err = pci_enable_msix_range(pdev, txgpio->msix_entries, ngpio, ngpio); in thunderx_gpio_probe()
526 chip->ngpio = ngpio; in thunderx_gpio_probe()
549 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
564 ngpio, chip->base); in thunderx_gpio_probe()
576 for (i = 0; i < txgpio->chip.ngpio; i++) in thunderx_gpio_remove()