Searched defs:a_blocks (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Doxu210hp-hcd.c486 int a_blocks; /* blocks allocated */ local
501 for (a_blocks = 1; a_blocks < n_blocks; a_blocks <<= 1)
506 i += max(a_blocks, (int)oxu->db_used[i])) {
509 for (j = 0; j < a_blocks; j++)
513 if (j != a_blocks)
520 qtd->qtd_buffer_len = BUFFER_SIZE * a_blocks;
521 oxu->db_used[i] = a_blocks;

Completed in 59 milliseconds