Home
last modified time | relevance | path

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

/u-boot/board/friendlyarm/
A DKconfig21 Environment variable rootdev is set to this value if env. var. firstboot
22 does not exist. Otherwise rootdev is set to the MMC boot device. rootdev
30 (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.c14 int rootdev; member
56 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control()
59 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control()
129 if (ctrl->rootdev == 0) in sandbox_alloc_device()
A Dehci.h250 int rootdev; member
A Dehci-hcd.c792 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root()
1177 ctrl->rootdev = 0; in usb_lowlevel_init()
1206 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg()
1207 if (!ctrl->rootdev) in _ehci_submit_control_msg()
A Dxhci.c759 if (ctrl->rootdev == 0) { in _xhci_alloc_device()
1005 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root()
1213 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
/u-boot/arch/arm/include/asm/
A Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/u-boot/arch/nds32/include/asm/
A Dsetup.h32 u32 rootdev; member
/u-boot/arch/nds32/lib/
A Dbootm.c144 params->u.core.rootdev = 0; in setup_start_tag()
/u-boot/arch/arm/lib/
A Dbootm.c140 params->u.core.rootdev = 0; in setup_start_tag()
/u-boot/board/nokia/rx51/
A Drx51.c272 params->u.core.rootdev = 0x0; in setup_board_tags()
/u-boot/include/usb/
A Dxhci.h1219 int rootdev; member

Completed in 27 milliseconds