Lines Matching refs:_gHPDGpioPin
753 MS_U8 _gHPDGpioPin = 0; variable
856 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Disable()
858 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Disable()
881 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Enable()
883 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Enable()
886 …MHal_HDMITxPM_Mask_Write(PMBK_PMSLEEP_REG_BASE, 0x0F, 1<<_gHPDGpioPin, 1<<_gHPDGpioPin); // GPIO_P… in MHal_HDMITx_Int_Enable()
906 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Clear()
908 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Clear()
932 if(_gHPDGpioPin != 0xC4) // HPD = I2S_GPIO4 in MHal_HDMITx_Int_Status()
934 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Status()
953 hpd_s = mdrv_gpio_get_level(_gHPDGpioPin); in MHal_HDMITx_GetRXStatus()
2586 _gHPDGpioPin = u8pin; in MHal_HDMITx_SetHPDGpioPin()