NCR5380_WRITE
# define NCR5380_WRITE(sc, reg, val) bus_space_write_1(sc->sc_regt, \
# define NCR5380_WRITE(sc, reg, val) do { *(sc->reg) = val; } while (0)