/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
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() 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() 387 fixed_com_att_db = com_att_db_table[MS(aic->aic_sram[i], in ar9003_aic_cal_post_process() 420 aic->aic_sram[i] = (SM(sram.vga_dir_sign, in ar9003_aic_cal_post_process() [all …]
|
D | btcoex.h | 110 struct ath9k_hw_aic aic; member
|
/Linux-v5.10/drivers/irqchip/ |
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 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() 132 aic->ext_irqs |= (1 << (hwirq % 32)); 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() [all …]
|
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()
|
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 49 obj-$(CONFIG_JCORE_AIC) += irq-jcore-aic.o
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
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";
|
D | jcore,aic.txt | 5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic 21 aic: interrupt-controller@200 {
|
D | snps,dw-apb-ictl.txt | 28 aic: interrupt-controller@3000 {
|
/Linux-v5.10/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 321 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 …]
|
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-v5.10/arch/sh/boot/dts/ |
D | j2_mimas_v2.dts | 11 interrupt-parent = <&aic>; 50 aic: interrupt-controller@200 { label
|
/Linux-v5.10/arch/mips/boot/dts/ingenic/ |
D | jz4740.dtsi | 186 aic: audio-controller@10020000 { label 199 clock-names = "aic", "i2s", "ext", "pll half"; 212 clock-names = "aic";
|
D | jz4725b.dtsi | 195 aic: audio-controller@10020000 { label 205 clock-names = "aic", "i2s", "ext", "pll half"; 221 clock-names = "aic";
|
D | jz4770.dtsi | 235 aic: audio-controller@10020000 { label 243 clock-names = "aic", "i2s", "ext", "pll half"; 259 clock-names = "aic";
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | jcore,pit.txt | 12 core is integrated with the aic and allows the timer interrupt
|
/Linux-v5.10/arch/arm64/boot/dts/synaptics/ |
D | berlin4ct.dtsi | 131 interrupt-parent = <&aic>; 205 aic: interrupt-controller@3800 { label
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | at91sam9261.dtsi | 18 interrupt-parent = <&aic>; 293 aic: interrupt-controller@fffff000 { label 295 compatible = "atmel,at91rm9200-aic";
|
D | at91rm9200.dtsi | 22 interrupt-parent = <&aic>; 91 aic: interrupt-controller@fffff000 { label 93 compatible = "atmel,at91rm9200-aic";
|
D | berlin2.dtsi | 182 interrupt-parent = <&aic>; 328 aic: interrupt-controller@3000 { label
|
D | at91sam9rl.dtsi | 20 interrupt-parent = <&aic>; 339 aic: interrupt-controller@fffff000 { label 341 compatible = "atmel,at91rm9200-aic";
|
D | sam9x60.dtsi | 22 interrupt-parent = <&aic>; 579 aic: interrupt-controller@fffff100 { label 580 compatible = "microchip,sam9x60-aic";
|
D | at91sam9260.dtsi | 20 interrupt-parent = <&aic>; 94 aic: interrupt-controller@fffff000 { label 96 compatible = "atmel,at91rm9200-aic";
|
D | at91sam9n12.dtsi | 20 interrupt-parent = <&aic>; 89 aic: interrupt-controller@fffff000 { label 91 compatible = "atmel,at91rm9200-aic";
|
D | berlin2cd.dtsi | 172 interrupt-parent = <&aic>; 372 aic: interrupt-controller@3000 { label
|
D | at91sam9263.dtsi | 18 interrupt-parent = <&aic>; 95 aic: interrupt-controller@fffff000 { label 97 compatible = "atmel,at91rm9200-aic";
|