Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-thunderx.c288 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_ack() local
291 txline->txgpio->register_base + intr_reg(txline->line)); in thunderx_gpio_irq_ack()
296 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_mask() local
299 txline->txgpio->register_base + intr_reg(txline->line)); in thunderx_gpio_irq_mask()
304 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_mask_ack() local
307 txline->txgpio->register_base + intr_reg(txline->line)); in thunderx_gpio_irq_mask_ack()
312 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_unmask() local
315 txline->txgpio->register_base + intr_reg(txline->line)); in thunderx_gpio_irq_unmask()
321 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_set_type() local
322 struct thunderx_gpio *txgpio = txline->txgpio; in thunderx_gpio_irq_set_type()
[all …]