Home
last modified time | relevance | path

Searched refs:afec0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c711 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps() local
714 afec0 |= DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
716 afec0 &= ~DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
718 DSI_PORT_WRITE(PHY_AFEC0, afec0); in vc4_dsi_latch_ulps()
929 u32 afec0 = (VC4_SET_FIELD(7, DSI_PHY_AFEC0_PTATADJ) | in vc4_dsi_encoder_enable() local
933 afec0 |= DSI0_PHY_AFEC0_PD_DLANE1; in vc4_dsi_encoder_enable()
936 afec0 |= DSI0_PHY_AFEC0_RESET; in vc4_dsi_encoder_enable()
938 DSI_PORT_WRITE(PHY_AFEC0, afec0); in vc4_dsi_encoder_enable()
948 u32 afec0 = (VC4_SET_FIELD(7, DSI_PHY_AFEC0_PTATADJ) | in vc4_dsi_encoder_enable() local
957 afec0 | in vc4_dsi_encoder_enable()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c716 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps() local
719 afec0 |= DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
721 afec0 &= ~DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
723 DSI_PORT_WRITE(PHY_AFEC0, afec0); in vc4_dsi_latch_ulps()
943 u32 afec0 = (VC4_SET_FIELD(7, DSI_PHY_AFEC0_PTATADJ) | in vc4_dsi_bridge_pre_enable() local
947 afec0 |= DSI0_PHY_AFEC0_PD_DLANE1; in vc4_dsi_bridge_pre_enable()
950 afec0 |= DSI0_PHY_AFEC0_RESET; in vc4_dsi_bridge_pre_enable()
952 DSI_PORT_WRITE(PHY_AFEC0, afec0); in vc4_dsi_bridge_pre_enable()
962 u32 afec0 = (VC4_SET_FIELD(7, DSI_PHY_AFEC0_PTATADJ) | in vc4_dsi_bridge_pre_enable() local
971 afec0 | in vc4_dsi_bridge_pre_enable()
[all...]

Completed in 6 milliseconds