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