Searched +full:bcm3380 +full:- +full:l2 +full:- +full:intc (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 #address-cells = <1>;4 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 mips-hpt-frequency = <100000000>;35 #address-cells = <0>;36 compatible = "mti,cpu-interrupt-controller";38 interrupt-controller;39 #interrupt-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 #address-cells = <1>;4 #size-cells = <1>;5 compatible = "brcm,bcm3384-viper", "brcm,bcm33843-viper";16 #address-cells = <1>;17 #size-cells = <0>;20 mips-hpt-frequency = <300000000>;30 #address-cells = <0>;31 compatible = "mti,cpu-interrupt-controller";33 interrupt-controller;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only28 /* Register offset in the L2 interrupt controller */58 struct bcm7120_l2_intc_data *b = data->b; in bcm7120_l2_intc_irq_handle()64 for (idx = 0; idx < b->n_words; idx++) { in bcm7120_l2_intc_irq_handle()70 gc = irq_get_domain_generic_chip(b->domain, base); in bcm7120_l2_intc_irq_handle()71 scoped_guard (raw_spinlock, &gc->lock) { in bcm7120_l2_intc_irq_handle()72 pending = irq_reg_readl(gc, b->stat_offset[idx]) & gc->mask_cache & in bcm7120_l2_intc_irq_handle()73 data->irq_map_mask[idx]; in bcm7120_l2_intc_irq_handle()77 generic_handle_domain_irq(b->domain, base + hwirq); in bcm7120_l2_intc_irq_handle()85 struct bcm7120_l2_intc_data *b = gc->private; in bcm7120_l2_intc_suspend()[all …]