Searched refs:sleep (Results 1 - 17 of 17) sorted by relevance

/u-boot/board/xilinx/zynqmp/
H A Dxil_io.h22 static void __maybe_unused usleep(u32 sleep) argument
24 udelay(sleep);
/u-boot/board/google/chameleonv3/
H A Dmercury_aa1.c31 goto sleep;
36 goto sleep;
40 sleep:
/u-boot/include/
H A Dvideo_bridge.h15 * @sleep: GPIO to assert to power down the bridge
20 struct gpio_desc sleep; member in struct:video_bridge_priv
/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c67 ret = gpio_request_by_name(dev, "sleep-gpios", 0,
68 &uc_priv->sleep, GPIOD_IS_OUT);
70 debug("%s: Could not decode sleep-gpios (%d)\n", __func__, ret);
77 * ret = dm_gpio_set_pull(&uc_priv->sleep, GPIO_PULL_NONE);
79 * debug("%s: Could not set sleep pull value\n", __func__);
116 if (uc_priv->sleep.dev) {
117 ret = dm_gpio_set_value(&uc_priv->sleep, !active);
/u-boot/cmd/
H A Dsleep.c52 sleep , 2, 1, do_sleep,
H A DMakefile118 obj-$(CONFIG_CMD_SLEEP) += sleep.o
/u-boot/test/py/
H A Du_boot_console_sandbox.py117 time.sleep(0.1)
H A Du_boot_utils.py131 time.sleep(0.1)
155 time.sleep(0.1)
306 time.sleep(0.1)
370 time.sleep(1)
H A Du_boot_spawn.py233 time.sleep(0.1)
/u-boot/drivers/net/octeontx/
H A Dnicvf_main.c60 int sleep = 10; local
73 mdelay(sleep);
78 timeout -= sleep;
/u-boot/scripts/
H A Dbuild-efi.sh177 # For some reason this needs a sleep or it sometimes fails, if it was
180 sleep .5
/u-boot/drivers/usb/eth/
H A Dasix.c275 static int asix_write_gpio(struct ueth_data *dev, u16 value, int sleep) argument
285 if (sleep)
286 udelay(sleep * 1000);
/u-boot/test/py/tests/test_eficonfig/
H A Dtest_eficonfig.py14 time.sleep(0.1) # TODO: does not work correctly without sleep
/u-boot/tools/buildman/
H A Dfunc_test.py854 time.sleep(delay)
859 time.sleep(delay)
866 time.sleep(delay)
873 time.sleep(delay)
881 time.sleep(delay)
H A Dboards.py750 # sleep for a while until the queues are filled
751 time.sleep(SLEEP_TIME)
/u-boot/tools/patman/
H A Dseries.py331 time.sleep(.25)
/u-boot/tools/
H A Dqconfig.py746 # No available slot: sleep for a while
747 time.sleep(SLEEP_TIME)
751 time.sleep(SLEEP_TIME)

Completed in 123 milliseconds