Lines Matching refs:u16BKOffset
270 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP14GetM0() local
273 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP14GetM0()
279 u16tmpData = MHalHdcpRegRead(DEF_HDCP14_RX_REG_BANK + u16BKOffset, 0x0E + cnt); in MHal_HDCP_HDCP14GetM0()
401 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxInit() local
403 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxInit()
406 …MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, BIT(10)| 0x0006, BIT(10)| 0x0006); in MHal_HDCP_HDCP2RxInit()
412 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxProcessCipher() local
415 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxProcessCipher()
418 …KOffset : RegOffset = 0x%X : 0x%X : 0x%X\r\n", __FUNCTION__, u8PortIdx, u16BKOffset, u16RegOffset); in MHal_HDCP_HDCP2RxProcessCipher()
429 MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, 0x0001); in MHal_HDCP_HDCP2RxProcessCipher()
434 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxSetSKEPass() local
436 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxSetSKEPass()
438 …MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, bEnable ? 0x0001 : 0x0000… in MHal_HDCP_HDCP2RxSetSKEPass()
444 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxFillCipherKey() local
447 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxFillCipherKey()
461 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxGetCipherState() local
464 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxGetCipherState()
466 *pu8State = MHalHdcpRegRead(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E) & 0x01; in MHal_HDCP_HDCP2RxGetCipherState()