Lines Matching refs:implementation
257 u32 implementation = par->Chipset & 0x0ff0; in nv10GetConfig() local
288 if (par->twoHeads && (implementation != 0x0110)) { in nv10GetConfig()
302 u16 implementation = par->Chipset & 0x0ff0; in NVCommonSetup() local
339 (implementation != 0x0100) && in NVCommonSetup()
340 (implementation != 0x0150) && in NVCommonSetup()
341 (implementation != 0x01A0) && (implementation != 0x0200); in NVCommonSetup()
344 (implementation != 0x0110)); in NVCommonSetup()
346 par->twoStagePLL = (implementation == 0x0310) || in NVCommonSetup()
347 (implementation == 0x0340) || (par->Architecture >= NV_ARCH_40); in NVCommonSetup()
350 (implementation != 0x0100); in NVCommonSetup()
467 if (implementation != 0x0110) { in NVCommonSetup()
633 if (implementation == 0x0110) in NVCommonSetup()