Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.h811 int hub_port);
H A Dcvmx-usb.c176 uint8_t hub_port; /**< Hub port this device is connected to */ member
1255 int multi_count, int hub_device_addr, int hub_port) in cvmx_usb_open_pipe() argument
1272 CVMX_USB_LOG_PARAM("%d", hub_port); in cvmx_usb_open_pipe()
1298 if (cvmx_unlikely((hub_port < 0) || (hub_port > MAX_USB_HUB_PORT))) in cvmx_usb_open_pipe()
1334 pipe->hub_port = hub_port; in cvmx_usb_open_pipe()
1799 usbc_hcsplt.s.prtaddr = pipe->hub_port; in __cvmx_usb_start_channel()