Searched refs:rootdev (Results 1 – 12 of 12) sorted by relevance
21 Environment variable rootdev is set to this value if env. var. firstboot22 does not exist. Otherwise rootdev is set to the MMC boot device. rootdev30 (together with env. var. rootdev) where the OS (linux) is booted from.
324 int rootdev = board_mmc_bootdev(); in bd_update_env() local331 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() local484 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() local547 if (rootdev) { in ft_board_setup()[all …]
14 int rootdev; member56 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()
250 int rootdev; member
792 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()
759 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()
46 unsigned long rootdev; /* 16 */ member97 u32 rootdev; member
32 u32 rootdev; member
144 params->u.core.rootdev = 0; in setup_start_tag()
140 params->u.core.rootdev = 0; in setup_start_tag()
272 params->u.core.rootdev = 0x0; in setup_board_tags()
1219 int rootdev; member
Completed in 27 milliseconds