Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c2763 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, B_TX_LISTFAIL | B_TX_LISTDONE); in hdmitx_hdcp_CancelRepeaterAuthenticate()
2770 it6161_hdmi_tx_write(it6161, REG_TX_LISTCTRL, B_TX_LISTDONE); in hdmitx_hdcp_ResumeRepeaterAuthenticate()
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);
H A Dite_it6161_hdmi_tx.h1579 #define B_TX_LISTDONE (1<<0) macro