Searched refs:BITFIELD (Results 1 - 2 of 2) sorted by relevance

/arch/tile/kernel/
H A Dtile-desc_32.c1219 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
1224 BITFIELD(22, 9) /* index 0 */,
1336 BITFIELD(18, 4) /* index 513 */,
1342 BITFIELD(18, 4) /* index 530 */,
1348 BITFIELD(18, 4) /* index 547 */,
1354 BITFIELD(18, 4) /* index 564 */,
1360 BITFIELD(12, 2) /* index 581 */,
1362 BITFIELD(14, 2) /* index 586 */,
1364 BITFIELD(16, 2) /* index 591 */,
1366 BITFIELD(1
2289 #undef BITFIELD macro
[all...]
H A Dtile-desc_64.c1036 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
1041 BITFIELD(22, 9) /* index 0 */,
1158 BITFIELD(6, 2) /* index 513 */,
1160 BITFIELD(8, 2) /* index 518 */,
1162 BITFIELD(10, 2) /* index 523 */,
1164 BITFIELD(20, 2) /* index 528 */,
1166 BITFIELD(6, 2) /* index 533 */,
1168 BITFIELD(8, 2) /* index 538 */,
1170 BITFIELD(10, 2) /* index 543 */,
1172 BITFIELD(
1942 #undef BITFIELD macro
[all...]

Completed in 47 milliseconds