Home
last modified time | relevance | path

Searched defs:NCR5380_WRITE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dncr5380var.h68 # define NCR5380_WRITE(sc, reg, val) bus_space_write_1(sc->sc_regt, \ macro
73 # define NCR5380_WRITE(sc, reg, val) do { *(sc->reg) = val; } while (0) macro