Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME6 S3 is used to set CONFIG_SYS_RESET_SOURCE.
9 switch settings for S3 S4:
19 DIP switch settings for S3 S4:
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME6 S3 is used to set CONFIG_SYS_RESET_SOURCE.
9 switch settings for S3 S4:
19 DIP switch settings for S3 S4:
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dxhci.asl19 /* Highest D state in S3 state */
H A Dusb.asl19 /* Highest D state in S3 state */
/rk3399_rockchip-uboot/lib/
H A Dsha512.c171 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in sha512_process() macro
178 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha512_process()
H A Dsha256.c114 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) in sha256_process_one() macro
126 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process_one()
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig624 bool "Enable ACPI S3 resume"
626 Select this to enable ACPI S3 resume. S3 is an ACPI-defined sleeping
636 bool "Re-run VGA option ROMs on S3 resume"
640 Execute VGA option ROMs in U-Boot when resuming from S3. Normally
653 during an ACPI S3 resume.
/rk3399_rockchip-uboot/doc/
H A DREADME.x861061 * Support S0/S3/S4/S5, reboot and shutdown from OS.
1085 The S3 sleeping state is a low wake latency sleeping state defined by ACPI
1086 spec where all system context is lost except system memory. To test S3 resume
1088 put the board to S3 state where the power is off. So when the power button is
1090 state via ACPI register to see if it is S3, if yes it means we are waking up.
1093 and jump there. To determine whether ACPI S3 resume is supported, check to
1096 Note for testing S3 resume with Windows, correct graphics driver must be
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c364 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) in sha256_process() macro
376 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
469 #undef S3
/rk3399_rockchip-uboot/board/hisilicon/poplar/
H A DREADME139 poplar board while pressing S3(usb_boot).