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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci.c263 zx_off_t erst_offset = 256 * sizeof(uint64_t); local
270 if (erst_offset + array_bytes > PAGE_SIZE) {
275 xhci->erst_arrays[i] = (void *)xhci->dcbaa + erst_offset;
276 xhci->erst_arrays_phys[i] = xhci->dcbaa_phys + erst_offset;
280 erst_offset = ROUNDUP_TO(erst_offset + array_bytes, 64);

Completed in 37 milliseconds