memc_read
bits |= memc_read(sc, offset);
bits = memc_read(sc, offset) & ~bits;
uint32_t memc_read(struct memc_softc *sc, int);