Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Doxu210hp-hcd.c886 int a_blocks; /* blocks allocated */ in oxu_buf_alloc() local
901 for (a_blocks = 1; a_blocks < n_blocks; a_blocks <<= 1) in oxu_buf_alloc()
906 i += max_t(int, a_blocks, oxu->db_used[i])) { in oxu_buf_alloc()
909 for (j = 0; j < a_blocks; j++) in oxu_buf_alloc()
913 if (j != a_blocks) in oxu_buf_alloc()
920 qtd->qtd_buffer_len = BUFFER_SIZE * a_blocks; in oxu_buf_alloc()
921 oxu->db_used[i] = a_blocks; in oxu_buf_alloc()