Lines Matching refs:x2
112 static void G2_SetWnd0Position(int x1, int y1, int x2, int y2);
113 static void G2_SetWnd1Position(int x1, int y1, int x2, int y2);
149 static void G2S_SetWnd0Position(int x1, int y1, int x2, int y2);
150 static void G2S_SetWnd1Position(int x1, int y1, int x2, int y2);
454 static inline void G2_SetWnd0Position(int x1, int y1, int x2, int y2) in G2_SetWnd0Position() argument
461 ((x2 << REG_G2_WIN0H_RIGHTX_SHIFT) & REG_G2_WIN0H_RIGHTX_MASK)); in G2_SetWnd0Position()
480 static inline void G2_SetWnd1Position(int x1, int y1, int x2, int y2) in G2_SetWnd1Position() argument
487 ((x2 << REG_G2_WIN1H_RIGHTX_SHIFT) & REG_G2_WIN1H_RIGHTX_MASK)); in G2_SetWnd1Position()
955 static inline void G2S_SetWnd0Position(int x1, int y1, int x2, int y2) in G2S_SetWnd0Position() argument
962 ((x2 << REG_G2S_DB_WIN0H_RIGHTX_SHIFT) & in G2S_SetWnd0Position()
982 static inline void G2S_SetWnd1Position(int x1, int y1, int x2, int y2) in G2S_SetWnd1Position() argument
989 ((x2 << REG_G2S_DB_WIN1H_RIGHTX_SHIFT) & in G2S_SetWnd1Position()