Searched refs:bVideoPmode (Results 1 – 3 of 3) sorted by relevance
222 MS_BOOL bVideoPmode = TRUE; in HAL_XC_DIP_GetWidth() local227 bVideoPmode = (SC_R2BYTEMSK(0, REG_SC_BK01_1E_L, BIT(11)) > 0) ? FALSE : TRUE; in HAL_XC_DIP_GetWidth()228 if ((( bVideoPmode == TRUE) && (u16MaxWith == UHD_WIDTH)) || in HAL_XC_DIP_GetWidth()229 (( bVideoPmode == FALSE) && (u16MaxWith == FHD_WIDTH)) in HAL_XC_DIP_GetWidth()
2123 MS_BOOL bVideoPmode = TRUE; in HAL_XC_DIP_SetWinProperty() local2128 bVideoPmode = (MDrv_ReadRegBit((REG_MVOP_BASE + 0x22), (BIT(7)))) ? FALSE : TRUE; in HAL_XC_DIP_SetWinProperty()2129 if ((( bVideoPmode == TRUE) && (u16MaxWith == UHD_WIDTH)) || in HAL_XC_DIP_SetWinProperty()2130 (( bVideoPmode == FALSE) && (u16MaxWith == FHD_WIDTH)) in HAL_XC_DIP_SetWinProperty()
2124 MS_BOOL bVideoPmode = TRUE; in HAL_XC_DIP_SetWinProperty() local2129 bVideoPmode = (MDrv_ReadRegBit((REG_MVOP_BASE + 0x22), (BIT(7)))) ? FALSE : TRUE; in HAL_XC_DIP_SetWinProperty()2130 if ((( bVideoPmode == TRUE) && (u16MaxWith == UHD_WIDTH)) || in HAL_XC_DIP_SetWinProperty()2131 (( bVideoPmode == FALSE) && (u16MaxWith == FHD_WIDTH)) in HAL_XC_DIP_SetWinProperty()