HomeSort by: relevance | last modified time | path
    Searched refs:SRF_WRITE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/dev/
sramvar.h 42 #define SRF_WRITE (0x0004)
sram.c 161 sc->sc_flags |= SRF_WRITE;
181 sc->sc_flags &= ~(SRF_READ|SRF_WRITE);
218 if ((sc->sc_flags & SRF_WRITE) == 0)

Completed in 12 milliseconds