Searched refs:rootdev (Results 1 – 10 of 10) sorted by relevance
22 Environment variable rootdev is set to this value if env. var. firstboot23 does not exist. Otherwise rootdev is set to the MMC boot device. rootdev31 (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 …]
21 int rootdev; member63 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()
251 int rootdev; member
718 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()
813 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()
46 unsigned long rootdev; /* 16 */ member97 u32 rootdev; member
94 params->u.core.rootdev = 0; in setup_start_tag()
275 params->u.core.rootdev = 0x0; in setup_board_tags()
1226 int rootdev; member
Completed in 682 milliseconds