Lines Matching refs:y2
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
457 SDK_MINMAX_ASSERT(y2, 0, 192); in G2_SetWnd0Position()
464 ((y2 << REG_G2_WIN0V_DOWNY_SHIFT) & REG_G2_WIN0V_DOWNY_MASK)); in G2_SetWnd0Position()
480 static inline void G2_SetWnd1Position(int x1, int y1, int x2, int y2) in G2_SetWnd1Position() argument
483 SDK_MINMAX_ASSERT(y2, 0, 192); in G2_SetWnd1Position()
490 ((y2 << REG_G2_WIN1V_DOWNY_SHIFT) & REG_G2_WIN1V_DOWNY_MASK)); in G2_SetWnd1Position()
955 static inline void G2S_SetWnd0Position(int x1, int y1, int x2, int y2) in G2S_SetWnd0Position() argument
958 SDK_MINMAX_ASSERT(y2, 0, 192); in G2S_SetWnd0Position()
966 ((y2 << REG_G2S_DB_WIN0V_DOWNY_SHIFT) & REG_G2S_DB_WIN0V_DOWNY_MASK)); in G2S_SetWnd0Position()
982 static inline void G2S_SetWnd1Position(int x1, int y1, int x2, int y2) in G2S_SetWnd1Position() argument
985 SDK_MINMAX_ASSERT(y2, 0, 192); in G2S_SetWnd1Position()
993 ((y2 << REG_G2S_DB_WIN1V_DOWNY_SHIFT) & REG_G2S_DB_WIN1V_DOWNY_MASK)); in G2S_SetWnd1Position()