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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dixdp2x00.c70 static struct slowport_cfg old_cfg; local
78 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
87 ixp2000_release_slowport(&old_cfg);
94 static struct slowport_cfg old_cfg; local
98 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
106 ixp2000_release_slowport(&old_cfg);
112 static struct slowport_cfg old_cfg; local
119 ixp2000_acquire_slowport(&slowport_cpld_cfg, &old_cfg);
123 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...]

Completed in 42 milliseconds