Searched refs:VGA_WR08 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_setup.c | 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() 72 VGA_WR08(par->PVIO, VGA_GFX_I, index); in NVWriteGr() 73 VGA_WR08(par->PVIO, VGA_GFX_D, value); in NVWriteGr() 77 VGA_WR08(par->PVIO, VGA_GFX_I, index); in NVReadGr() 82 VGA_WR08(par->PVIO, VGA_SEQ_I, index); in NVWriteSeq() 83 VGA_WR08(par->PVIO, VGA_SEQ_D, value); in NVWriteSeq() 87 VGA_WR08(par->PVIO, VGA_SEQ_I, index); in NVReadSeq() 98 VGA_WR08(par->PCIO, VGA_ATT_IW, index); in NVWriteAttr() [all …]
|
| H A D | nv_hw.c | 61 VGA_WR08(par->PCIO, 0x3D4, 0x1F); in NVLockUnlock() 62 VGA_WR08(par->PCIO, 0x3D5, Lock ? 0x99 : 0x57); in NVLockUnlock() 64 VGA_WR08(par->PCIO, 0x3D4, 0x11); in NVLockUnlock() 70 VGA_WR08(par->PCIO, 0x3D5, cr11); in NVLockUnlock() 79 VGA_WR08(par->PCIO, 0x3D4, 0x31); in NVShowHideCursor() 80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1); in NVShowHideCursor() 1544 VGA_WR08(par->PCIO, 0x03D4, 0x53); in NVLoadStateExt() 1545 VGA_WR08(par->PCIO, 0x03D5, state->timingH); in NVLoadStateExt() 1546 VGA_WR08(par->PCIO, 0x03D4, 0x54); in NVLoadStateExt() 1547 VGA_WR08(par->PCIO, 0x03D5, state->timingV); in NVLoadStateExt() [all …]
|
| H A D | nv_local.h | 70 #define VGA_WR08(p,i,d) (writeb((d), (void __iomem *)(p) + (i))) macro
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 85 #define VGA_WR08(p,i,d) (writeb((d), (void __iomem *)(p) + (i))) macro
|