Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Dether8003.c40 Bit16 = 0x01, /* 16-bit bus */ enumerator
113 outb(port+Icr, ic[Icr]^Bit16); in reset8003()
115 if((inb(port+Icr) & Bit16) == (ic[Icr] & Bit16)){ in reset8003()
117 ic[Icr] &= ~Bit16; in reset8003()
121 if(ctlr->width == 2 && (inb(port+Icr) & Bit16) == 0) in reset8003()