Home
last modified time | relevance | path

Searched refs:_stDac_DacPowerState (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dac/api/dac/
H A DapiDAC.c495 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.u32NPMBase = virtPMBaseAddr; in MApi_DAC_Init_U2()
496 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.u32PMBase = virtPMBaseAddr; in MApi_DAC_Init_U2()
539 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.bHDDACEnable = bEnable; in MApi_DAC_Enable_U2()
540 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.bDACIsYPbPr = bIsYPbPr; in MApi_DAC_Enable_U2()
544 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.bSDDACEnable = bEnable; in MApi_DAC_Enable_U2()
559 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.HDOutputType = DAC_TO_HDGEN; in MApi_DAC_Enable_U2()
560 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.HDMaxOutputLevel = DAC_OUTPUT_LEVEL_LOW; in MApi_DAC_Enable_U2()
561 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.HDSwapSEL = E_DAC_R_B_G; in MApi_DAC_Enable_U2()
569 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.SDOutputType = DAC_TO_VE; in MApi_DAC_Enable_U2()
570 pDACResourcePrivate->stapiDAC._stDac_DacPowerState.SDMaxOutputLevel = DAC_OUTPUT_LEVEL_HIGH; in MApi_DAC_Enable_U2()
[all …]
H A DapiDAC_v2.c124 …(pDACResourcePrivate->stapiDAC._stDac_DacPowerState.DACTable, 0, sizeof(pDACResourcePrivate->stapi… in DACRegisterToUtopia()
125 …pDACResourcePrivate->stapiDAC._stDac_DacPowerState.u8DACtype, 0, sizeof(pDACResourcePrivate->stapi… in DACRegisterToUtopia()
126 …pDACResourcePrivate->stapiDAC._stDac_DacPowerState.OutputVideoTimingType_now = E_RES_720x480I_60Hz; in DACRegisterToUtopia()
127 …pDACResourcePrivate->stapiDAC._stDac_DacPowerState.OutputVideoTimingType_SC0 = E_RES_720x480I_60Hz; in DACRegisterToUtopia()
128 …pDACResourcePrivate->stapiDAC._stDac_DacPowerState.OutputVideoTimingType_SC1 = E_RES_720x480I_60Hz; in DACRegisterToUtopia()
H A DapiDAC_private.h204 MS_DAC_Info _stDac_DacPowerState; member