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

  /src/sys/arch/acorn32/podulebus/
netslot.c 53 #define WriteByte(a, b) \
67 WriteByte(address, 0);
88 WriteByte(NETSLOT_BASE, 0x00);
asc.c 256 WriteByte(sc->sc_pagereg, 0x80);
258 WriteByte(sc->sc_pagereg, 0x00);
290 WriteByte(sc->sc_pagereg, 0x40);
if_ie.c 205 WriteByte(sc->sc_fastbase + (IE_CONTROL<<2), IE_CONT_CLI);
215 WriteByte ( sc->sc_control + (IE_CONTROL<<2), IE_CONT_ATTN );
225 WriteByte ( sc->sc_control + (IE_PAGE<<2), IE_COFF2PAGE(off) );
350 WriteByte ( sc->sc_fastbase + (IE_CONTROL<<2), IE_CONT_RESET );
352 WriteByte ( sc->sc_fastbase + (IE_CONTROL<<2), 0 );
podulebus.c 66 #define WriteByte(a, b) \
  /src/sys/external/bsd/acpica/dist/compiler/
asllistsup.c 555 goto WriteByte;
595 WriteByte:
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 226 public override void WriteByte(byte value)

Completed in 14 milliseconds