Searched refs:masked_point (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtridentfb.c254 #define masked_point(x,y) ((y & 0xffff)<<16|(x & 0xffff)) macro
325 writemmr(0x2140,masked_point(h,w));
326 writemmr(0x2138,masked_point(y,x));
358 writemmr(0x213C,masked_point(y1_tmp,x1_tmp));
359 writemmr(0x2138,masked_point(y2_tmp,x2_tmp));
360 writemmr(0x2140,masked_point(h,w));

Completed in 92 milliseconds