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()
94 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVWriteAttr()
99 VGA_WR08(par->PCIO, VGA_ATT_IW, index); in NVWriteAttr()
100 VGA_WR08(par->PCIO, VGA_ATT_W, value); in NVWriteAttr()
106 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVReadAttr()
111 VGA_WR08(par->PCIO, VGA_ATT_IW, index); in NVReadAttr()
112 return (VGA_RD08(par->PCIO, VGA_ATT_R)); in NVReadAttr()
188 par->PCIO = par->PCIO0 + 0x2000; in NVSelectHeadRegisters()
193 par->PCIO = par->PCIO0; in NVSelectHeadRegisters()
414 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
415 if (VGA_RD08(par->PCIO, 0x03D5) & 0x80) { in NVCommonSetup()
416 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
417 if (!(VGA_RD08(par->PCIO, 0x03D5) & 0x01)) in NVCommonSetup()
461 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
462 cr44 = VGA_RD08(par->PCIO, 0x03D5); in NVCommonSetup()
464 VGA_WR08(par->PCIO, 0x03D5, 3); in NVCommonSetup()
468 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
469 slaved_on_B = VGA_RD08(par->PCIO, 0x03D5) & 0x80; in NVCommonSetup()
471 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
472 tvB = !(VGA_RD08(par->PCIO, 0x03D5) & 0x01); in NVCommonSetup()
475 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
476 VGA_WR08(par->PCIO, 0x03D5, 0); in NVCommonSetup()
480 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVCommonSetup()
481 slaved_on_A = VGA_RD08(par->PCIO, 0x03D5) & 0x80; in NVCommonSetup()
483 VGA_WR08(par->PCIO, 0x03D4, 0x33); in NVCommonSetup()
484 tvA = !(VGA_RD08(par->PCIO, 0x03D5) & 0x01); in NVCommonSetup()
614 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVCommonSetup()
615 VGA_WR08(par->PCIO, 0x03D5, cr44); in NVCommonSetup()