Lines Matching refs:implementation
257 u32 implementation = par->Chipset & 0x0ff0; in nv10GetConfig() local
287 if (par->twoHeads && (implementation != 0x0110)) { in nv10GetConfig()
301 u16 implementation = par->Chipset & 0x0ff0; in NVCommonSetup() local
338 (implementation != 0x0100) && in NVCommonSetup()
339 (implementation != 0x0150) && in NVCommonSetup()
340 (implementation != 0x01A0) && (implementation != 0x0200); in NVCommonSetup()
343 (implementation != 0x0110)); in NVCommonSetup()
345 par->twoStagePLL = (implementation == 0x0310) || in NVCommonSetup()
346 (implementation == 0x0340) || (par->Architecture >= NV_ARCH_40); in NVCommonSetup()
349 (implementation != 0x0100); in NVCommonSetup()
466 if (implementation != 0x0110) { in NVCommonSetup()
632 if (implementation == 0x0110) in NVCommonSetup()