HomeSort by: relevance | last modified time | path
    Searched defs:rhaddr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 771 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ugenhc_open
778 if (addr == rhaddr) {
  /src/sys/arch/mips/adm5120/dev/
ahci.c 360 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ahci_open
363 dev->ud_addr, ed->bEndpointAddress, rhaddr));
367 if (dev->ud_addr == rhaddr) {
  /src/sys/dev/usb/
motg.c 525 uint8_t rhaddr = pipe->up_dev->ud_bus->ub_rhaddr; local in function:motg_open
530 pipe->up_dev->ud_addr, ed->bEndpointAddress, rhaddr);
538 if (pipe->up_dev->ud_addr == rhaddr) {
xhci.c 3760 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:xhci_setup_tthub
3783 myhsport->up_parent->ud_addr != rhaddr &&
3823 myhsport->up_parent->ud_addr != rhaddr &&
ehci.c 1963 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ehci_open
1975 ed->bEndpointAddress, rhaddr);
1984 || (dev->ud_myhsport->up_parent->ud_addr != rhaddr)) {
2001 if (addr == rhaddr) {
  /src/sys/dev/ic/
sl811hs.c 1029 uint8_t rhaddr; local in function:slhci_open
1035 rhaddr = dev->ud_bus->ub_rhaddr;
1038 dev->ud_addr, ed->bEndpointAddress, rhaddr, 0);
1060 if (dev->ud_myhub->ud_addr != rhaddr) {
1076 if (dev->ud_addr == rhaddr) {

Completed in 116 milliseconds