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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c3778 u8 pxw[16]; local
3810 pxw[i] = (u8)val;
3813 pxw[14] = 0;
3814 pxw[15] = 0;
3817 u32 val = (pxw[i*4] << 24) | (pxw[(i*4)+1] << 16) |
3818 (pxw[(i*4)+2] << 8) | (pxw[(i*4)+3]);

Completed in 22 milliseconds