Searched refs:speed_mode (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_64.c82 static void (*g5_switch_volt)(int speed_mode);
83 static int (*g5_switch_freq)(int speed_mode);
103 static void g5_smu_switch_volt(int speed_mode) argument
110 0xff, g5_fvt_cur+1, speed_mode);
121 static void g5_vdnap_switch_volt(int speed_mode) argument
127 slew = (speed_mode == CPUFREQ_LOW) ? 1 : 0;
154 static int g5_scom_switch_freq(int speed_mode) argument
160 if (speed_mode < g5_pmode_cur)
161 g5_switch_volt(speed_mode);
171 g5_pmode_data[speed_mode]);
215 g5_dummy_switch_volt(int speed_mode) argument
230 g5_pfunc_switch_volt(int speed_mode) argument
255 g5_pfunc_switch_freq(int speed_mode) argument
[all...]
H A Dcpufreq_32.c337 static int do_set_cpu_speed(int speed_mode, int notify) argument
344 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
352 if (speed_mode == CPUFREQ_LOW &&
360 set_speed_proc(speed_mode == CPUFREQ_LOW);
361 if (speed_mode == CPUFREQ_HIGH &&
369 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_64.c82 static void (*g5_switch_volt)(int speed_mode);
83 static int (*g5_switch_freq)(int speed_mode);
103 static void g5_smu_switch_volt(int speed_mode) argument
110 0xff, g5_fvt_cur+1, speed_mode);
121 static void g5_vdnap_switch_volt(int speed_mode) argument
127 slew = (speed_mode == CPUFREQ_LOW) ? 1 : 0;
154 static int g5_scom_switch_freq(int speed_mode) argument
160 if (speed_mode < g5_pmode_cur)
161 g5_switch_volt(speed_mode);
171 g5_pmode_data[speed_mode]);
215 g5_dummy_switch_volt(int speed_mode) argument
230 g5_pfunc_switch_volt(int speed_mode) argument
255 g5_pfunc_switch_freq(int speed_mode) argument
[all...]
H A Dcpufreq_32.c337 static int do_set_cpu_speed(int speed_mode, int notify) argument
344 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
352 if (speed_mode == CPUFREQ_LOW &&
360 set_speed_proc(speed_mode == CPUFREQ_LOW);
361 if (speed_mode == CPUFREQ_HIGH &&
369 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dcs42l51.c453 unsigned char speed_mode; member in struct:cs42l51_ratios
589 power_ctl |= CS42L51_MIC_POWER_CTL_SPEED(ratios[i].speed_mode);
592 power_ctl |= CS42L51_MIC_POWER_CTL_SPEED(ratios[i].speed_mode);
H A Dcs4270.c131 * @speed_mode: the Speed Mode bits to set in the Mode Control register for
143 * @speed_mode is the corresponding bit pattern to be written to the
162 u8 speed_mode; member in struct:cs4270_mode_ratios
446 reg |= cs4270_mode_ratios[i].speed_mode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dcs42l51.c453 unsigned char speed_mode; member in struct:cs42l51_ratios
589 power_ctl |= CS42L51_MIC_POWER_CTL_SPEED(ratios[i].speed_mode);
592 power_ctl |= CS42L51_MIC_POWER_CTL_SPEED(ratios[i].speed_mode);
H A Dcs4270.c131 * @speed_mode: the Speed Mode bits to set in the Mode Control register for
143 * @speed_mode is the corresponding bit pattern to be written to the
162 u8 speed_mode; member in struct:cs4270_mode_ratios
446 reg |= cs4270_mode_ratios[i].speed_mode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_hpc.c670 u8 speed_mode = (pi == 2) ? (sec_bus_reg & 0xF) : (sec_bus_reg & 0x7); local
672 if ((pi == 1) && (speed_mode > 4)) {
677 switch (speed_mode) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp_hpc.c670 u8 speed_mode = (pi == 2) ? (sec_bus_reg & 0xF) : (sec_bus_reg & 0x7); local
672 if ((pi == 1) && (speed_mode > 4)) {
677 switch (speed_mode) {

Completed in 195 milliseconds