Searched refs:DISPPLANE_SEL_PIPE_MASK (Results 1 – 2 of 2) sorted by relevance
104 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane()106 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane()112 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane()114 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane()
2347 #define DISPPLANE_SEL_PIPE_MASK (1<<24) macro