gfx_on_off
static inline void gfx_on_off(int, volatile void *);
gfx_on_off(1, ba);
gfx_on_off(0, ba);
gfx_on_off(on > 0 ? 0 : 1, ba);