Searched refs:txgpio (Results 1 – 1 of 1) sorted by relevance
48 struct thunderx_gpio *txgpio; member110 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_in()141 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_out()194 raw_spin_lock(&txgpio->lock); in thunderx_gpio_set_config()438 txgpio = devm_kzalloc(dev, sizeof(*txgpio), GFP_KERNEL); in thunderx_gpio_probe()439 if (!txgpio) in thunderx_gpio_probe()443 chip = &txgpio->chip; in thunderx_gpio_probe()470 txgpio->base_msi = 48; in thunderx_gpio_probe()481 if (!txgpio->msix_entries) { in thunderx_gpio_probe()498 txgpio->msix_entries[i].entry = txgpio->base_msi + (2 * i); in thunderx_gpio_probe()[all …]
Completed in 6 milliseconds