Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hdmi.c151 HDMI_REG(VC4_HDMI_RAM_PACKET_CONFIG),
353 HDMI_WRITE(VC4_HDMI_RAM_PACKET_CONFIG, in vc4_hdmi_stop_packet()
354 HDMI_READ(VC4_HDMI_RAM_PACKET_CONFIG) & ~BIT(packet_id)); in vc4_hdmi_stop_packet()
371 WARN_ONCE(!(HDMI_READ(VC4_HDMI_RAM_PACKET_CONFIG) & in vc4_hdmi_write_infoframe()
400 HDMI_WRITE(VC4_HDMI_RAM_PACKET_CONFIG, in vc4_hdmi_write_infoframe()
401 HDMI_READ(VC4_HDMI_RAM_PACKET_CONFIG) | BIT(packet_id)); in vc4_hdmi_write_infoframe()
479 HDMI_WRITE(VC4_HDMI_RAM_PACKET_CONFIG, 0); in vc4_hdmi_encoder_disable()
650 HDMI_WRITE(VC4_HDMI_RAM_PACKET_CONFIG, in vc4_hdmi_encoder_enable()
651 HDMI_READ(VC4_HDMI_RAM_PACKET_CONFIG) & in vc4_hdmi_encoder_enable()
672 HDMI_WRITE(VC4_HDMI_RAM_PACKET_CONFIG, in vc4_hdmi_encoder_enable()
[all …]
Dvc4_regs.h525 #define VC4_HDMI_RAM_PACKET_CONFIG 0x0a0 macro