Home
last modified time | relevance | path

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

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