Searched refs:PEXTDEV (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_setup.c300 pNv->CrystalFreqKHz = (pNv->PEXTDEV[0x0000/4] & 0x00000040) ? 14318 : 13500;
350 pNv->CrystalFreqKHz = (pNv->PEXTDEV[0x0000/4] & (1 << 6)) ? 14318 : 13500;
354 if(pNv->PEXTDEV[0x0000/4] & (1 << 22))
428 pNv->PEXTDEV = pNv->REGS + (0x00101000/4);
H A Dnv_type.h118 volatile U032 *PEXTDEV; member in struct:__anonce19071b0208
H A Driva_hw.h267 volatile U032 *PEXTDEV; member in struct:_riva_hw_inst
H A Driva_setup.c254 MAP(PEXTDEV, regBase + 0x00101000, 0x00001000);
H A Driva_hw.c537 sim_data.memory_width = (chip->PEXTDEV[0x00000000/4] & 0x10) ? 128 : 64;
941 chip->CrystalFreqKHz = (chip->PEXTDEV[0x00000000/4] & 0x00000040) ? 14318 : 13500;
H A Dnv_hw.c389 sim_data.memory_width = (pNv->PEXTDEV[0x0000/4] & 0x10) ? 128 : 64;
617 sim_data.memory_width = (pNv->PEXTDEV[0x0000/4] & 0x10) ? 128 : 64;

Completed in 15 milliseconds