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

/linux-master/drivers/video/fbdev/
H A Damifb.c643 #define CMOVE(val, reg) (CUSTOM_OFS(reg) << 16 | (val)) macro
2113 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0);
2114 (cop++)->l = CMOVE(0x0181, diwstrt);
2115 (cop++)->l = CMOVE(0x0281, diwstop);
2116 (cop++)->l = CMOVE(0x0000, diwhigh);
2118 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0);
2121 (cop++)->l = CMOVE(0, spr[i].pos);
2122 (cop++)->l = CMOVE(highw(p), sprpt[i]);
2126 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq);
2129 (cop++)->l = CMOVE(
[all...]

Completed in 129 milliseconds