Searched refs:XHCI_TRB_PORTID (Results 1 – 3 of 3) sorted by relevance
125 port = XHCI_TRB_PORTID(LE_64(trb->trb_addr)); in xhci_event_process_psc()
387 #define XHCI_TRB_PORTID(x) (((x) & (0xffUL << 24)) >> 24) /* Port ID */ macro
398 mdb_printf("Port: %d\n", XHCI_TRB_PORTID(pa)); in xhci_mdb_print_psc()