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

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddora9211.c147 unsigned long DPanelType; local in function:Dorado_Get_9211_Details
159 DPanelType = Dorado9211ReadReg(0x430);
161 if ((DPanelType & 0xFFFF0000) == 0x92110000) { /* found 9211 */
163 if (DPanelType >= 0x92110301)
165 else if ((DPanelType >= 0x92110101) && (DPanelType < 0x92110301))
178 DPanelType = Dorado9211ReadReg(0x438);
179 DPanelType &= 0x00e8e8e8;
180 DPanelType |= 0x00170000;
181 Dorado9211WriteReg(0x438, DPanelType);
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddora9211.c38 unsigned long DPanelType; local in function:Dorado_Get_9211_Details
50 DPanelType = Dorado9211ReadReg(0x430);
52 if ((DPanelType & 0xFFFF0000) == 0x92110000) { /* found 9211 */
54 if (DPanelType >= 0x92110301)
56 else if ((DPanelType >= 0x92110101) && (DPanelType < 0x92110301))
70 DPanelType = Dorado9211ReadReg(0x438);
71 DPanelType &= 0x00e8e8e8;
72 DPanelType |= 0x00170000;
73 Dorado9211WriteReg(0x438, DPanelType);
[all...]

Completed in 3 milliseconds