Lines Matching refs:Panel_2Byte
176 unsigned char Panel_2Byte;
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 = (unsigned char)PanelTypeOrg;
198 Panel_2Byte = (Panel_2Byte >> (DRD_LCDRESGPIO4 - DRD_LCDRESGPIO3 - 1));
199 DPanelType = (DPanelType | ((unsigned int)Panel_2Byte << 8));