Home
last modified time | relevance | path

Searched full:aic (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_aic.c45 * Disable AIC for now, until we have all the in ar9003_hw_is_aic_enabled()
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()
246 /* Need to enable AIC reference signal in BT modem. */ in ar9003_aic_cal_start()
251 aic->aic_cal_start_time = REG_READ(ah, AR_TSF_L32); in ar9003_aic_cal_start()
258 aic->aic_caled_chan = 0; in ar9003_aic_cal_start()
259 aic->aic_cal_state = AIC_CAL_STATE_STARTED; in ar9003_aic_cal_start()
261 return aic->aic_cal_state; in ar9003_aic_cal_start()
266 struct ath9k_hw_aic *aic = &ah->btcoex_hw.aic; in ar9003_aic_cal_post_process() local
280 value = aic->aic_sram[i]; in ar9003_aic_cal_post_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-atmel-aic-common.c2 * Atmel AT91 common AIC (Advanced Interrupt Controller) code shared by
3 * irq-atmel-aic and irq-atmel-aic5 drivers
25 #include "irq-atmel-aic-common.h"
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
120 aic = gc->private; in aic_common_ext_irq_of_init()
121 aic->ext_irqs |= 1; in aic_common_ext_irq_of_init()
126 pr_warn("AIC: external irq %d >= %d skip it\n", in aic_common_ext_irq_of_init()
[all …]
H A Dirq-jcore-aic.c2 * J-Core SoC AIC driver
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()
72 pr_info("Initializing J-Core AIC\n"); in aic_irq_of_init()
82 pr_err("Unable to map AIC for cpu %u\n", cpu); in aic_irq_of_init()
101 jcore_aic.name = "AIC"; in aic_irq_of_init()
H A Dirq-atmel-aic.c2 * Atmel AT91 AIC (Advanced Interrupt Controller) driver
34 #include "irq-atmel-aic-common.h"
36 /* Number of irq lines managed by AIC */
147 * Perform 8 End Of Interrupt Command to make sure AIC in aic_hw_init()
160 /* No debugging in AIC: Debug (Protect) Control Register */ in aic_hw_init()
250 domain = aic_common_of_init(node, &aic_irq_ops, "atmel-aic", in aic_of_init()
274 IRQCHIP_DECLARE(at91rm9200_aic, "atmel,at91rm9200-aic", aic_of_init);
H A Dirq-atmel-aic5.c34 #include "irq-atmel-aic-common.h"
36 /* Number of irq lines managed by AIC */
249 * Perform 8 End Of Interrupt Command to make sure AIC in aic5_hw_init()
262 /* No debugging in AIC: Debug (Protect) Control Register */ in aic5_hw_init()
381 IRQCHIP_DECLARE(sama5d2_aic5, "atmel,sama5d2-aic", sama5d2_aic5_of_init);
390 IRQCHIP_DECLARE(sama5d3_aic5, "atmel,sama5d3-aic", sama5d3_aic5_of_init);
399 IRQCHIP_DECLARE(sama5d4_aic5, "atmel,sama5d4-aic", sama5d4_aic5_of_init);
408 IRQCHIP_DECLARE(sam9x60_aic5, "microchip,sam9x60-aic", sam9x60_aic5_of_init);
H A DMakefile42 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
49 obj-$(CONFIG_JCORE_AIC) += irq-jcore-aic.o
H A Dirq-atmel-aic-common.h2 * Atmel AT91 common AIC (Advanced Interrupt Controller) header file
H A DKconfig216 bool "J-Core integrated AIC" if COMPILE_TEST
220 Support for the J-Core integrated AIC.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Datmel,aic.txt1 * Advanced Interrupt Controller (AIC)
5 - "atmel,<chip>-aic" where <chip> can be "at91rm9200", "sama5d2",
7 - "microchip,<chip>-aic" where <chip> can be "sam9x60"
22 - reg: Should contain AIC registers location and length
27 * AIC
29 aic: interrupt-controller@fffff000 {
30 compatible = "atmel,at91rm9200-aic";
37 * An interrupt generating device that is wired to an AIC.
H A Djcore,aic.txt5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic
21 aic: interrupt-controller@200 {
H A Dsnps,dw-apb-ictl.txt28 aic: interrupt-controller@3000 {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dingenic,aic.yaml4 $id: http://devicetree.org/schemas/sound/ingenic,aic.yaml#
7 title: Ingenic SoCs AC97 / I2S Controller (AIC) DT bindings
38 - description: AIC clock
45 - const: aic
75 aic: audio-controller@10020000 {
88 clock-names = "aic", "i2s", "ext", "pll half";
H A Dingenic,codec.yaml30 - const: aic
52 clock-names = "aic";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c321 struct be_aic_obj *aic = &adapter->aic_obj[0]; in be_get_coalesce() local
323 et->rx_coalesce_usecs = aic->prev_eqd; in be_get_coalesce()
324 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce()
325 et->rx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce()
327 et->tx_coalesce_usecs = aic->prev_eqd; in be_get_coalesce()
328 et->tx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce()
329 et->tx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce()
344 struct be_aic_obj *aic = &adapter->aic_obj[0]; in be_set_coalesce() local
351 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
352 aic->min_eqd = min(et->rx_coalesce_usecs_low, aic->max_eqd); in be_set_coalesce()
[all …]
H A Dbe_main.c2128 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 …]
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-regs.h48 /* HIA, Ring AIC */
60 /* HIA, Global AIC */
147 /* Packet Engine AIC */
167 /* Processing Engine Local AIC */
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Daic79xx.rst28 AIC-7901A Single Channel 64-bit PCI-X 133MHz to
30 AIC-7901B Single Channel 64-bit PCI-X 133MHz to
32 AIC-7902A4 Dual Channel 64-bit PCI-X 133MHz to
34 AIC-7902B Dual Channel 64-bit PCI-X 133MHz to
53 AIC-7902B ASIC
187 and AIC-7902 adapters.
197 ASC-39320, ASC-29320, ASC-29320LP, AIC-7901.
H A Daha152x.rst156 BIOSes of some newer controllers based on the AIC-6260/6360 support
187 "AIC-6260 SCSI Chip Specification", Adaptec Corporation.
/OK3568_Linux_fs/kernel/arch/sh/boot/dts/
H A Dj2_mimas_v2.dts11 interrupt-parent = <&aic>;
50 aic: interrupt-controller@200 { label
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/ingenic/
H A Djz4740.dtsi186 aic: audio-controller@10020000 { label
199 clock-names = "aic", "i2s", "ext", "pll half";
212 clock-names = "aic";
H A Djz4725b.dtsi195 aic: audio-controller@10020000 { label
205 clock-names = "aic", "i2s", "ext", "pll half";
221 clock-names = "aic";
H A Djz4770.dtsi235 aic: audio-controller@10020000 { label
243 clock-names = "aic", "i2s", "ext", "pll half";
259 clock-names = "aic";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt12 core is integrated with the aic and allows the timer interrupt
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/synaptics/
H A Dberlin4ct.dtsi131 interrupt-parent = <&aic>;
205 aic: interrupt-controller@3800 { label
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91sam9261.dtsi18 interrupt-parent = <&aic>;
293 aic: interrupt-controller@fffff000 { label
295 compatible = "atmel,at91rm9200-aic";

1234