Lines Matching defs:cluster
427 u32 cluster;
430 /* 16 bit dest mask, 16 bit cluster id */
432 cluster = (dest >> 16) << 4;
436 cluster = 0;
438 /* 4 bit desk mask, 4 bit cluster id */
440 cluster = (dest >> 4) << 2;
443 /* Nothing to do if there are no destinations in the cluster. */
459 cluster + i, icrl);
553 u32 cluster, index;
558 cluster = 0;
560 cluster = (ldr >> 4);
561 if (cluster >= 0xf)
571 index += (cluster << 2);