Searched refs:last_trb_phys (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-trb.c147 zx_paddr_t last_trb_phys = first_trb_phys + (ring->size * sizeof(xhci_trb_t)); local
149 if (phys < first_trb_phys || phys > last_trb_phys) {

Completed in 18 milliseconds