Searched refs:txline (Results 1 – 1 of 1) sorted by relevance
288 struct thunderx_line *txline = irq_data_get_irq_chip_data(data); in thunderx_gpio_irq_ack() local291 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() local299 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() local307 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() local315 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() local322 struct thunderx_gpio *txgpio = txline->txgpio; in thunderx_gpio_irq_set_type()[all …]