Searched refs:reg_G2_WININ (Results 1 – 4 of 4) sorted by relevance
293 tmp = ((reg_G2_WININ & ~REG_G2_WININ_WIN0IN_MASK) | ((u32)wnd << REG_G2_WININ_WIN0IN_SHIFT)); in G2_SetWnd0InsidePlane()300 reg_G2_WININ = (u16)tmp; in G2_SetWnd0InsidePlane()334 tmp = ((reg_G2_WININ & ~REG_G2_WININ_WIN1IN_MASK) | ((u32)wnd << REG_G2_WININ_WIN1IN_SHIFT)); in G2_SetWnd1InsidePlane()341 reg_G2_WININ = (u16)tmp; in G2_SetWnd1InsidePlane()
170 reg_G2_WININ = 0; in GX_Init()
230 #define reg_G2_WININ (*( REGType16v *) REG_WININ_ADDR) macro