PUTREG
#define PUTREG(sc, x, v) \
#define PUTREG(x, v) \
#define PUTREG(x,v) (REGVAL(x) = (v))
#define PUTREG(sc, x, v) \
#define PUTREG(sc, o, v) bus_space_write_4(sc->sc_st, sc->sc_sh, o, v)
#define PUTREG(sc, o, v) bus_space_write_4(sc->sc_st, sc->sc_sh, o, v)
#define PUTREG(sc, x, v) \
#define PUTREG(off, v) bus_space_write_1(bst_r, regs, (off), (v))
#define PUTREG(sc, x, v) \