Searched refs:DSI_PORT_READ (Results 1 – 1 of 1) sorted by relevance
650 #define DSI_PORT_READ(offset) \ macro708 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps()738 bool ulps_currently_enabled = (DSI_PORT_READ(PHY_AFEC0) & in vc4_dsi_ulps()745 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) | phyc_ulps); in vc4_dsi_ulps()746 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps()750 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()751 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()764 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()765 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps()769 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()[all …]