/openbmc/linux/drivers/irqchip/ |
H A D | irq-wpcm450-aic.c | 41 static struct wpcm450_aic *aic; variable 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() 125 irq_set_chip_data(irq, aic); in wpcm450_aic_map() 142 aic = kzalloc(sizeof(*aic), GFP_KERNEL); in wpcm450_aic_of_init() 143 if (!aic) in wpcm450_aic_of_init() 146 aic->regs = of_iomap(node, 0); in wpcm450_aic_of_init() 147 if (!aic->regs) { in wpcm450_aic_of_init() 149 kfree(aic); in wpcm450_aic_of_init() [all …]
|
H A D | irq-atmel-aic-common.c | 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 120 aic = gc->private; in aic_common_ext_irq_of_init() 121 aic->ext_irqs |= 1; in aic_common_ext_irq_of_init() 131 aic = gc->private; in aic_common_ext_irq_of_init() 215 struct aic_chip_data *aic; in aic_common_of_init() local 227 aic = kcalloc(nchips, sizeof(*aic), GFP_KERNEL); in aic_common_of_init() 228 if (!aic) { in aic_common_of_init() 257 gc->private = &aic[i]; in aic_common_of_init() [all …]
|
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()
|
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 118 obj-$(CONFIG_WPCM450_AIC) += irq-wpcm450-aic.o 120 obj-$(CONFIG_APPLE_AIC) += irq-apple-aic.o
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_aic.c | 167 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_cal_start() local 177 aic->aic_sram[i] = 0; in ar9003_aic_cal_start() 258 aic->aic_caled_chan = 0; in ar9003_aic_cal_start() 266 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_cal_post_process() local 439 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_cal_done() local 456 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_cal_continue() local 496 aic->aic_caled_chan++; in ar9003_aic_cal_continue() 521 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_calibration() local 543 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_start_normal() local 568 aic->aic_enabled = true; in ar9003_aic_start_normal() [all …]
|
/openbmc/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 114 if (!aic->has_dma) { in aspeed_i2c_bus_old_read() 1208 uint32_t reg_offset = aic->reg_size + aic->reg_gap_size; in aspeed_i2c_realize() 1209 uint32_t pool_offset = aic->pool_size + aic->pool_gap_size; in aspeed_i2c_realize() 1250 if (aic->has_dma) { in aspeed_i2c_realize() 1423 AspeedI2CClass *aic; in aspeed_i2c_bus_realize() local 1497 aic->gap = 7; in aspeed_2400_i2c_class_init() 1531 aic->gap = 7; in aspeed_2500_i2c_class_init() 1537 aic->has_dma = true; in aspeed_2500_i2c_class_init() 1566 aic->has_dma = true; in aspeed_2600_i2c_class_init() 1590 aic->has_dma = true; in aspeed_1030_i2c_class_init() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | aspeed_intc.c | 41 AspeedINTCClass *aic = ASPEED_INTC_GET_CLASS(s); in aspeed_intc_update() local 43 if (irq >= aic->num_ints) { in aspeed_intc_update() 62 AspeedINTCClass *aic = ASPEED_INTC_GET_CLASS(s); in aspeed_intc_set_irq() local 68 if (irq >= aic->num_ints) { in aspeed_intc_set_irq() 81 for (i = 0; i < aic->num_lines; i++) { in aspeed_intc_set_irq() 167 if (irq >= aic->num_ints) { in aspeed_intc_write() 216 if (irq >= aic->num_ints) { in aspeed_intc_write() 280 for (i = 0; i < aic->num_ints; i++) { in aspeed_intc_instance_init() 311 for (i = 0; i < aic->num_ints; i++) { in aspeed_intc_realize() 345 aic->num_lines = 32; in aspeed_2700_intc_class_init() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-die0.dtsi | 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>; 142 interrupt-parent = <&aic>; 156 interrupt-parent = <&aic>; [all …]
|
H A D | t8103.dtsi | 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>; 448 interrupt-parent = <&aic>; [all …]
|
H A D | t8112.dtsi | 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>; 474 interrupt-parent = <&aic>; [all …]
|
H A D | t6001.dtsi | 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 50 &aic {
|
H A D | t600x-nvme.dtsi | 11 interrupt-parent = <&aic>; 32 interrupt-parent = <&aic>;
|
H A D | t600x-dieX.dtsi | 60 interrupt-parent = <&aic>; 88 interrupt-parent = <&aic>; 102 interrupt-parent = <&aic>;
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | nuvoton,wpcm450-aic.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/nuvoton,wpcm450-aic.yaml# 17 const: nuvoton,wpcm450-aic 34 aic: interrupt-controller@b8002000 { 35 compatible = "nuvoton,wpcm450-aic";
|
H A D | apple,aic.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/apple,aic.yaml# 40 - const: apple,t8103-aic 41 - const: apple,aic 115 aic: interrupt-controller@23b100000 { 116 compatible = "apple,t8103-aic", "apple,aic";
|
H A D | atmel,aic.txt | 5 - "atmel,<chip>-aic" where <chip> can be "at91rm9200", "sama5d2", 7 - "microchip,<chip>-aic" where <chip> can be "sam9x60" 29 aic: interrupt-controller@fffff000 { 30 compatible = "atmel,at91rm9200-aic";
|
H A D | apple,aic2.yaml | 35 - apple,t8112-aic 36 - apple,t6000-aic 49 The 2nd cell contains the die ID (only present on apple,t6000-aic). 119 const: apple,t8112-aic 135 aic: interrupt-controller@28e100000 { 136 compatible = "apple,t6000-aic", "apple,aic2";
|
H A D | jcore,aic.txt | 5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic 21 aic: interrupt-controller@200 {
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | ingenic,aic.yaml | 4 $id: http://devicetree.org/schemas/sound/ingenic,aic.yaml# 47 - const: aic 75 aic: audio-controller@10020000 { 86 clock-names = "aic", "i2s";
|
H A D | ingenic,codec.yaml | 38 - const: aic 60 clock-names = "aic";
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | apple,admac.yaml | 74 #include <dt-bindings/interrupt-controller/apple-aic.h> 77 aic: interrupt-controller { 87 <&aic AIC_IRQ 626 IRQ_TYPE_LEVEL_HIGH>,
|
/openbmc/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() 356 aic->min_eqd = min(et->rx_coalesce_usecs_low, aic->max_eqd); in be_set_coalesce() 357 aic->et_eqd = min(et->rx_coalesce_usecs, aic->max_eqd); in be_set_coalesce() 358 aic->et_eqd = max(aic->et_eqd, aic->min_eqd); in be_set_coalesce() [all …]
|
/openbmc/linux/arch/sh/boot/dts/ |
H A D | j2_mimas_v2.dts | 11 interrupt-parent = <&aic>; 50 aic: interrupt-controller@200 { label
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | apple,pcie.yaml | 104 #include <dt-bindings/interrupt-controller/apple-aic.h> 121 interrupt-parent = <&aic>; 128 msi-ranges = <&aic AIC_IRQ 704 IRQ_TYPE_EDGE_RISING 32>;
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | apple,pinctrl.yaml | 91 #include <dt-bindings/interrupt-controller/apple-aic.h> 110 interrupt-parent = <&aic>;
|