Lines Matching refs:ngpio
281 for (bank = 0; bank <= chip->ngpio / 64; bank++) { in thunderx_gpio_set_multiple()
433 int ngpio, i; in thunderx_gpio_probe() local
467 ngpio = 50; in thunderx_gpio_probe()
472 ngpio = c & GPIO_CONST_GPIOS_MASK; in thunderx_gpio_probe()
477 ngpio, sizeof(struct msix_entry), in thunderx_gpio_probe()
485 ngpio, in thunderx_gpio_probe()
493 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
515 err = pci_enable_msix_range(pdev, txgpio->msix_entries, ngpio, ngpio); in thunderx_gpio_probe()
525 chip->ngpio = ngpio; in thunderx_gpio_probe()
548 for (i = 0; i < ngpio; i++) { in thunderx_gpio_probe()
563 ngpio, chip->base); in thunderx_gpio_probe()
575 for (i = 0; i < txgpio->chip.ngpio; i++) in thunderx_gpio_remove()