Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c3463 if((B_TX_INT_HPD_PLUG|B_TX_INT_RX_SENSE)&it6161_hdmi_tx_read(it6161, REG_TX_INT_STAT1)) in hdmi_tx_hdcp_auth_process_Repeater()
3472 if((B_TX_INT_HPD_PLUG|B_TX_INT_RX_SENSE)&it6161_hdmi_tx_read(it6161, REG_TX_INT_STAT1)) in hdmi_tx_hdcp_auth_process_Repeater()
3481 if((B_TX_INT_HPD_PLUG|B_TX_INT_RX_SENSE)&it6161_hdmi_tx_read(it6161, REG_TX_INT_STAT1)) in hdmi_tx_hdcp_auth_process_Repeater()
3530 if((B_TX_INT_HPD_PLUG|B_TX_INT_RX_SENSE)&it6161_hdmi_tx_read(it6161, REG_TX_INT_STAT1)) in hdmi_tx_hdcp_auth_process_Repeater()
3601 if((B_TX_INT_HPD_PLUG|B_TX_INT_RX_SENSE)&it6161_hdmi_tx_read(it6161, REG_TX_INT_STAT1)) in hdmi_tx_hdcp_auth_process_Repeater()
6284 if(reg06 & B_TX_INT_HPD_PLUG) { in it6161_hdmi_tx_interrupt_reg06_process()
H A Dite_it6161_hdmi_tx.h596 #define B_TX_INT_HPD_PLUG (1<<0) macro