Lines Matching refs:_gHPDGpioPin
527 MS_U8 _gHPDGpioPin = 0; variable
630 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Disable()
632 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Disable()
655 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Enable()
657 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Enable()
660 …MHal_HDMITxPM_Mask_Write(PMBK_PMSLEEP_REG_BASE, 0x0F, 1<<_gHPDGpioPin, 1<<_gHPDGpioPin); // GPIO_P… in MHal_HDMITx_Int_Enable()
680 if(_gHPDGpioPin != 0xC4) // HPD != I2S_GPIO4 in MHal_HDMITx_Int_Clear()
682 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Clear()
706 if(_gHPDGpioPin != 0xC4) // HPD = I2S_GPIO4 in MHal_HDMITx_Int_Status()
708 u16reg_val = (_gHPDGpioPin > 10) ? (1<<(_gHPDGpioPin+4)) : (1<<_gHPDGpioPin); in MHal_HDMITx_Int_Status()
727 hpd_s = mdrv_gpio_get_level(_gHPDGpioPin); in MHal_HDMITx_GetRXStatus()
2100 _gHPDGpioPin = u8pin; in MHal_HDMITx_SetHPDGpioPin()