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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci.c265 size_t array_bytes = ERST_ARRAY_SIZE * sizeof(erst_entry_t); local
270 if (erst_offset + array_bytes > PAGE_SIZE) {
280 erst_offset = ROUNDUP_TO(erst_offset + array_bytes, 64);

Completed in 75 milliseconds