Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c2618 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, 0x00); in hdmi_tx_hdcp_reset_auth()
2763 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, B_TX_LISTFAIL | B_TX_LISTDONE); in hdmitx_hdcp_CancelRepeaterAuthenticate()
2764 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, 0x00); in hdmitx_hdcp_CancelRepeaterAuthenticate()
2770 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, B_TX_LISTDONE); in hdmitx_hdcp_ResumeRepeaterAuthenticate()
2771 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, 0x00); in hdmitx_hdcp_ResumeRepeaterAuthenticate()
3235 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL,0); in TxHDCP_fsm()
3887 it6161_hdmi_tx_set_bits(it6161, REG_TX_LISTCTRL, B_TX_LISTDONE , B_TX_LISTDONE);
3889 …it6161_hdmi_tx_set_bits(it6161, REG_TX_LISTCTRL, B_TX_LISTDONE | B_TX_LISTFAIL, B_TX_LISTDONE | B_…
3891 it6161_hdmi_tx_set_bits(it6161, REG_TX_LISTCTRL, B_TX_LISTDONE | B_TX_LISTFAIL, 0x00);
3943 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, 0x00); in hdmi_tx_hdcp_auth_process()
H A Dite_it6161_hdmi_tx.h1577 #define REG_TX_LISTCTRL 0x22 macro