Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dsx8.c551 static const u32 msg_sizes[] = { 32, 64, 128, CARM_MSG_SIZE }; variable
557 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_lookup_bucket()
558 if (msg_size <= msg_sizes[i]) in carm_lookup_bucket()
568 for (i = 0; i < ARRAY_SIZE(msg_sizes); i++) in carm_init_buckets()
569 writel(msg_sizes[i], mmio + CARM_CMS0 + (4 * i)); in carm_init_buckets()