Lines Matching defs:offset
101 unsigned int offset;
104 offset = cluster * 16 + cpu * 4;
106 offset = cluster * 16 + cpu * 4 + 1;
110 val |= (0x01 << offset);
133 unsigned int offset;
136 offset = cluster * 4;
138 offset = cluster * 4 + 1;
142 val |= (0x01 << offset);
164 unsigned int offset;
166 offset = cluster * 16 + cpu * 4 + 2;
170 val |= (0x01 << offset);
180 unsigned int offset;
182 offset = cluster * 4 + 1;
187 val |= (0x01 << offset);