Searched refs:GX_XY (Results 1 - 2 of 2) sorted by relevance

/src/sys/arch/evbppc/nintendo/dev/
H A Dgxreg.h107 #define GX_XY(x, y) (((uint32_t)(y) << 10) | (x)) macro
H A Dwiifb.c443 wiifb_gx_bp_load(sc, 0x59000000 | GX_XY(xo >> 1, yo >> 1));
551 wiifb_gx_bp_load(sc, 0x49000000 | GX_XY(0, 0));
553 GX_XY(WIIFB_RGB_WIDTH - 1, WIIFB_RGB_HEIGHT - 1));

Completed in 4 milliseconds