Home
last modified time | relevance | path

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

/u-boot/board/friendlyarm/
A DKconfig22 Environment variable rootdev is set to this value if env. var. firstboot
23 does not exist. Otherwise rootdev is set to the MMC boot device. rootdev
31 (together with env. var. rootdev) where the OS (linux) is booted from.
/u-boot/board/friendlyarm/nanopi2/
A Dboard.c324 int rootdev = board_mmc_bootdev(); in bd_update_env() local
331 if (rootdev != CONFIG_ROOT_DEV && !env_get("firstboot")) { in bd_update_env()
332 env_set_ulong("rootdev", rootdev); in bd_update_env()
390 if (rootdev > 0 && !strstr(cmdline, CMDLINE_BDEV)) in bd_update_env()
481 int rootdev; in splash_screen_prepare() local
484 rootdev = env_get_ulong("rootdev", 0, CONFIG_ROOT_DEV); in splash_screen_prepare()
486 rootdev = board_mmc_bootdev(); in splash_screen_prepare()
488 snprintf(devpart, ARRAY_SIZE(devpart), "%d:%d", rootdev, in splash_screen_prepare()
542 unsigned int rootdev; in ft_board_setup() local
547 if (rootdev) { in ft_board_setup()
[all …]
/u-boot/drivers/usb/host/
A Dusb-sandbox.c21 int rootdev; member
63 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control()
66 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control()
157 if (ctrl->rootdev == 0) in sandbox_alloc_device()
A Dehci.h251 int rootdev; member
A Dxhci.c718 if (ctrl->rootdev == 0) { in _xhci_alloc_device()
957 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root()
1165 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
A Dehci-hcd.c813 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root()
1195 ctrl->rootdev = 0; in usb_lowlevel_init()
1224 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg()
1225 if (!ctrl->rootdev) in _ehci_submit_control_msg()
/u-boot/arch/arm/include/asm/
A Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/u-boot/arch/arm/lib/
A Dbootm.c94 params->u.core.rootdev = 0; in setup_start_tag()
/u-boot/board/nokia/rx51/
A Drx51.c275 params->u.core.rootdev = 0x0; in setup_board_tags()
/u-boot/include/usb/
A Dxhci.h1226 int rootdev; member

Completed in 682 milliseconds