Lines Matching defs:ups
37 struct pci_dev *ups;
56 ups = pci_upstream_bridge(dev);
58 ups && ups->ptm_enabled) {
59 dev->ptm_granularity = ups->ptm_granularity;
77 if (ups && ups->ptm_enabled) {
79 if (ups->ptm_granularity == 0)
81 else if (ups->ptm_granularity > local_clock)
82 dev->ptm_granularity = ups->ptm_granularity;
103 struct pci_dev *ups;
125 ups = pci_upstream_bridge(dev);
126 if (!ups || !ups->ptm_enabled)
129 dev->ptm_granularity = ups->ptm_granularity;