Searched refs:DSI_PORT_READ (Results 1 – 1 of 1) sorted by relevance
659 #define DSI_PORT_READ(offset) \ macro717 u32 afec0 = DSI_PORT_READ(PHY_AFEC0); in vc4_dsi_latch_ulps()747 bool ulps_currently_enabled = (DSI_PORT_READ(PHY_AFEC0) & in vc4_dsi_ulps()754 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) | phyc_ulps); in vc4_dsi_ulps()755 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps()759 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()760 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()773 DSI_PORT_WRITE(PHYC, DSI_PORT_READ(PHYC) & ~phyc_ulps); in vc4_dsi_ulps()774 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps()778 DSI_PORT_READ(STAT)); in vc4_dsi_ulps()[all …]