memc_write
memc_write(sc, UNINORTH_STA_OFFSET, UNINORTH_SLEEPING);
memc_write(sc, UNINORTH_POW_OFFSET, UNINORTH_POW_SLEEP);
memc_write(sc, UNINORTH_POW_OFFSET, UNINORTH_POW_NORMAL);
memc_write(sc, UNINORTH_STA_OFFSET, UNINORTH_RUNNING);
memc_write(sc, offset, bits);
memc_write(sc, offset, bits);
void memc_write(struct memc_softc *sc, int, uint32_t);