Searched refs:old_cfg (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dixdp2x00.c69 static struct slowport_cfg old_cfg; local
77 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
86 ixp2000_release_slowport(&old_cfg);
93 static struct slowport_cfg old_cfg; local
97 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
105 ixp2000_release_slowport(&old_cfg);
111 static struct slowport_cfg old_cfg; local
118 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
122 ixp2000_release_slowport(&old_cfg);
H A Dcore.c50 void ixp2000_acquire_slowport(struct slowport_cfg *new_cfg, struct slowport_cfg *old_cfg) argument
54 old_cfg->CCR = *IXP2000_SLOWPORT_CCR;
55 old_cfg->WTC = *IXP2000_SLOWPORT_WTC2;
56 old_cfg->RTC = *IXP2000_SLOWPORT_RTC2;
57 old_cfg->PCR = *IXP2000_SLOWPORT_PCR;
58 old_cfg->ADC = *IXP2000_SLOWPORT_ADC;
67 void ixp2000_release_slowport(struct slowport_cfg *old_cfg) argument
69 ixp2000_reg_write(IXP2000_SLOWPORT_CCR, old_cfg->CCR);
70 ixp2000_reg_write(IXP2000_SLOWPORT_WTC2, old_cfg->WTC);
71 ixp2000_reg_write(IXP2000_SLOWPORT_RTC2, old_cfg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dixdp2x00.c69 static struct slowport_cfg old_cfg; local
77 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
86 ixp2000_release_slowport(&old_cfg);
93 static struct slowport_cfg old_cfg; local
97 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
105 ixp2000_release_slowport(&old_cfg);
111 static struct slowport_cfg old_cfg; local
118 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
122 ixp2000_release_slowport(&old_cfg);
H A Dcore.c50 void ixp2000_acquire_slowport(struct slowport_cfg *new_cfg, struct slowport_cfg *old_cfg) argument
54 old_cfg->CCR = *IXP2000_SLOWPORT_CCR;
55 old_cfg->WTC = *IXP2000_SLOWPORT_WTC2;
56 old_cfg->RTC = *IXP2000_SLOWPORT_RTC2;
57 old_cfg->PCR = *IXP2000_SLOWPORT_PCR;
58 old_cfg->ADC = *IXP2000_SLOWPORT_ADC;
67 void ixp2000_release_slowport(struct slowport_cfg *old_cfg) argument
69 ixp2000_reg_write(IXP2000_SLOWPORT_CCR, old_cfg->CCR);
70 ixp2000_reg_write(IXP2000_SLOWPORT_WTC2, old_cfg->WTC);
71 ixp2000_reg_write(IXP2000_SLOWPORT_RTC2, old_cfg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dio_apic.c236 init_copy_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg, int node) argument
241 old_entry = old_cfg->irq_2_pin;
277 static void free_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg) argument
281 if (old_cfg->irq_2_pin == cfg->irq_2_pin)
284 entry = old_cfg->irq_2_pin;
291 old_cfg->irq_2_pin = NULL;
298 struct irq_cfg *old_cfg; local
307 old_cfg = old_desc->chip_data;
309 cfg->vector = old_cfg->vector;
310 cfg->move_in_progress = old_cfg
326 struct irq_cfg *old_cfg, *cfg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dio_apic.c236 init_copy_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg, int node) argument
241 old_entry = old_cfg->irq_2_pin;
277 static void free_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg) argument
281 if (old_cfg->irq_2_pin == cfg->irq_2_pin)
284 entry = old_cfg->irq_2_pin;
291 old_cfg->irq_2_pin = NULL;
298 struct irq_cfg *old_cfg; local
307 old_cfg = old_desc->chip_data;
309 cfg->vector = old_cfg->vector;
310 cfg->move_in_progress = old_cfg
326 struct irq_cfg *old_cfg, *cfg; local
[all...]

Completed in 132 milliseconds