Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-sandbox.c16 int rootdev; member
58 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control()
61 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control()
131 if (ctrl->rootdev == 0) in sandbox_alloc_device()
H A Dehci.h248 int rootdev; member
H A Dehci-hcd.c744 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root()
1127 ctrl->rootdev = 0; in usb_lowlevel_init()
1156 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg()
1157 if (!ctrl->rootdev) in _ehci_submit_control_msg()
H A Dxhci.c724 if (ctrl->rootdev == 0) { in _xhci_alloc_device()
974 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root()
1182 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsetup.h33 u32 rootdev; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h212 u32 rootdev; member
/rk3399_rockchip-uboot/arch/nds32/lib/
H A Dbootm.c140 params->u.core.rootdev = 0; in setup_start_tag()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_atags.c209 t->u.core.rootdev = 0; in atags_set_tag()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c132 params->u.core.rootdev = 0; in setup_start_tag()
/rk3399_rockchip-uboot/board/nokia/rx51/
H A Drx51.c234 params->u.core.rootdev = 0x0; in setup_board_tags()
/rk3399_rockchip-uboot/cmd/
H A Datags.c173 printf(" rootdev = 0x%x\n", t->u.core.rootdev); in atags_print_tag()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1234 int rootdev; member