Lines Matching refs:_gHPDGpioPin
576 MS_U8 _gHPDGpioPin = 0; variable
679 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Disable()
681 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Disable()
704 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Enable()
706 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Enable()
709 …MHal_HDMITxPM_Mask_Write(PMBK_PMSLEEP_REG_BASE, 0x0F, 1<<_gHPDGpioPin, 1<<_gHPDGpioPin); // GPIO_P… in MHal_HDMITx_Int_Enable()
729 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Clear()
731 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Clear()
755 if(_gHPDGpioPin != 0xC4) // HPD = I2S_GPIO4 in MHal_HDMITx_Int_Status()
757 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Status()
776 hpd_s = mdrv_gpio_get_level(_gHPDGpioPin); in MHal_HDMITx_GetRXStatus()
2185 _gHPDGpioPin = u8pin; in MHal_HDMITx_SetHPDGpioPin()