Home
last modified time | relevance | path

Searched refs:B_TX_HDCP_RST_HDMITX (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c1833 …it6161_hdmi_tx_write(it6161, REG_TX_SW_RST, sw_reset | B_TX_HDCP_RST_HDMITX); // @emily ch… in it6161_hdmi_tx_abort_ddc()
2620 it6161_hdmi_tx_set_bits(it6161, REG_TX_SW_RST, B_TX_HDCP_RST_HDMITX, B_TX_HDCP_RST_HDMITX); in hdmi_tx_hdcp_reset_auth()
3229 it6161_hdmi_tx_set_bits(it6161, REG_TX_SW_RST, B_TX_HDCP_RST_HDMITX, 0x00); in TxHDCP_fsm()
3942 it6161_hdmi_tx_set_bits(it6161, REG_TX_SW_RST, B_TX_HDCP_RST_HDMITX, 0x00); in hdmi_tx_hdcp_auth_process()
4358 …6161_hdmi_tx_write(it6161, REG_TX_SW_RST, B_HDMITX_AUD_RST | B_TX_AREF_RST | B_TX_HDCP_RST_HDMITX); in hdmi_tx_enable_video_output()
H A Dite_it6161_hdmi_tx.h580 #define B_TX_HDCP_RST_HDMITX (1<<0) macro