Searched refs:PEXTDEV (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/riva/ |
D | nvreg.h | 98 #define PEXTDEV_Write(reg,value) DEVICE_WRITE(PEXTDEV,reg,value) 99 #define PEXTDEV_Read(reg) DEVICE_READ(PEXTDEV,reg) 100 #define PEXTDEV_Print(reg) DEVICE_PRINT(PEXTDEV,reg) 101 #define PEXTDEV_Def(mask,value) DEVICE_DEF(PEXTDEV,mask,value) 102 #define PEXTDEV_Val(mask,value) DEVICE_VALUE(PEXTDEV,mask,value) 103 #define PEXTDEV_Mask(mask) DEVICE_MASK(PEXTDEV,mask)
|
D | riva_hw.c | 614 sim_data.memory_width = (chip->PEXTDEV[0x00000000/4] & 0x10) ? 128 : 64; in nv3UpdateArbitrationSettings() 804 sim_data.memory_width = (chip->PEXTDEV[0x00000000/4] & 0x10) ? 128 : 64; in nv4UpdateArbitrationSettings() 1066 sim_data.memory_width = (chip->PEXTDEV[0x00000000/4] & 0x10) ? 128 : 64; in nv10UpdateArbitrationSettings() 1860 chip->CrystalFreqKHz = (chip->PEXTDEV[0x00000000/4] & 0x00000020) ? 14318 : 13500; in nv3GetConfig() 1921 chip->CrystalFreqKHz = (chip->PEXTDEV[0x00000000/4] & 0x00000040) ? 14318 : 13500; in nv4GetConfig() 1988 chip->CrystalFreqKHz = (chip->PEXTDEV[0x00000000/4] & 0x00000040) ? 14318 : 13500; in nv10GetConfig()
|
D | riva_hw.h | 430 volatile U032 *PEXTDEV; member
|
D | fbdev.c | 2084 rinfo->riva.PEXTDEV = (unsigned *)(rinfo->ctrl_base + 0x00101000); in rivafb_init_one()
|