Home
last modified time | relevance | path

Searched refs:hub_port (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dusb.c1247 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument
1269 *hub_port = 0; in usb_find_usb2_hub_address_port()
1278 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port()
1282 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument
1290 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port()
1296 *hub_port = 0; in usb_find_usb2_hub_address_port()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c521 uint8_t hub_devnum, uint8_t hub_port) in dwc_otg_hc_init_split() argument
527 hcsplt |= hub_port << DWC2_HCSPLT_PRTADDR_OFFSET; in dwc_otg_hc_init_split()
960 uint8_t hub_port; in chunk_msg() local
965 &hub_port); in chunk_msg()
966 dwc_otg_hc_init_split(hc_regs, hub_addr, hub_port); in chunk_msg()
/rk3399_rockchip-uboot/include/
H A Dusb.h937 uint8_t *hub_address, uint8_t *hub_port);