Home
last modified time | relevance | path

Searched refs:stAutoDownloadConfigInfo (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c10026 ST_KDRV_XC_AUTODOWNLOAD_CONFIG_INFO stAutoDownloadConfigInfo; in MDrv_XC_AutoDownload_Config() local
10027 memset(&stAutoDownloadConfigInfo, 0, sizeof(ST_KDRV_XC_AUTODOWNLOAD_CONFIG_INFO)); in MDrv_XC_AutoDownload_Config()
10028 stAutoDownloadConfigInfo.bEnable = pstConfigInfo->bEnable; in MDrv_XC_AutoDownload_Config()
10029 stAutoDownloadConfigInfo.enClient = enKDrvClient; in MDrv_XC_AutoDownload_Config()
10030 stAutoDownloadConfigInfo.enMode = enKDrvMode; in MDrv_XC_AutoDownload_Config()
10031 stAutoDownloadConfigInfo.phyBaseAddr = pstConfigInfo->phyBaseAddr; in MDrv_XC_AutoDownload_Config()
10032 stAutoDownloadConfigInfo.u32Size = pstConfigInfo->u32Size; in MDrv_XC_AutoDownload_Config()
10036 stAutoDownloadConfigInfo.u32MiuNo = 2; in MDrv_XC_AutoDownload_Config()
10043 stAutoDownloadConfigInfo.u32MiuNo = 1; in MDrv_XC_AutoDownload_Config()
10048 stAutoDownloadConfigInfo.u32MiuNo = 0; in MDrv_XC_AutoDownload_Config()
[all …]
H A Dmdrv_sc_display.c.010024 ST_KDRV_XC_AUTODOWNLOAD_CONFIG_INFO stAutoDownloadConfigInfo;
10025 memset(&stAutoDownloadConfigInfo, 0, sizeof(ST_KDRV_XC_AUTODOWNLOAD_CONFIG_INFO));
10026 stAutoDownloadConfigInfo.bEnable = pstConfigInfo->bEnable;
10027 stAutoDownloadConfigInfo.enClient = enKDrvClient;
10028 stAutoDownloadConfigInfo.enMode = enKDrvMode;
10029 stAutoDownloadConfigInfo.phyBaseAddr = pstConfigInfo->phyBaseAddr;
10030 stAutoDownloadConfigInfo.u32Size = pstConfigInfo->u32Size;
10034 stAutoDownloadConfigInfo.u32MiuNo = 2;
10041 stAutoDownloadConfigInfo.u32MiuNo = 1;
10046 stAutoDownloadConfigInfo.u32MiuNo = 0;
[all …]