Searched refs:hub_port (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/common/ |
H A D | usb.c | 1227 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument 1249 *hub_port = 0; in usb_find_usb2_hub_address_port() 1258 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port() 1262 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument 1270 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port() 1276 *hub_port = 0; in usb_find_usb2_hub_address_port()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc2.c | 506 uint8_t hub_devnum, uint8_t hub_port) in dwc_otg_hc_init_split() argument 512 hcsplt |= hub_port << DWC2_HCSPLT_PRTADDR_OFFSET; in dwc_otg_hc_init_split() 945 uint8_t hub_port; in chunk_msg() local 950 &hub_port); in chunk_msg() 951 dwc_otg_hc_init_split(hc_regs, hub_addr, hub_port); in chunk_msg()
|
/openbmc/linux/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 248 char *devpath, u16 *root_port, u16 *hub_port) in get_port_number() argument 255 if (hub_port) in get_port_number() 256 *hub_port = devpath[2] & 0x0F; in get_port_number() 355 &dev->root_port, &dev->hub_port); in make_r8a66597_device() 362 dev->hub_port, dev->root_port); in make_r8a66597_device() 1842 u16 root_port, hub_port; in set_address_zero() local 1846 &root_port, &hub_port); in set_address_zero() 1850 hub_port, root_port); in set_address_zero()
|
H A D | r8a66597.h | 74 u16 hub_port; member
|
H A D | octeon-hcd.c | 332 u8 hub_port; member 1097 int hub_port) in cvmx_usb_open_pipe() argument 1133 pipe->hub_port = hub_port; in cvmx_usb_open_pipe() 1622 usbc_hcsplt.s.prtaddr = pipe->hub_port; in cvmx_usb_start_channel()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 478 int *hub_addr, int *hub_port) in dwc2_host_hub_info() argument 486 *hub_port = urb->dev->ttport; in dwc2_host_hub_info() 715 hcsplt |= chan->hub_port << HCSPLT_PRTADDR_SHIFT & in dwc2_hc_init() 725 chan->hub_port); in dwc2_hc_init() 2309 int hub_addr, hub_port; in dwc2_hc_init_split() local 2314 dwc2_host_hub_info(hsotg, urb->priv, &hub_addr, &hub_port); in dwc2_hc_init_split() 2316 chan->hub_port = (u8)hub_port; in dwc2_hc_init_split() 3901 dev_dbg(hsotg->dev, " hub_port: %d\n", chan->hub_port); in dwc2_hcd_dump_state()
|
H A D | hcd.h | 121 u8 hub_port; member
|
/openbmc/u-boot/include/ |
H A D | usb.h | 936 uint8_t *hub_address, uint8_t *hub_port);
|
/openbmc/linux/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 608 klport_t hub_port; /* hub is connected to this */ member
|