Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1411 val &= ~(VC4_HDMI_CEC_TX_SW_RESET | VC4_HDMI_CEC_RX_SW_RESET | in vc4_hdmi_cec_adap_enable()
1418 VC4_HDMI_CEC_TX_SW_RESET | VC4_HDMI_CEC_RX_SW_RESET); in vc4_hdmi_cec_adap_enable()
1441 VC4_HDMI_CEC_TX_SW_RESET | VC4_HDMI_CEC_RX_SW_RESET); in vc4_hdmi_cec_adap_enable()
Dvc4_regs.h655 # define VC4_HDMI_CEC_RX_SW_RESET BIT(26) macro