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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dtrident.h68 #define DISPLAY_FP 1 macro
70 #define flatpanel (displaytype == DISPLAY_FP)
H A Dcyblafb.h28 #define DISPLAY_FP 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c551 if ((displaytype == DISPLAY_FP) && nativex && var->xres > nativex)
833 if ((displaytype == DISPLAY_FP) && var->xres < nativex) {
1005 if (displaytype == DISPLAY_FP)
1095 if (displaytype == DISPLAY_FP)
1390 return DISPLAY_FP;
1393 return (read3CE(GR33) & 0x10) ? DISPLAY_FP : DISPLAY_CRT;
1521 if (displaytype == DISPLAY_FP)
1640 displaytype = DISPLAY_FP;
H A Dtridentfb.c662 return DISPLAY_FP;
665 return (read3CE(FPConfig) & 0x10)?DISPLAY_FP:DISPLAY_CRT;
1251 displaytype = DISPLAY_FP;

Completed in 54 milliseconds