Lines Matching refs:ct
93 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_suspend() local
98 ct->regs.mask); in bcm7120_l2_intc_suspend()
104 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_resume() local
108 irq_reg_writel(gc, gc->mask_cache, ct->regs.mask); in bcm7120_l2_intc_resume()
227 struct irq_chip_type *ct; in bcm7120_l2_intc_probe() local
296 ct = gc->chip_types; in bcm7120_l2_intc_probe()
299 ct->regs.mask = data->en_offset[idx]; in bcm7120_l2_intc_probe()
301 ct->chip.irq_mask = irq_gc_mask_clr_bit; in bcm7120_l2_intc_probe()
302 ct->chip.irq_unmask = irq_gc_mask_set_bit; in bcm7120_l2_intc_probe()
303 ct->chip.irq_ack = irq_gc_noop; in bcm7120_l2_intc_probe()
312 gc->mask_cache = irq_reg_readl(gc, ct->regs.mask); in bcm7120_l2_intc_probe()
320 ct->chip.irq_set_wake = irq_gc_set_wake; in bcm7120_l2_intc_probe()