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

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddora9211.c176 unsigned char Panel_2Byte; local in function:Dorado_Get_9211_Details
187 Panel_2Byte = (unsigned char)PanelTypeOrg;
188 Panel_2Byte = (Panel_2Byte >> (DRD_LCDRESGPIO2 - DRD_LCDRESGPIO1 - 1));
189 DPanelType = (DPanelType | ((unsigned int)Panel_2Byte << 8));
192 Panel_2Byte = (unsigned char)PanelTypeOrg;
193 Panel_2Byte = (Panel_2Byte >> (DRD_LCDRESGPIO3 - DRD_LCDRESGPIO2 - 1));
194 DPanelType = (DPanelType | ((unsigned int)Panel_2Byte << 8));
197 Panel_2Byte
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddora9211.c68 unsigned char Panel_2Byte; local in function:Dorado_Get_9211_Details
79 Panel_2Byte = (unsigned char) PanelTypeOrg;
80 Panel_2Byte = (Panel_2Byte >> (DRD_LCDRESGPIO2 - DRD_LCDRESGPIO1 - 1));
81 DPanelType = (DPanelType | ((unsigned int) Panel_2Byte << 8));
84 Panel_2Byte = (unsigned char) PanelTypeOrg;
85 Panel_2Byte = (Panel_2Byte >> (DRD_LCDRESGPIO3 - DRD_LCDRESGPIO2 - 1));
86 DPanelType = (DPanelType | ((unsigned int) Panel_2Byte << 8));
89 Panel_2Byte
[all...]

Completed in 5 milliseconds