Searched refs:PACKPP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | pm2fb.c | 198 #define PACKPP(p0, p1, p2) (((p2) << 6) | ((p1) << 3) | (p0)) macro 203 { 32, PACKPP(1, 0, 0) }, { 64, PACKPP(1, 1, 0) }, 204 { 96, PACKPP(1, 1, 1) }, { 128, PACKPP(2, 1, 1) }, 205 { 160, PACKPP(2, 2, 1) }, { 192, PACKPP(2, 2, 2) }, 206 { 224, PACKPP(3, 2, 1) }, { 256, PACKPP(3, 2, 2) }, 207 { 288, PACKPP( [all...] |