Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c368 mdb_printf("Cycle: %d\n", XHCI_TRB_GET_CYCLE(flags)); in xhci_mdb_print_transfer_event()
386 mdb_printf("Cycle: %d\n", XHCI_TRB_GET_CYCLE(flags)); in xhci_mdb_print_command_event()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h418 #define XHCI_TRB_GET_CYCLE(x) ((x) & 0x1) macro