Lines Matching refs:GXWndPlane
48 GXWndPlane; typedef
313 static inline GXWndPlane G2_GetWnd0InsidePlane(void) in G2_GetWnd0InsidePlane()
315 return *(volatile GXWndPlane *)(REG_WININ_ADDR); in G2_GetWnd0InsidePlane()
354 static inline GXWndPlane G2_GetWnd1InsidePlane(void) in G2_GetWnd1InsidePlane()
356 return *(volatile GXWndPlane *)(REG_WININ_ADDR + 1); in G2_GetWnd1InsidePlane()
395 static inline GXWndPlane G2_GetWndOutsidePlane(void) in G2_GetWndOutsidePlane()
397 return *(volatile GXWndPlane *)(REG_WINOUT_ADDR); in G2_GetWndOutsidePlane()
436 static inline GXWndPlane G2_GetWndOBJInsidePlane(void) in G2_GetWndOBJInsidePlane()
438 return *(volatile GXWndPlane *)(REG_WINOUT_ADDR + 1); in G2_GetWndOBJInsidePlane()
812 static inline GXWndPlane G2S_GetWnd0InsidePlane(void) in G2S_GetWnd0InsidePlane()
814 return *(volatile GXWndPlane *)(REG_DB_WININ_ADDR); in G2S_GetWnd0InsidePlane()
854 static inline GXWndPlane G2S_GetWnd1InsidePlane(void) in G2S_GetWnd1InsidePlane()
856 return *(volatile GXWndPlane *)(REG_DB_WININ_ADDR + 1); in G2S_GetWnd1InsidePlane()
896 static inline GXWndPlane G2S_GetWndOutsidePlane(void) in G2S_GetWndOutsidePlane()
898 return *(volatile GXWndPlane *)(REG_DB_WINOUT_ADDR); in G2S_GetWndOutsidePlane()
937 static inline GXWndPlane G2S_GetWndOBJInsidePlane(void) in G2S_GetWndOBJInsidePlane()
939 return *(volatile GXWndPlane *)(REG_DB_WINOUT_ADDR + 1); in G2S_GetWndOBJInsidePlane()