Home
last modified time | relevance | path

Searched refs:two2word (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dfbcon-iplan2p8.c159 static const u32 two2word[] = variable
170 *rv1 = two2word[c & 4]; in expand8ql()
171 *rv2 = two2word[(c >> 2) & 4]; in expand8ql()
172 *rv3 = two2word[(c >> 4) & 4]; in expand8ql()
173 *rv4 = two2word[c >> 6]; in expand8ql()
Dfbcon-iplan2p4.c130 static const u32 two2word[] = { variable
140 *ret1 = two2word[c & 3]; in expand4dl()
141 *ret2 = two2word[c >> 2]; in expand4dl()
Dfbcon-iplan2p2.c124 static const u32 two2word[] = { variable
134 return two2word[c]; in expand2l()