Lines Matching refs:PCIO

62 	VGA_WR08(par->PCIO, par->IOBase + 0x04, index);  in NVWriteCrtc()
63 VGA_WR08(par->PCIO, par->IOBase + 0x05, value); in NVWriteCrtc()
67 VGA_WR08(par->PCIO, par->IOBase + 0x04, index); in NVReadCrtc()
68 return (VGA_RD08(par->PCIO, par->IOBase + 0x05)); in NVReadCrtc()
93 VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVWriteAttr()
98 VGA_WR08(par->PCIO, VGA_ATT_IW, index); in NVWriteAttr()
99 VGA_WR08(par->PCIO, VGA_ATT_W, value); in NVWriteAttr()
103 VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVReadAttr()
108 VGA_WR08(par->PCIO, VGA_ATT_IW, index); in NVReadAttr()
109 return (VGA_RD08(par->PCIO, VGA_ATT_R)); in NVReadAttr()
185 par->PCIO = par->PCIO0 + 0x2000; in NVSelectHeadRegisters()
190 par->PCIO = par->PCIO0; in NVSelectHeadRegisters()
411 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
412 if (VGA_RD08(par->PCIO, 0x03D5) & 0x80) { in NVCommonSetup()
413 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
414 if (!(VGA_RD08(par->PCIO, 0x03D5) & 0x01)) in NVCommonSetup()
458 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
459 cr44 = VGA_RD08(par->PCIO, 0x03D5); in NVCommonSetup()
461 VGA_WR08(par->PCIO, 0x03D5, 3); in NVCommonSetup()
465 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
466 slaved_on_B = VGA_RD08(par->PCIO, 0x03D5) & 0x80; in NVCommonSetup()
468 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
469 tvB = !(VGA_RD08(par->PCIO, 0x03D5) & 0x01); in NVCommonSetup()
472 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
473 VGA_WR08(par->PCIO, 0x03D5, 0); in NVCommonSetup()
477 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
478 slaved_on_A = VGA_RD08(par->PCIO, 0x03D5) & 0x80; in NVCommonSetup()
480 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
481 tvA = !(VGA_RD08(par->PCIO, 0x03D5) & 0x01); in NVCommonSetup()
611 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
612 VGA_WR08(par->PCIO, 0x03D5, cr44); in NVCommonSetup()