Home
last modified time | relevance | path

Searched refs:WriteByte (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/acorn32/podulebus/
Dnetslot.c53 #define WriteByte(a, b) \ macro
67 WriteByte(address, 0); in netslotread()
88 WriteByte(NETSLOT_BASE, 0x00); in netslotscan()
Dasc.c256 WriteByte(sc->sc_pagereg, 0x80); in ascattach()
258 WriteByte(sc->sc_pagereg, 0x00); in ascattach()
290 WriteByte(sc->sc_pagereg, 0x40); in asc_enintr()
Dif_ie.c205 WriteByte(sc->sc_fastbase + (IE_CONTROL<<2), IE_CONT_CLI); in ie_cli()
215 WriteByte ( sc->sc_control + (IE_CONTROL<<2), IE_CONT_ATTN ); in ieattn()
225 WriteByte ( sc->sc_control + (IE_PAGE<<2), IE_COFF2PAGE(off) ); in setpage()
350 WriteByte ( sc->sc_fastbase + (IE_CONTROL<<2), IE_CONT_RESET ); in ieattach()
352 WriteByte ( sc->sc_fastbase + (IE_CONTROL<<2), 0 ); in ieattach()
Dpodulebus.c66 #define WriteByte(a, b) \ macro
/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Dasllistsup.c555 goto WriteByte; in LsWriteOneSourceLine()
595 WriteByte: in LsWriteOneSourceLine()
/netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream