Searched refs:CWAIT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | amifb.c | 645 #define CWAIT(x, y) (((y) & 0x1fe) << 23 | ((x) & 0x7f0) << 13 | 0x0001fffe) macro 2139 copdisplay.wait->l = CWAIT(32, par->diwstrt_v - 4); in ami_reinit_copper() 2175 (copl++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper() 2179 (copl++)->l = CWAIT(h_end1, line); in ami_rebuild_copper() 2181 (copl++)->l = CWAIT(h_end2, line); in ami_rebuild_copper() 2209 (cops++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper() 2213 (cops++)->l = CWAIT(h_end1, line); in ami_rebuild_copper() 2215 (cops++)->l = CWAIT(h_end2, line); in ami_rebuild_copper() 2249 (copl++)->l = CWAIT(0, 10); in ami_build_copper() 2257 (cops++)->l = CWAIT(0, 10); in ami_build_copper()
|