Lines Matching refs:pos
28 int pos; in enable_ats_device() local
30 pos = pci_find_ext_capability(seg, bus, devfn, PCI_EXT_CAP_ID_ATS); in enable_ats_device()
31 BUG_ON(!pos); in enable_ats_device()
38 PCI_FUNC(devfn), pos + ATS_REG_CTL); in enable_ats_device()
46 pos = 0; in enable_ats_device()
55 pos + ATS_REG_CTL, value); in enable_ats_device()
58 if ( pos ) in enable_ats_device()
60 pdev->ats.cap_pos = pos; in enable_ats_device()
62 PCI_FUNC(devfn), pos + ATS_REG_CAP); in enable_ats_device()
71 pos ? "is" : "was"); in enable_ats_device()
73 return pos; in enable_ats_device()