Home
last modified time | relevance | path

Searched refs:trb_0 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhci.c545 xx->xx_trb[idx].trb_0 = parameter; in xhci_xfer_put_trb()
554 trb->trb_0 = htole64(parameter); in xhci_trb_put()
560 xhci_trb_get_idx(struct xhci_ring *xr, uint64_t trb_0, int *idx) in xhci_trb_get_idx() argument
566 if (trb_0 == 0 || trb_0 < trbp || in xhci_trb_get_idx()
567 (trb_0 - trbp) % sizeof(struct xhci_trb) != 0 || in xhci_trb_get_idx()
568 (trb_0 - trbp) / sizeof(struct xhci_trb) >= xr->xr_ntrb) { in xhci_trb_get_idx()
571 *idx = (trb_0 - trbp) / sizeof(struct xhci_trb); in xhci_trb_get_idx()
1901 trb.trb_0 = xhci_slot_get_icp(sc, xs, 0); in xhci_configure_endpoint()
1944 trb.trb_0 = 0; in xhci_reset_endpoint()
1973 trb.trb_0 = 0; in xhci_stop_endpoint_cmd()
[all …]
Dxhcivar.h46 uint64_t trb_0; member
Dxhcireg.h401 uint64_t trb_0; member