Searched refs:supported (Results 1 – 25 of 98) sorted by relevance
1234
/arch/arm/boot/dts/ |
D | tegra20-cpu-opp.dtsi | 10 opp-supported-hw = <0x0F 0x0003>; 16 opp-supported-hw = <0x0F 0x0004>; 22 opp-supported-hw = <0x0F 0x0003>; 28 opp-supported-hw = <0x0F 0x0004>; 34 opp-supported-hw = <0x0C 0x0003>; 40 opp-supported-hw = <0x03 0x0006>, <0x04 0x0004>, 47 opp-supported-hw = <0x03 0x0001>; 53 opp-supported-hw = <0x08 0x0003>; 59 opp-supported-hw = <0x04 0x0006>, <0x08 0x0004>; 65 opp-supported-hw = <0x04 0x0001>; [all …]
|
D | tegra30-cpu-opp.dtsi | 10 opp-supported-hw = <0x1F 0x31FE>; 16 opp-supported-hw = <0x1F 0x0C01>; 22 opp-supported-hw = <0x1F 0x0200>; 28 opp-supported-hw = <0x1F 0x31FE>; 34 opp-supported-hw = <0x1F 0x0C01>; 40 opp-supported-hw = <0x1F 0x0200>; 46 opp-supported-hw = <0x1F 0x31FE>; 52 opp-supported-hw = <0x1F 0x0C01>; 58 opp-supported-hw = <0x1F 0x0200>; 64 opp-supported-hw = <0x1F 0x0C00>; [all …]
|
D | omap34xx.dtsi | 44 opp-supported-hw = <0xffffffff 3>; 50 opp-supported-hw = <0xffffffff 3>; 57 opp-supported-hw = <0xffffffff 3>; 63 opp-supported-hw = <0xffffffff 3>; 69 opp-supported-hw = <0xffffffff 3>; 76 opp-supported-hw = <0xffffffff 2>;
|
D | am33xx.dtsi | 89 opp-supported-hw = <0x06 0x0010>; 96 opp-supported-hw = <0x01 0x00FF>; 103 opp-supported-hw = <0x06 0x0020>; 110 opp-supported-hw = <0x01 0xFFFF>; 116 opp-supported-hw = <0x06 0x0040>; 122 opp-supported-hw = <0x01 0xFFFF>; 128 opp-supported-hw = <0x06 0x0080>; 134 opp-supported-hw = <0x01 0xFFFF>; 140 opp-supported-hw = <0x06 0x0100>; 146 opp-supported-hw = <0x04 0x0200>;
|
D | omap36xx.dtsi | 51 opp-supported-hw = <0xffffffff 3>; 59 opp-supported-hw = <0xffffffff 3>; 66 opp-supported-hw = <0xffffffff 3>; 74 opp-supported-hw = <0xffffffff 2>;
|
D | imx7d.dtsi | 53 opp-supported-hw = <0xd>, <0x7>; 61 opp-supported-hw = <0xc>, <0x7>; 69 opp-supported-hw = <0x8>, <0x3>;
|
D | am4372.dtsi | 79 opp-supported-hw = <0xFF 0x01>; 86 opp-supported-hw = <0xFF 0x04>; 92 opp-supported-hw = <0xFF 0x08>; 98 opp-supported-hw = <0xFF 0x10>; 104 opp-supported-hw = <0xFF 0x20>;
|
D | am3517.dtsi | 43 opp-supported-hw = <0xffffffff 0xffffffff>; 50 opp-supported-hw = <0xffffffff 0xffffffff>;
|
/arch/x86/kernel/cpu/ |
D | feat_ctl.c | 25 u32 supported, funcs, ept, vpid, ign; in init_vmx_capabilities() local 39 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS, ign, supported); in init_vmx_capabilities() 40 c->vmx_capability[PRIMARY_CTLS] = supported; in init_vmx_capabilities() 42 rdmsr_safe(MSR_IA32_VMX_PROCBASED_CTLS2, &ign, &supported); in init_vmx_capabilities() 43 c->vmx_capability[SECONDARY_CTLS] = supported; in init_vmx_capabilities() 45 rdmsr(MSR_IA32_VMX_PINBASED_CTLS, ign, supported); in init_vmx_capabilities() 55 WARN_ON_ONCE(supported >> 16); in init_vmx_capabilities() 57 c->vmx_capability[MISC_FEATURES] = (supported & 0xffff) | in init_vmx_capabilities()
|
/arch/arm64/include/asm/ |
D | mman.h | 65 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM; in arch_validate_prot() local 68 supported |= PROT_BTI; in arch_validate_prot() 71 supported |= PROT_MTE; in arch_validate_prot() 73 return (prot & ~supported) == 0; in arch_validate_prot()
|
/arch/mips/mti-malta/ |
D | malta-setup.c | 95 int supported = 0; in plat_enable_iocoherency() local 102 supported = 1; in plat_enable_iocoherency() 125 supported = 1; in plat_enable_iocoherency() 127 hw_coherentio = supported; in plat_enable_iocoherency() 128 return supported; in plat_enable_iocoherency()
|
/arch/powerpc/platforms/powernv/ |
D | opal-power.c | 139 int ret, supported = 0; in opal_power_control_init() local 151 supported = of_device_is_compatible(np, "ibm,opal-v3-epow"); in opal_power_control_init() 155 if (!supported) in opal_power_control_init()
|
/arch/powerpc/platforms/52xx/ |
D | Kconfig | 15 supported assuming the following: 21 - PCI is supported if enabled in the kernel configuration
|
/arch/powerpc/include/asm/ |
D | pnv-ocxl.h | 12 int pnv_ocxl_get_actag(struct pci_dev *dev, u16 *base, u16 *enabled, u16 *supported);
|
/arch/arm/mach-zx/ |
D | Kconfig | 7 set-top-box processor is supported. More will be
|
/arch/sh/include/asm/ |
D | futex.h | 16 #error SMP not supported on this configuration.
|
/arch/nds32/include/asm/ |
D | memory.h | 88 #error CONFIG_DISCONTIGMEM is not supported yet.
|
/arch/arm/mach-mstar/ |
D | Kconfig | 26 Note that older Mercury2 SoCs are ARM9 based and not supported.
|
/arch/hexagon/ |
D | Kconfig | 119 kernel will support. The maximum supported value is 6 and the 122 This is purely to save memory - each supported CPU adds
|
/arch/mips/vdso/ |
D | Kconfig | 4 # because that relocation is not supported for that symbol. As a result
|
/arch/arc/plat-axs10x/ |
D | Kconfig | 30 770D is supported in Linux.
|
/arch/arm/include/asm/ |
D | spinlock.h | 6 #error SMP not supported on pre-ARMv6 CPUs
|
D | cmpxchg.h | 77 #error SMP is not supported on this platform in __xchg()
|
/arch/xtensa/include/asm/ |
D | page.h | 196 # error CONFIG_DISCONTIGMEM not supported
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 284 For 32bit kernel, the following boards are supported: 286 For 64bit kernel, the following boards are supported: 288 The following boards are supported for both 32bit and 64bit kernel:
|
1234