GET32
#define GET32(x) \
#define GET32(sc, r) radeonfb_get32(sc, r)
#define GET32(p) (((p)[0] << 24) | ((p)[1] << 16) | ((p)[2] << 8) | (p)[3])