| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | acpi_s3.h | 50 * acpi_ss_string() - get ACPI-defined sleep state string 52 * @pm1_cnt: ACPI-defined sleep state 53 * @return: a pointer to the sleep state string. 63 * acpi_sleep_from_pm1() - get ACPI-defined sleep state from PM1_CNT register 66 * @return: ACPI-defined sleep state if given valid PM1_CNT register value, 88 * chipset_prev_sleep_state() - Get chipset previous sleep state 90 * This returns chipset previous sleep state from ACPI registers. 98 * chipset_clear_sleep_state() - Clear chipset sleep state 100 * This clears chipset sleep state in ACPI registers.
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | platform.asl | 12 * The _PTS method (Prepare To Sleep) is called before the OS is 13 * entering a sleep state. The sleep state number is passed in Arg0. 38 /* Chipset specific sleep states */
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/ |
| H A D | platform.asl | 12 * The _PTS method (Prepare To Sleep) is called before the OS is 13 * entering a sleep state. The sleep state number is passed in Arg0. 35 /* Chipset specific sleep states */
|
| /rk3399_rockchip-uboot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 73 ret = gpio_request_by_name(dev, "sleep-gpios", 0, in video_bridge_pre_probe() 74 &uc_priv->sleep, GPIOD_IS_OUT); in video_bridge_pre_probe() 76 debug("%s: Could not decode sleep-gpios (%d)\n", __func__, ret); in video_bridge_pre_probe() 83 * ret = dm_gpio_set_pull(&uc_priv->sleep, GPIO_PULL_NONE); in video_bridge_pre_probe() 85 * debug("%s: Could not set sleep pull value\n", __func__); in video_bridge_pre_probe() 122 if (uc_priv->sleep.dev) { in video_bridge_set_active() 123 ret = dm_gpio_set_value(&uc_priv->sleep, !active); in video_bridge_set_active()
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | calimain.h | 248 "sleep 1; run flashall; fi\0" \ 256 "run checknor; sleep 1;" \ 257 "run checknor; sleep 1;" \ 258 "run checknor; sleep 1;" \ 259 "run checknor; sleep 1;" \ 263 "run checkrlk; sleep 1;" \ 264 "run checkrlk; sleep 1;" \ 265 "run checkrlk; sleep 1;" \ 266 "run checkrlk; sleep 1;" \ 267 "run checkrlk; sleep 1;" \
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | arm_sleep.c | 10 #error " Deep sleep needs non-secure mode support. " 20 #include "sleep.h" 51 * When wakeup from deep sleep, the first 128 bytes space 81 /* disable deep sleep signals in FPGA */ in ls1_psci_resume_fixup() 87 /* Disable wakeup interrupt during deep sleep */ in ls1_psci_resume_fixup()
|
| H A D | mpc85xx_sleep.c | 9 #include "sleep.h" 40 * When wakeup from deep sleep, the first 128 bytes space
|
| H A D | sleep.h | 13 /* determine if it is a wakeup from deep sleep */
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_sleep.py | 9 """Test the sleep command, and validate that it sleeps for approximately 13 pytest.skip('sleep command not supported') 17 u_boot_console.run_command('sleep %d' % sleep_time)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | ls102xa_psci.c | 53 /* Pull MCKE signal low before enabling deep sleep signal in FPGA */ in ls1_fsm_setup() 67 /* Mask deep sleep wake-up interrupts while entering deep sleep */ in ls1_deepsleep_irq_cfg() 99 /* Enable wakeup interrupt during deep sleep */ in ls1_deepsleep_irq_cfg() 171 /* Setup the registers of the EPU FSM for deep sleep */ in ls1_deep_sleep() 181 /* Enable deep sleep signals in FPGA */ in ls1_deep_sleep()
|
| H A D | fdt.c | 125 * Reserved memory in SD boot deep sleep case. in ft_cpu_setup() 129 * deep sleep resume, which cause deep sleep failed. in ft_cpu_setup() 137 printf("Failed to reserve memory for SD boot deep sleep: %s\n", in ft_cpu_setup()
|
| /rk3399_rockchip-uboot/ |
| H A D | .travis.yml | 302 TEST_PY_TEST_SPEC="not sleep" 308 TEST_PY_TEST_SPEC="not sleep" 313 TEST_PY_TEST_SPEC="not sleep" 319 TEST_PY_TEST_SPEC="not sleep" 325 TEST_PY_TEST_SPEC="not sleep" 331 TEST_PY_TEST_SPEC="not sleep" 337 TEST_PY_TEST_SPEC="not sleep" 342 TEST_PY_TEST_SPEC="not sleep" 349 TEST_PY_TEST_SPEC="not sleep"
|
| /rk3399_rockchip-uboot/board/xilinx/zynqmp/ |
| H A D | xil_io.h | 36 void usleep(u32 sleep) in usleep() argument 38 udelay(sleep); in usleep()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/ |
| H A D | ps8622.txt | 6 - sleep-gpios: OF device-tree gpio specification for PD_ pin. 23 sleep-gpios = <&gpc3 6 1 0 0>;
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | fusbh200.h | 20 uint32_t easstr;/* 0x34: EOF&Async. Sched. Sleep Timer Register */ 27 /* EOF & Async. Schedule Sleep Timer Register */ 32 #define EASSTR_ASST(x) (((x) & 0x3) << 0) /* Async. Sched. Sleep Timer */
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | rockchip_pm_config.c | 75 mcu_sleep_node = ofnode_find_subnode(node, "rockchip-mcu-sleep-cfg"); in parse_mcu_sleep_config() 83 pr_err("%s: no valid child node in rockchip-mcu-sleep-cfg\n", in parse_mcu_sleep_config() 90 * 4kb for sleep parameters in parse_mcu_sleep_config() 109 /* End point of sleep data */ in parse_mcu_sleep_config()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-veyron-chromebook.dtsi | 135 /* Common for sleep and wake, but no owners */ 145 /* Common for sleep and wake, but no owners */ 150 /* Sleep only */ 184 suspend_l_sleep: suspend-l-sleep {
|
| H A D | am437x-idk-evm.dts | 267 pinctrl-names = "default", "sleep"; 294 pinctrl-names = "default", "sleep"; 328 pinctrl-names = "default", "sleep"; 338 pinctrl-names = "default", "sleep"; 390 pinctrl-names = "default", "sleep"; 397 pinctrl-names = "default", "sleep";
|
| H A D | rk3326.dtsi | 11 pinctrl-names = "default", "sleep"; 40 lcdc_m1_sleep_pins: lcdc-m1-sleep-pins {
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_upgrade.txt | 17 sleep 1 ; 28 sleep 120
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mvmfp.h | 30 /* bit 09..07 - sleep mode */ (((_sleep) & 0xe) << 6) | \ 32 /* bits 03 - sleep mode */ (((_sleep) & 0x1) << 3) | \ 40 /* bit 09..07 - sleep mode */ (((_sleep) & 0xe) << 6) | \ 42 /* bits 03 - sleep mode */ (((_sleep) & 0x1) << 3) | \
|
| H A D | video_bridge.h | 16 * @sleep: GPIO to assert to power down the bridge 21 struct gpio_desc sleep; member
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | Kconfig | 22 gsc sleep - sleeps for a period of seconds
|
| /rk3399_rockchip-uboot/board/freescale/t104xrdb/ |
| H A D | spl.c | 16 #include "../common/sleep.h" 69 /* disable the console if boot from deep sleep */ in board_init_f()
|
| /rk3399_rockchip-uboot/board/freescale/t102xrdb/ |
| H A D | spl.c | 16 #include "../common/sleep.h" 74 /* disable the console if boot from deep sleep */ in board_init_f()
|