Lines Matching refs:portn
346 static void pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm);
2575 pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm) in pci_xhci_reset_port() argument
2582 assert(portn <= XHCI_MAX_DEVS); in pci_xhci_reset_port()
2584 DPRINTF(("xhci reset port %d", portn)); in pci_xhci_reset_port()
2586 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_reset_port()
2587 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_reset_port()
2600 pci_xhci_set_evtrb(&evtrb, portn, in pci_xhci_reset_port()
2612 pci_xhci_init_port(struct pci_xhci_softc *sc, int portn) in pci_xhci_init_port() argument
2617 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_init_port()
2618 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_init_port()
2632 DPRINTF(("Init port %d 0x%x", portn, port->portsc)); in pci_xhci_init_port()
2635 DPRINTF(("Init empty port %d 0x%x", portn, port->portsc)); in pci_xhci_init_port()