Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 152) sorted by relevance

1234567

/arch/mips/kernel/
Dcacheinfo.c35 int levels = 0, leaves = 0; in __init_cache_level() local
42 levels += 1; in __init_cache_level()
50 levels++; in __init_cache_level()
55 levels++; in __init_cache_level()
59 this_cpu_ci->num_levels = levels; in __init_cache_level()
/arch/x86/kernel/cpu/microcode/
Dcore.c102 u32 *levels; in amd_check_current_patch_level() local
107 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level()
109 levels = final_levels; in amd_check_current_patch_level()
111 for (i = 0; levels[i]; i++) { in amd_check_current_patch_level()
112 if (lvl == levels[i]) in amd_check_current_patch_level()
/arch/arm/boot/dts/
Dwm8850-w70v2.dts23 brightness-levels = <0 40 60 80 100 130 190 255>;
Dimx6dl-aristainetos_7.dts58 brightness-levels = <0 4 8 16 32 64 128 255>;
Dimx53-tx53-x13x.dts30 brightness-levels = <
50 brightness-levels = <
Dimx6dl-aristainetos_4.dts22 brightness-levels = <0 4 8 16 32 64 128 255>;
Dat91sam9x5dm.dtsi61 brightness-levels = <0 4 8 16 32 64 128 255>;
Dimx6dl-tx6u-811x.dts64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
Dsun5i-a13-utoo-p66.dts73 /* Note levels of 10 / 20% result in backlight off */
74 brightness-levels = <0 30 40 50 60 70 80 90 100>;
Dimx6q-tx6q-1110.dts64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
Dep7211-edb7211.dts21 brightness-levels = <
Dimx6q-tx6q-11x0-mb7.dts65 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
87 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
Dimx6dl-tx6u-81xx-mb7.dts64 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
86 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
Dtegra20-medcom-wide.dts55 brightness-levels = <0 4 8 16 32 64 128 255>;
Dimx28-cfa10058.dts141 brightness-levels = <0 4 8 16 32 64 128 255>;
Dimx23-evk.dts156 brightness-levels = <0 4 8 16 32 64 128 255>;
Dexynos4412-odroidu3.dts43 cooling-levels = <0 102 170 230>;
/arch/ia64/kernel/
Dtopology.c310 unsigned long i, levels, unique_caches; in cpu_cache_sysfs_init() local
317 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cpu_cache_sysfs_init()
327 for (i=0; i < levels; i++) { in cpu_cache_sysfs_init()
Dpalinfo.c213 unsigned long i, levels, unique_caches; in cache_info() local
218 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cache_info()
224 levels, unique_caches); in cache_info()
226 for (i=0; i < levels; i++) { in cache_info()
/arch/frv/kernel/
Dirq.c152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
/arch/powerpc/include/asm/
Diommu.h173 __u32 levels);
178 __u32 levels,
/arch/sparc/kernel/
Dsun4d_smp.c229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument
230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/arch/ia64/pci/
Dpci.c550 unsigned long levels, unique_caches; in set_pci_dfl_cacheline_size() local
554 status = ia64_pal_cache_summary(&levels, &unique_caches); in set_pci_dfl_cacheline_size()
561 status = ia64_pal_cache_config_info(levels - 1, in set_pci_dfl_cacheline_size()
/arch/arm64/kvm/
DKconfig42 levels of fake page tables.
/arch/powerpc/platforms/powernv/
Dpci-ioda.c2444 __u32 page_shift, __u64 window_size, __u32 levels,
2448 int num, __u32 page_shift, __u64 window_size, __u32 levels, in pnv_pci_ioda2_create_table() argument
2466 levels, tbl); in pnv_pci_ioda2_create_table()
2558 __u64 window_size, __u32 levels) in pnv_pci_ioda2_get_table_size() argument
2567 if (!levels || (levels > POWERNV_IOMMU_MAX_LEVELS) || in pnv_pci_ioda2_get_table_size()
2573 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size()
2578 for ( ; levels; --levels) { in pnv_pci_ioda2_get_table_size()
2735 unsigned levels, unsigned long limit, in pnv_pci_ioda2_table_do_alloc_pages() argument
2754 --levels; in pnv_pci_ioda2_table_do_alloc_pages()
2755 if (!levels) { in pnv_pci_ioda2_table_do_alloc_pages()
[all …]

1234567