Lines Matching defs:btr
303 u8 btr;
341 pci_read_config_byte(pdev, 0x5A, &btr);
342 btr &= ~0x40;
344 btr |= 0x2;
346 btr |= (pdev->revision >= SVWKS_CSB5_REVISION_NEW) ? 0x3 : 0x2;
347 pci_write_config_byte(pdev, 0x5A, btr);
349 return btr;
354 u8 btr;
356 pci_read_config_byte(pdev, 0x5A, &btr);
357 btr &= ~0x40;
358 btr |= 0x3;
359 pci_write_config_byte(pdev, 0x5A, btr);
439 /* If the returned btr is the newer revision then