Searched refs:PRAMDAC (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/riva/ |
D | nvreg.h | 149 #define PRAMDAC_Write(reg,value) DEVICE_WRITE(PRAMDAC,reg,value) 150 #define PRAMDAC_Read(reg) DEVICE_READ(PRAMDAC,reg) 151 #define PRAMDAC_Print(reg) DEVICE_PRINT(PRAMDAC,reg) 152 #define PRAMDAC_Def(mask,value) DEVICE_DEF(PRAMDAC,mask,value) 153 #define PRAMDAC_Val(mask,value) DEVICE_VALUE(PRAMDAC,mask,value) 154 #define PRAMDAC_Mask(mask) DEVICE_MASK(PRAMDAC,mask)
|
D | riva_hw.c | 607 pll = chip->PRAMDAC[0x00000504/4]; in nv3UpdateArbitrationSettings() 794 pll = chip->PRAMDAC[0x00000504/4]; in nv4UpdateArbitrationSettings() 797 pll = chip->PRAMDAC[0x00000500/4]; in nv4UpdateArbitrationSettings() 1055 pll = chip->PRAMDAC[0x00000504/4]; in nv10UpdateArbitrationSettings() 1058 pll = chip->PRAMDAC[0x00000500/4]; in nv10UpdateArbitrationSettings() 1573 chip->PRAMDAC[0x00000508/4] = state->vpll; in LoadStateExt() 1574 chip->PRAMDAC[0x00000520/4] = state->vpll2; in LoadStateExt() 1575 chip->PRAMDAC[0x0000050C/4] = state->pllsel; in LoadStateExt() 1577 chip->PRAMDAC[0x00000848/4] = state->scale; in LoadStateExt() 1579 chip->PRAMDAC[0x00000300/4] = state->cursor2; in LoadStateExt() [all …]
|
D | fbdev.c | 966 newmode.ext.scale = rinfo->riva.PRAMDAC[0x00000848/4] & 0xfff000ff; in riva_load_video_mode() 973 newmode.ext.vpll2 = rinfo->riva.PRAMDAC[0x00000520/4]; in riva_load_video_mode() 2080 rinfo->riva.PRAMDAC = (unsigned *)(rinfo->ctrl_base + 0x00680000); in rivafb_init_one() 2135 rinfo->riva.PRAMDAC = rinfo->riva.PRAMDAC + 0x800; in rivafb_init_one()
|
D | riva_hw.h | 426 volatile U032 *PRAMDAC; member
|