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()
339 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxInit() local
343 MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0006, 0x0006); in MHal_HDCP_HDCP2RxInit()
349 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxProcessCipher() local
361 MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, 0x0001); in MHal_HDCP_HDCP2RxProcessCipher()
366 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxSetSKEPass() local
370 …MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, bEnable ? 0x0001 : 0x0000… in MHal_HDCP_HDCP2RxSetSKEPass()
376 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxFillCipherKey() local
390 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxGetCipherState() local
393 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxGetCipherState()
395 *pu8State = MHalHdcpRegRead(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E) & 0x01; in MHal_HDCP_HDCP2RxGetCipherState()