Searched refs:WriteByte (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/acorn32/podulebus/ |
| D | netslot.c | 53 #define WriteByte(a, b) \ macro 67 WriteByte(address, 0); in netslotread() 88 WriteByte(NETSLOT_BASE, 0x00); in netslotscan()
|
| D | asc.c | 256 WriteByte(sc->sc_pagereg, 0x80); in ascattach() 258 WriteByte(sc->sc_pagereg, 0x00); in ascattach() 290 WriteByte(sc->sc_pagereg, 0x40); in asc_enintr()
|
| D | if_ie.c | 205 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()
|
| D | podulebus.c | 66 #define WriteByte(a, b) \ macro
|
| /netbsd/src/sys/external/bsd/acpica/dist/compiler/ |
| D | asllistsup.c | 555 goto WriteByte; in LsWriteOneSourceLine() 595 WriteByte: in LsWriteOneSourceLine()
|
| /netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| D | GZipStream.cs | 226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
|