Lines Matching refs:ct
87 struct irq_chip_type *ct = irq_data_get_chip_type(d); in bcm7120_l2_intc_suspend() local
93 ct->regs.mask); in bcm7120_l2_intc_suspend()
100 struct irq_chip_type *ct = irq_data_get_chip_type(d); in bcm7120_l2_intc_resume() local
104 irq_reg_writel(gc, gc->mask_cache, ct->regs.mask); in bcm7120_l2_intc_resume()
214 struct irq_chip_type *ct; in bcm7120_l2_intc_probe() local
275 ct = gc->chip_types; in bcm7120_l2_intc_probe()
278 ct->regs.mask = data->en_offset[idx]; in bcm7120_l2_intc_probe()
280 ct->chip.irq_mask = irq_gc_mask_clr_bit; in bcm7120_l2_intc_probe()
281 ct->chip.irq_unmask = irq_gc_mask_set_bit; in bcm7120_l2_intc_probe()
282 ct->chip.irq_ack = irq_gc_noop; in bcm7120_l2_intc_probe()
283 ct->chip.irq_suspend = bcm7120_l2_intc_suspend; in bcm7120_l2_intc_probe()
284 ct->chip.irq_resume = bcm7120_l2_intc_resume; in bcm7120_l2_intc_probe()
292 ct->chip.irq_set_wake = irq_gc_set_wake; in bcm7120_l2_intc_probe()