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, 0x0006, 0x0006); in MHal_HDCP_HDCP2RxInit()
412 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxProcessCipher() local
415 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxProcessCipher()
427 MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, 0x0001); in MHal_HDCP_HDCP2RxProcessCipher()
432 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxSetSKEPass() local
434 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxSetSKEPass()
436 …MHalHdcpRegMaskWrite(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E, 0x0001, bEnable ? 0x0001 : 0x0000… in MHal_HDCP_HDCP2RxSetSKEPass()
442 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxFillCipherKey() local
445 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxFillCipherKey()
459 MS_U16 u16BKOffset = 0x00; in MHal_HDCP_HDCP2RxGetCipherState() local
462 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxGetCipherState()
464 *pu8State = MHalHdcpRegRead(DEF_HDCP22_RX_REG_BANK + u16BKOffset, 0x4E) & 0x01; in MHal_HDCP_HDCP2RxGetCipherState()