/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Cst/ |
D | Cpu0Cst.asl | 33 // If CMP is supported, and OSPM is not capable of independent C1, P, T state 35 // C1 halt 37 // PDCx[4] = Indicates whether OSPM is not capable of independent C1, P, T state 45 { // C1 halt 65 // If C6 is supported, we report MWAIT C1,C2,C4,C6 73 { // MWAIT C1, hardware coordinated with no bus master avoidance 103 // If C4 is supported, we report MWAIT C1,C2,C4 111 { // MWAIT C1, hardware coordinated with no bus master avoidance 134 // If C2 is supported, we report MWAIT C1,C2 142 { // MWAIT C1, hardware coordinated with no bus master avoidance [all …]
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | Cpu0Cst.asl | 95 // IF CMP is supported, but independent C-States beyond C1 are 96 // not supported; return C1 Halt and rely on BIOS based software 111 { // C1 halt, but with BIOS coordination 123 // Report MWAIT C1, C2, C6 w/ BM_STS avoidance 125 // Report MWAIT C1, C2, C4 w/ BM_STS avoidance 127 // Report MWAIT C1, C2, C3 w/ BM_STS avoidance 129 // Report MWAIT C1, C2 131 // Report MWAIT C1 140 // PDCx[8] = 1 - OS supports MWAIT for C1 149 // <TODO> The implementor may wish to only report C1-C2 [all …]
|
D | CpuPm.asl | 317 // PDCx[3] = OS supports C1 and P-states in MP systems 336 // CFGD[11,7,2,1] = C6, C4, C1E, C1 Capable/Enabled 347 // PDCx[3] = OS supports C1 and P-states in MP systems 441 // PDCx[3] = OS supports C1 and P-states in MP systems 453 // PDCx[3] = OS supports C1 and P-states in MP systems 469 // CFGD[11,7,2,1] = C6, C4, C1E, C1 Capable/Enabled 584 // PDCx[3] = OS supports C1 and P-states in MP systems 596 // PDCx[3] = OS supports C1 and P-states in MP systems 612 // CFGD[11,7,2,1] = C6, C4, C1E, C1 Capable/Enabled 727 // PDCx[3] = OS supports C1 and P-states in MP systems [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_abc.py | 176 class C1(C): class 178 B1.register(C1) 183 self.assertTrue(issubclass(C1, A)) 184 self.assertTrue(issubclass(C1, (A,))) 185 self.assertTrue(issubclass(C1, B)) 186 self.assertTrue(issubclass(C1, (B,))) 187 self.assertTrue(issubclass(C1, B1)) 188 self.assertTrue(issubclass(C1, (B1,))) 189 C1.register(int)
|
D | test_class.py | 529 class C1: class 532 self.assertRaises(TypeError, hash, C1())
|
D | test_grammar.py | 792 class C1(B): pass class 794 class D(C1, C2, B): pass
|
D | test_descr.py | 960 class C1(object): class 962 x = C1() 1183 class C1(W, D): class 1185 a = C1() 3229 global C1 3230 class C1(list): class 3232 return super(C1, cls).__new__(cls) 3270 for cls in C, C1, C2: 3275 a = C1(1, 2); a.append(42); a.append(24) 3301 for cls in C, C1, C2: [all …]
|
D | test_datetime.py | 2061 class C1(tzinfo): class 2067 cls(1, 1, 1, tzinfo=C1())):
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | k_cos.c | 58 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable 76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cos()
|
/device/google/contexthub/firmware/lib/libm/ |
D | kf_cos.c | 24 C1 = 4.1666667908e-02, /* 0x3d2aaaab */ variable 46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/device/google/crosshatch/nfc/ |
D | libnfc-nxp.crosshatch.conf | 113 20, 02, A4, 01, A0, A9, A0, 00, C1, 00, 0A, 01, 80, 41, 0A, 02, 81, 83, 0A, 131 00, B3, 9F, 00, 00, B5, 9F, 00, 00, C1, 9F, 00, 00, C4, 1F, 00, 00, D0, 1F,
|
D | libnfc-nxp.blueline.conf | 113 20, 02, A4, 01, A0, A9, A0, 00, C1, 00, 0A, 01, 80, 41, 0A, 02, 81, 83, 0A, 131 00, B3, 9F, 00, 00, B5, 9F, 00, 00, C1, 9F, 00, 00, C4, 1F, 00, 00, D0, 1F,
|
/device/google/bonito/nfc/ |
D | libnfc-nxp.bonito.conf | 98 02, 00, BB, 9F, 00, 00, C1, 9F, 00, 00, CC, 9F, 00, 00, D6, 1F, 00, 00 127 20, 02, A4, 01, A0, A9, A0, 00, C1, 00, 0A, 01, 80, 41, 0A, 02, 81, 83, 0A,
|
D | libnfc-nxp.sargo.conf | 127 20, 02, A4, 01, A0, A9, A0, 00, C1, 00, 0A, 01, 80, 41, 0A, 02, 81, 83, 0A,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/ |
D | CpuPm.asl | 35 // CFGD[4] = PPM_C1 = C1 Capable, Enabled
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 788 class C1(B): pass class 790 class D(C1, C2, B): pass
|
D | py3_test_grammar.py | 732 class C1(B): pass class 734 class D(C1, C2, B): pass
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | Platform.asl | 201 // If CMP and the OSYS is WinXP SP1, we will enable C1-SMI if 204 // CFGD[7:4] = C4, C3, C2, C1 Capable/Enabled 451 // for independent C-States deeper than C1
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
D | UefiCpuPkg.dec | 206 # The default value 0 means C1 state.
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | GenFv_Utility_Man_Page.rtf | 261 …\af31505\loch\f43 uild\\NT32\\DEBUG_MYTOOLS\\Fv\\Ffs\\EDBEDF47-6EA3-4512-83C1-70F4769D4BDE-Capsule…
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/ |
D | VfrStrings.uni | 362 #string STR_CSTATE_C1 #language en-US "C1"
|