Searched refs:PFB (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | nv_driver.c | 165 if (NV_RD32(chip->PFB, 0x00000000) & 0x00000020) { in riva_get_memlen() 171 switch (NV_RD32(chip->PFB,0x00000000) & 0x03) { in riva_get_memlen() 189 switch (NV_RD32(chip->PFB, 0x00000000) & 0x00000003) { in riva_get_memlen() 203 if (NV_RD32(chip->PFB, 0x00000000) & 0x00000100) { in riva_get_memlen() 204 memlen = ((NV_RD32(chip->PFB, 0x00000000)>>12)&0x0F) * in riva_get_memlen() 207 switch (NV_RD32(chip->PFB, 0x00000000) & 0x00000003) { in riva_get_memlen() 239 switch ((NV_RD32(chip->PFB, 0x0000020C) >> 20) & in riva_get_memlen() 279 if (NV_RD32(chip->PFB, 0x00000000) & 0x00000020) { in riva_get_maxdclk() 300 switch ((NV_RD32(chip->PFB, 0x00000000) >> 3) & 0x00000003) { in riva_get_maxdclk() 319 par->riva.PFB = in riva_common_setup()
|
D | riva_hw.c | 816 cfg1 = NV_RD32(&chip->PFB[0x00000204/4], 0); in nv4UpdateArbitrationSettings() 1079 cfg1 = NV_RD32(&chip->PFB[0x00000204/4], 0); in nv10UpdateArbitrationSettings() 1083 sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ? in nv10UpdateArbitrationSettings() 1315 state->config = NV_RD32(&chip->PFB[0x00000200/4], 0); in CalcStateExt() 1423 NV_WR32(chip->PFB, 0x00000200, state->config); in LoadStateExt() 1463 NV_WR32(chip->PFB, 0x00000200, state->config); in LoadStateExt() 1560 NV_WR32(chip->PGRAPH, 0x000009A4, NV_RD32(chip->PFB, 0x00000200)); in LoadStateExt() 1561 NV_WR32(chip->PGRAPH, 0x000009A8, NV_RD32(chip->PFB, 0x00000204)); in LoadStateExt() 1577 NV_WR32(chip->PFB, 0x00000240, 0); in LoadStateExt() 1578 NV_WR32(chip->PFB, 0x00000250, 0); in LoadStateExt() [all …]
|
D | nvreg.h | 63 #define PFB_Write(reg,value) DEVICE_WRITE(PFB,reg,value) 64 #define PFB_Read(reg) DEVICE_READ(PFB,reg) 65 #define PFB_Print(reg) DEVICE_PRINT(PFB,reg) 66 #define PFB_Def(mask,value) DEVICE_DEF(PFB,mask,value) 67 #define PFB_Val(mask,value) DEVICE_VALUE(PFB,mask,value) 68 #define PFB_Mask(mask) DEVICE_MASK(PFB,mask)
|
D | riva_hw.h | 447 volatile U032 __iomem *PFB; member
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 391 cfg1 = NV_RD32(par->PFB, 0x00000204); in nv4UpdateArbitrationSettings() 630 cfg1 = NV_RD32(par->PFB, 0x0204); in nv10UpdateArbitrationSettings() 634 sim_data.memory_type = (NV_RD32(par->PFB, 0x0200) & 0x01) ? 1 : 0; in nv10UpdateArbitrationSettings() 932 state->config = NV_RD32(par->PFB, 0x00000200); in NVCalcStateExt() 960 NV_WR32(par->PFB, 0x0200, state->config); in NVLoadStateExt() 964 NV_WR32(par->PFB, 0x0240 + (i * 0x10), 0); in NVLoadStateExt() 965 NV_WR32(par->PFB, 0x0244 + (i * 0x10), in NVLoadStateExt() 978 NV_WR32(par->PFB, 0x0600 + (i * 0x10), 0); in NVLoadStateExt() 979 NV_WR32(par->PFB, 0x0604 + (i * 0x10), in NVLoadStateExt() 1204 NV_RD32(&par->PFB[(0x0240 / 4) + i], in NVLoadStateExt() [all …]
|
D | nv_setup.c | 226 if (NV_RD32(par->PFB, 0x0000) & 0x00000100) { in nv4GetConfig() 228 ((NV_RD32(par->PFB, 0x0000) >> 12) & 0x0F) * 1024 * 2 + in nv4GetConfig() 231 switch (NV_RD32(par->PFB, 0x0000) & 0x00000003) { in nv4GetConfig() 280 (NV_RD32(par->PFB, 0x020C) & 0xFFF00000) >> 10; in nv10GetConfig() 324 par->PFB = par->REGS + (0x00100000 / 4); in NVCommonSetup()
|
D | nv_type.h | 163 volatile u32 __iomem *PFB; member
|
/linux-4.1.27/arch/blackfin/mach-bf533/ |
D | Kconfig | 73 config PFB config
|