Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dsx8.c440 static const u32 msg_sizes[] = { 32, 64, 128, CARM_MSG_SIZE }; variable
446 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_lookup_bucket()
447 if (msg_size <= msg_sizes[i]) in carm_lookup_bucket()
457 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_init_buckets()
458 writel(msg_sizes[i], mmio + CARM_CMS0 + (4 * i)); in carm_init_buckets()