Home
last modified time | relevance | path

Searched refs:PCIO (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/riva/
Driva_hw.c91 VGA_WR08(chip->PCIO, 0x3D4, 0x1F); in nv4LockUnlock()
92 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57); in nv4LockUnlock()
100 VGA_WR08(chip->PCIO, 0x3D4, 0x1F); in nv10LockUnlock()
101 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57); in nv10LockUnlock()
114 VGA_WR08(chip->PCIO, 0x3D4, 0x31); in ShowHideCursor()
115 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1); in ShowHideCursor()
1537 VGA_WR08(chip->PCIO, 0x3d4, 0x53); in LoadStateExt()
1538 VGA_WR08(chip->PCIO, 0x3d5, 0); in LoadStateExt()
1539 VGA_WR08(chip->PCIO, 0x3d4, 0x54); in LoadStateExt()
1540 VGA_WR08(chip->PCIO, 0x3d5, 0); in LoadStateExt()
[all …]
Dfbdev.c356 VGA_WR08(rinfo->riva.PCIO, 0x3d4, index); in CRTCout()
357 VGA_WR08(rinfo->riva.PCIO, 0x3d5, val); in CRTCout()
363 VGA_WR08(rinfo->riva.PCIO, 0x3d4, index); in CRTCin()
364 return (VGA_RD08(rinfo->riva.PCIO, 0x3d5)); in CRTCin()
398 VGA_WR08(rinfo->riva.PCIO, 0x3c0, index); in ATTRout()
399 VGA_WR08(rinfo->riva.PCIO, 0x3c0, val); in ATTRout()
405 VGA_WR08(rinfo->riva.PCIO, 0x3c0, index); in ATTRin()
406 return (VGA_RD08(rinfo->riva.PCIO, 0x3c1)); in ATTRin()
2089 rinfo->riva.PCIO = (U008 *)(rinfo->ctrl_base + 0x00601000); in rivafb_init_one()
2133 rinfo->riva.PCIO = rinfo->riva.PCIO + 0x2000; in rivafb_init_one()
Driva_hw.h439 volatile U008 *PCIO; member