Searched refs:DSI_PORT_READ (Results 1 – 1 of 1) sorted by relevance
585 #define DSI_PORT_READ(offset) \ macro664 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps()694 bool ulps_currently_enabled = (DSI_PORT_READ(PHY_AFEC0) & in vc4_dsi_ulps()701 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) | phyc_ulps); in vc4_dsi_ulps()702 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps()706 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()707 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()720 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()721 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps()725 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()[all …]