Searched refs:VGA_RD08 (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/video/nvidia/ |
D | nv_setup.c | 68 return (VGA_RD08(par->PCIO, par->IOBase + 0x05)); in NVReadCrtc() 78 return (VGA_RD08(par->PVIO, VGA_GFX_D)); in NVReadGr() 88 return (VGA_RD08(par->PVIO, VGA_SEQ_D)); in NVReadSeq() 94 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVWriteAttr() 106 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVReadAttr() 112 return (VGA_RD08(par->PCIO, VGA_ATT_R)); in NVReadAttr() 120 return (VGA_RD08(par->PVIO, VGA_MIS_R)); in NVReadMiscOut() 127 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); 135 tmp = VGA_RD08(par->PCIO, par->IOBase + 0x0a); 147 return (VGA_RD08(par->PDIO, VGA_PEL_MSK)); [all …]
|
D | nv_hw.c | 65 cr11 = VGA_RD08(par->PCIO, 0x3D5); in NVLockUnlock() 1614 state->repaint0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1616 state->repaint1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1618 state->screen = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1620 state->pixel = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1622 state->horiz = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1624 state->fifo = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1626 state->arbitration0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1628 state->arbitration1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt() 1632 state->arbitration1 |= (VGA_RD08(par->PCIO, 0x03D5) & 1) << 8; in NVUnloadStateExt() [all …]
|
D | nv_local.h | 71 #define VGA_RD08(p,i) (readb((void __iomem *)(p) + (i))) macro
|
D | nvidia.c | 450 state->fifo = VGA_RD08(par->PCIO, 0x03D5) & ~(1<<5); in nvidia_calc_regs() 663 tmp = VGA_RD08(par->PCIO, 0x3d5); in nvidiafb_set_par()
|
/linux-2.6.39/drivers/video/riva/ |
D | rivafb-i2c.c | 34 val = VGA_RD08(par->riva.PCIO, 0x3d5) & 0xf0; in riva_gpio_setscl() 52 val = VGA_RD08(par->riva.PCIO, 0x3d5) & 0xf0; in riva_gpio_setsda() 70 if (VGA_RD08(par->riva.PCIO, 0x3d5) & 0x04) in riva_gpio_getscl() 83 if (VGA_RD08(par->riva.PCIO, 0x3d5) & 0x08) in riva_gpio_getsda()
|
D | riva_hw.c | 93 cr11 = VGA_RD08(chip->PCIO, 0x3D5); in vgaLockUnlock() 1750 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1752 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1754 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1756 state->pixel = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1758 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1760 state->arbitration0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1762 state->arbitration1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1764 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() 1766 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt() [all …]
|
D | fbdev.c | 414 return (VGA_RD08(par->riva.PCIO, 0x3d5)); in CRTCin() 428 return (VGA_RD08(par->riva.PVIO, 0x3cf)); in GRAin() 442 return (VGA_RD08(par->riva.PVIO, 0x3c5)); in SEQin() 456 return (VGA_RD08(par->riva.PCIO, 0x3c1)); in ATTRin() 466 return (VGA_RD08(par->riva.PVIO, 0x3cc)); in MISCin() 586 *red = VGA_RD08(chip->PDIO, 0x3c9); in riva_rclut() 587 *green = VGA_RD08(chip->PDIO, 0x3c9); in riva_rclut() 588 *blue = VGA_RD08(chip->PDIO, 0x3c9); in riva_rclut()
|
D | nv_driver.c | 48 return (VGA_RD08(par->riva.PVIO, 0x3cc)); in MISCin()
|
D | riva_hw.h | 86 #define VGA_RD08(p,i) (readb((void __iomem *)(p) + (i))) macro
|