Home
last modified time | relevance | path

Searched refs:txgpio (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c47 struct thunderx_gpio *txgpio; member
109 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_in()
140 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_out()
193 raw_spin_lock(&txgpio->lock); in thunderx_gpio_set_config()
437 txgpio = devm_kzalloc(dev, sizeof(*txgpio), GFP_KERNEL); in thunderx_gpio_probe()
438 if (!txgpio) in thunderx_gpio_probe()
442 chip = &txgpio->chip; in thunderx_gpio_probe()
469 txgpio->base_msi = 48; in thunderx_gpio_probe()
480 if (!txgpio->msix_entries) { in thunderx_gpio_probe()
497 txgpio->msix_entries[i].entry = txgpio->base_msi + (2 * i); in thunderx_gpio_probe()
[all …]