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

/linux-master/drivers/video/fbdev/
H A Damifb.c645 #define CWAIT(x, y) (((y) & 0x1fe) << 23 | ((x) & 0x7f0) << 13 | 0x0001fffe) macro
2139 copdisplay.wait->l = CWAIT(32, par->diwstrt_v - 4);
2175 (copl++)->l = CWAIT(h_end1, 510);
2179 (copl++)->l = CWAIT(h_end1, line);
2181 (copl++)->l = CWAIT(h_end2, line);
2209 (cops++)->l = CWAIT(h_end1, 510);
2213 (cops++)->l = CWAIT(h_end1, line);
2215 (cops++)->l = CWAIT(h_end2, line);
2249 (copl++)->l = CWAIT(0, 10);
2257 (cops++)->l = CWAIT(
[all...]

Completed in 495 milliseconds