Lines Matching refs:_gHPDGpioPin
564 MS_U8 _gHPDGpioPin = 0; variable
667 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Disable()
669 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Disable()
692 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Enable()
694 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Enable()
697 …MHal_HDMITxPM_Mask_Write(PMBK_PMSLEEP_REG_BASE, 0x0F, 1<<_gHPDGpioPin, 1<<_gHPDGpioPin); // GPIO_P… in MHal_HDMITx_Int_Enable()
717 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Clear()
719 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Clear()
743 if(_gHPDGpioPin != 0xC4) // HPD = I2S_GPIO4 in MHal_HDMITx_Int_Status()
745 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Status()
764 hpd_s = mdrv_gpio_get_level(_gHPDGpioPin); in MHal_HDMITx_GetRXStatus()
2131 _gHPDGpioPin = u8pin; in MHal_HDMITx_SetHPDGpioPin()