Lines Matching refs:byteout
21 #define byteout(addr, val) outb(val, addr) macro
30 byteout(ale, off); in readreg()
49 byteout(ale, off); in readfifo()
69 byteout(ale, off); in writereg()
77 byteout(adr, data); in writereg()
87 byteout(ale, off); in writefifo()
96 byteout(adr, data[i]); in writefifo()
137 byteout(cs->hw.hfc.addr | 1, reg); in ReadHFC()
149 byteout(cs->hw.hfc.addr | 1, reg); in WriteHFC()
152 byteout(cs->hw.hfc.addr, value); in WriteHFC()
219 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt()
222 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset Off */ in reset_TeleInt()
291 byteout(cs->hw.hfc.addr, cs->hw.hfc.addr & 0xff); in setup_TeleInt()
292 byteout(cs->hw.hfc.addr | 1, ((cs->hw.hfc.addr & 0x300) >> 8) | 0x54); in setup_TeleInt()
317 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); in setup_TeleInt()
318 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.ctmt); in setup_TeleInt()