Searched refs:DSI_PORT_READ (Results 1 – 1 of 1) sorted by relevance
590 #define DSI_PORT_READ(offset) \ macro726 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps()756 bool ulps_currently_enabled = (DSI_PORT_READ(PHY_AFEC0) & in vc4_dsi_ulps()763 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) | phyc_ulps); in vc4_dsi_ulps()764 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps()768 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()769 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()782 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()783 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps()787 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()[all …]