Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_dsi.c594 #define DSI_PORT_BIT(bit) (dsi->port ? DSI1_##bit : DSI0_##bit) macro
729 afec0 |= DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
731 afec0 &= ~DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS); in vc4_dsi_latch_ulps()
740 u32 phyc_ulps = ((non_continuous ? DSI_PORT_BIT(PHYC_CLANE_ULPS) : 0) | in vc4_dsi_ulps()
757 DSI_PORT_BIT(PHY_AFEC0_LATCH_ULPS)); in vc4_dsi_ulps()
921 DSI_PORT_BIT(CTRL_RESET_FIFOS)); in vc4_dsi_encoder_enable()
1074 DSI_PORT_BIT(PHYC_CLANE_ENABLE) | in vc4_dsi_encoder_enable()
1076 0 : DSI_PORT_BIT(PHYC_HS_CLK_CONTINUOUS)) | in vc4_dsi_encoder_enable()
1292 DSI_PORT_BIT(CTRL_RESET_FIFOS)); in vc4_dsi_host_transfer()