Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dsx8.c446 static const u32 msg_sizes[] = { 32, 64, 128, CARM_MSG_SIZE }; variable
452 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_lookup_bucket()
453 if (msg_size <= msg_sizes[i]) in carm_lookup_bucket()
463 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_init_buckets()
464 writel(msg_sizes[i], mmio + CARM_CMS0 + (4 * i)); in carm_init_buckets()