Lines Matching refs:portn
341 static void pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm);
2592 pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm) in pci_xhci_reset_port() argument
2599 assert(portn <= XHCI_MAX_DEVS); in pci_xhci_reset_port()
2601 DPRINTF(("xhci reset port %d", portn)); in pci_xhci_reset_port()
2603 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_reset_port()
2604 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_reset_port()
2617 pci_xhci_set_evtrb(&evtrb, portn, in pci_xhci_reset_port()
2629 pci_xhci_init_port(struct pci_xhci_softc *sc, int portn) in pci_xhci_init_port() argument
2634 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_init_port()
2635 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_init_port()
2649 DPRINTF(("Init port %d 0x%x", portn, port->portsc)); in pci_xhci_init_port()
2652 DPRINTF(("Init empty port %d 0x%x", portn, port->portsc)); in pci_xhci_init_port()