starfive_irq_chip
struct starfive_irq_chip *irqc;
static void starfive_intc_bit_set(struct starfive_irq_chip *irqc,
static void starfive_intc_bit_clear(struct starfive_irq_chip *irqc,
struct starfive_irq_chip *irqc = irq_data_get_irq_chip_data(d);
struct starfive_irq_chip *irqc = irq_data_get_irq_chip_data(d);
struct starfive_irq_chip *irqc = irq_data_get_irq_handler_data(&desc->irq_data);
static const struct irq_chip starfive_irq_chip = {
gpio_irq_chip_set_chip(&sfp->gc.irq, &starfive_irq_chip);