Lines Matching refs:outb
93 outb(0x3ce, 0x01); outb(0x3cf, 0x00); /* set/reset enable */ in WriteVerticalLine()
94 outb(0x3ce, 0x08); outb(0x3cf, 0xff); /* bit mask */ in WriteVerticalLine()
96 outb(0x3c4, 0x02); in WriteVerticalLine()
97 outb(0x3c5, 0x01<<i); in WriteVerticalLine()
98 outb(0x3ce, 0x04); in WriteVerticalLine()
99 outb(0x3cf, i); in WriteVerticalLine()
130 outb(0x3c4, 0x02); in WriteVerticalLine()
131 outb(0x3c5, 0x01 << ((x + i)%4)); in WriteVerticalLine()
199 outb(0x3ce, 0x04); in ReadVerticalLine()
200 outb(0x3cf, i); in ReadVerticalLine()
223 outb(0x3ce, 0x04); in ReadVerticalLine()
224 outb(0x3cf, i); in ReadVerticalLine()
245 outb(0x3ce, 0x04); in ReadVerticalLine()
246 outb(0x3cf, (x + i)%4); in ReadVerticalLine()