/linux/drivers/irqchip/ |
H A D | irq-wpcm450-aic.c | 41 static struct wpcm450_aic *aic; variable 48 writel(0xffffffff, aic->regs + AIC_MDCR); in wpcm450_aic_init_hw() 55 readl(aic->regs + AIC_IPER); in wpcm450_aic_init_hw() 56 writel(0, aic->regs + AIC_EOSCR); in wpcm450_aic_init_hw() 61 aic->regs + AIC_SCR(i)); in wpcm450_aic_init_hw() 70 hwirq = readl(aic->regs + AIC_IPER) / 4; in wpcm450_aic_handle_irq() 72 generic_handle_domain_irq(aic->domain, hwirq); in wpcm450_aic_handle_irq() 78 writel(0, aic->regs + AIC_EOSCR); in wpcm450_aic_eoi() 86 writel(mask, aic->regs + AIC_MDCR); in wpcm450_aic_mask() 94 writel(mask, aic->regs + AIC_MECR); in wpcm450_aic_unmask() [all …]
|
H A D | irq-atmel-aic-common.c | 51 struct aic_chip_data *aic = gc->private; in aic_common_set_type() local 62 if (!(d->mask & aic->ext_irqs)) in aic_common_set_type() 68 if (!(d->mask & aic->ext_irqs)) in aic_common_set_type() 113 struct aic_chip_data *aic; in aic_common_ext_irq_of_init() local 118 aic = gc->private; in aic_common_ext_irq_of_init() 119 aic->ext_irqs |= 1; in aic_common_ext_irq_of_init() 129 aic = gc->private; in aic_common_ext_irq_of_init() 130 aic->ext_irqs |= (1 << (hwirq % 32)); in aic_common_ext_irq_of_init() 213 struct aic_chip_data *aic; in aic_common_of_init() local 225 aic = kcalloc(nchips, sizeof(*aic), GFP_KERNEL); in aic_common_of_init() [all …]
|
H A D | Makefile | 42 obj-$(CONFIG_ATMEL_AIC_IRQ) += irq-atmel-aic-common.o irq-atmel-aic.o 43 obj-$(CONFIG_ATMEL_AIC5_IRQ) += irq-atmel-aic-common.o irq-atmel-aic5.o 48 obj-$(CONFIG_JCORE_AIC) += irq-jcore-aic.o 127 obj-$(CONFIG_WPCM450_AIC) += irq-wpcm450-aic.o 129 obj-$(CONFIG_APPLE_AIC) += irq-apple-aic.o
|
H A D | irq-jcore-aic.c | 49 struct irq_chip *aic = d->host_data; in jcore_aic_irqdomain_map() local 51 irq_set_chip_and_handler(irq, aic, handle_jcore_irq); in jcore_aic_irqdomain_map()
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-die0.dtsi | 17 aic: interrupt-controller@28e100000 { label 18 compatible = "apple,t6000-aic", "apple,aic2"; 38 interrupt-parent = <&aic>; 52 interrupt-parent = <&aic>; 59 interrupt-parent = <&aic>; 68 interrupt-parent = <&aic>; 87 interrupt-parent = <&aic>; 100 interrupt-parent = <&aic>; 114 interrupt-parent = <&aic>; 128 interrupt-parent = <&aic>; [all …]
|
H A D | t8103.dtsi | 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 302 interrupt-parent = <&aic>; 312 interrupt-parent = <&aic>; 318 interrupt-parent = <&aic>; 362 interrupt-parent = <&aic>; 372 interrupt-parent = <&aic>; 385 interrupt-parent = <&aic>; 398 interrupt-parent = <&aic>; 412 interrupt-parent = <&aic>; 425 interrupt-parent = <&aic>; [all …]
|
H A D | t8112.dtsi | 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 325 interrupt-parent = <&aic>; 335 interrupt-parent = <&aic>; 341 interrupt-parent = <&aic>; 385 interrupt-parent = <&aic>; 395 interrupt-parent = <&aic>; 409 interrupt-parent = <&aic>; 423 interrupt-parent = <&aic>; 437 interrupt-parent = <&aic>; 451 interrupt-parent = <&aic>; [all …]
|
H A D | t6001.dtsi | 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 50 &aic {
|
H A D | t600x-dieX.dtsi | 60 interrupt-parent = <&aic>; 88 interrupt-parent = <&aic>; 102 interrupt-parent = <&aic>;
|
H A D | t600x-nvme.dtsi | 11 interrupt-parent = <&aic>; 32 interrupt-parent = <&aic>;
|
H A D | t600x-common.dtsi | 338 interrupt-parent = <&aic>; 344 interrupt-parent = <&aic>; 350 interrupt-parent = <&aic>;
|
H A D | t6002.dtsi | 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 280 &aic {
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 323 struct be_aic_obj *aic = &adapter->aic_obj[0]; in be_get_coalesce() local 325 et->rx_coalesce_usecs = aic->prev_eqd; in be_get_coalesce() 326 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce() 327 et->rx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce() 329 et->tx_coalesce_usecs = aic->prev_eqd; in be_get_coalesce() 330 et->tx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce() 331 et->tx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce() 348 struct be_aic_obj *aic = &adapter->aic_obj[0]; in be_set_coalesce() local 355 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce() 356 aic->min_eqd = min(et->rx_coalesce_usecs_low, aic->max_eqd); in be_set_coalesce() [all …]
|
H A D | be_main.c | 2128 static void be_aic_update(struct be_aic_obj *aic, u64 rx_pkts, u64 tx_pkts, in be_aic_update() argument 2131 aic->rx_pkts_prev = rx_pkts; in be_aic_update() 2132 aic->tx_reqs_prev = tx_pkts; in be_aic_update() 2133 aic->jiffies = now; in be_aic_update() 2140 struct be_aic_obj *aic; in be_get_new_eqd() local 2148 aic = &adapter->aic_obj[eqo->idx]; in be_get_new_eqd() 2150 if (aic->jiffies) in be_get_new_eqd() 2151 aic->jiffies = 0; in be_get_new_eqd() 2152 eqd = aic->et_eqd; in be_get_new_eqd() 2172 if (!aic->jiffies || time_before(now, aic->jiffies) || in be_get_new_eqd() [all …]
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | jcore,aic.txt | 5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic 21 aic: interrupt-controller@200 {
|
H A D | snps,dw-apb-ictl.txt | 28 aic: interrupt-controller@3000 {
|
/linux/arch/sh/boot/dts/ |
H A D | j2_mimas_v2.dts | 11 interrupt-parent = <&aic>; 50 aic: interrupt-controller@200 { label
|
/linux/arch/mips/boot/dts/ingenic/ |
H A D | jz4740.dtsi | 186 aic: audio-controller@10020000 { label 196 clock-names = "aic", "i2s"; 209 clock-names = "aic";
|
H A D | jz4725b.dtsi | 195 aic: audio-controller@10020000 { label 202 clock-names = "aic", "i2s"; 218 clock-names = "aic";
|
H A D | jz4770.dtsi | 235 aic: audio-controller@10020000 { label 242 clock-names = "aic", "i2s"; 258 clock-names = "aic";
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 52 interrupt-parent = <&aic>; 103 aic: interrupt-controller@b8002000 { label 104 compatible = "nuvoton,wpcm450-aic";
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | jcore,pit.txt | 12 core is integrated with the aic and allows the timer interrupt
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | btcoex.h | 110 struct ath9k_hw_aic aic; member
|
/linux/arch/arm64/boot/dts/synaptics/ |
H A D | berlin4ct.dtsi | 133 interrupt-parent = <&aic>; 207 aic: interrupt-controller@3800 { label
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9261.dtsi | 19 interrupt-parent = <&aic>; 297 aic: interrupt-controller@fffff000 { label 299 compatible = "atmel,at91rm9200-aic";
|