Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c717 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps() local
720 afec0 |= DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
724 DSI_PORT_WRITE(PHY_AFEC0, afec0); in vc4_dsi_latch_ulps()
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()
971 afec0 |= DSI1_PHY_AFEC0_PD_DLANE3; in vc4_dsi_bridge_pre_enable()
973 afec0 |= DSI1_PHY_AFEC0_PD_DLANE2; in vc4_dsi_bridge_pre_enable()
975 afec0 |= DSI1_PHY_AFEC0_PD_DLANE1; in vc4_dsi_bridge_pre_enable()
977 afec0 |= DSI1_PHY_AFEC0_RESET; in vc4_dsi_bridge_pre_enable()
[all …]