Searched refs:hwblk (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm_runtime.c18 #include <asm/hwblk.h>
43 int hwblk = ad->hwblk_id; local
46 dev_dbg(d, "__platform_pm_runtime_resume() [%d]\n", hwblk);
49 hwblk_enable(hwblk_info, hwblk);
59 hwblk_disable(hwblk_info, hwblk);
64 hwblk, ret);
73 int hwblk = ad->hwblk_id; local
76 dev_dbg(d, "__platform_pm_runtime_suspend() [%d]\n", hwblk);
83 hwblk_enable(hwblk_info, hwblk);
85 hwblk_disable(hwblk_info, hwblk);
147 int hwblk = ad->hwblk_id; local
196 int hwblk = ad->hwblk_id; local
240 int hwblk = pdev->archdata.hwblk_id; local
264 int hwblk = pdev->archdata.hwblk_id; local
[all...]
H A Dcpuidle.c19 #include <asm/hwblk.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dhwblk.c6 #include <asm/hwblk.h>
26 static int __hwblk_mod_cnt(struct hwblk_info *info, int hwblk, argument
29 struct hwblk *hp = info->hwblks + hwblk;
38 static void hwblk_mod_cnt(struct hwblk_info *info, int hwblk, argument
44 __hwblk_mod_cnt(info, hwblk, counter, value, goal);
48 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int counter) argument
50 hwblk_mod_cnt(info, hwblk, counter, 1, 1);
53 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int counter) argument
55 hwblk_mod_cnt(info, hwblk, counte
58 hwblk_enable(struct hwblk_info *info, int hwblk) argument
77 hwblk_disable(struct hwblk_info *info, int hwblk) argument
[all...]
H A DMakefile23 obj-y += irq/ init.o clock.o hwblk.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dhwblk.h33 struct hwblk { struct
43 struct hwblk *hwblks;
54 void hwblk_enable(struct hwblk_info *info, int hwblk);
55 void hwblk_disable(struct hwblk_info *info, int hwblk);
57 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int cnt);
58 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A DMakefile30 clock-$(CONFIG_CPU_SUBTYPE_SH7722) := clock-sh7722.o hwblk-sh7722.o
31 clock-$(CONFIG_CPU_SUBTYPE_SH7723) := clock-sh7723.o hwblk-sh7723.o
32 clock-$(CONFIG_CPU_SUBTYPE_SH7724) := clock-sh7724.o hwblk-sh7724.o
H A Dhwblk-sh7722.c2 * arch/sh/kernel/cpu/sh4a/hwblk-sh7722.c
25 #include <asm/hwblk.h>
42 static struct hwblk sh7722_hwblk[HWBLK_NR] = {
H A Dhwblk-sh7723.c2 * arch/sh/kernel/cpu/sh4a/hwblk-sh7723.c
25 #include <asm/hwblk.h>
42 static struct hwblk sh7723_hwblk[HWBLK_NR] = {
H A Dhwblk-sh7724.c2 * arch/sh/kernel/cpu/sh4a/hwblk-sh7724.c
25 #include <asm/hwblk.h>
42 static struct hwblk sh7724_hwblk[HWBLK_NR] = {
H A Dclock-sh7722.c26 #include <asm/hwblk.h>
H A Dclock-sh7723.c27 #include <asm/hwblk.h>
H A Dclock-sh7724.c27 #include <asm/hwblk.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtime.c24 #include <asm/hwblk.h>

Completed in 60 milliseconds