txline 288 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 291 drivers/gpio/gpio-thunderx.c txline->txgpio->register_base + intr_reg(txline->line)); txline 296 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 299 drivers/gpio/gpio-thunderx.c txline->txgpio->register_base + intr_reg(txline->line)); txline 304 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 307 drivers/gpio/gpio-thunderx.c txline->txgpio->register_base + intr_reg(txline->line)); txline 312 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 315 drivers/gpio/gpio-thunderx.c txline->txgpio->register_base + intr_reg(txline->line)); txline 321 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 322 drivers/gpio/gpio-thunderx.c struct thunderx_gpio *txgpio = txline->txgpio; txline 327 drivers/gpio/gpio-thunderx.c bit_cfg = txline->fil_bits | GPIO_BIT_CFG_INT_EN; txline 339 drivers/gpio/gpio-thunderx.c set_bit(txline->line, txgpio->invert_mask); txline 341 drivers/gpio/gpio-thunderx.c clear_bit(txline->line, txgpio->invert_mask); txline 343 drivers/gpio/gpio-thunderx.c clear_bit(txline->line, txgpio->od_mask); txline 344 drivers/gpio/gpio-thunderx.c writeq(bit_cfg, txgpio->register_base + bit_cfg_reg(txline->line)); txline 364 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 365 drivers/gpio/gpio-thunderx.c struct thunderx_gpio *txgpio = txline->txgpio; txline 368 drivers/gpio/gpio-thunderx.c r = gpiochip_lock_as_irq(&txgpio->chip, txline->line); txline 374 drivers/gpio/gpio-thunderx.c gpiochip_unlock_as_irq(&txgpio->chip, txline->line); txline 381 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = irq_data_get_irq_chip_data(data); txline 382 drivers/gpio/gpio-thunderx.c struct thunderx_gpio *txgpio = txline->txgpio; txline 386 drivers/gpio/gpio-thunderx.c gpiochip_unlock_as_irq(&txgpio->chip, txline->line); txline 431 drivers/gpio/gpio-thunderx.c struct thunderx_line *txline = arg; txline 433 drivers/gpio/gpio-thunderx.c return irq_domain_set_hwirq_and_chip(d, virq, txline->line, txline 434 drivers/gpio/gpio-thunderx.c &thunderx_gpio_irq_chip, txline);