Lines Matching refs:seg
26 u16 seg = pdev->seg; in enable_ats_device() local
30 pos = pci_find_ext_capability(seg, bus, devfn, PCI_EXT_CAP_ID_ATS); in enable_ats_device()
35 seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); in enable_ats_device()
37 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device()
54 pci_conf_write16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in enable_ats_device()
61 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device()
70 seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in enable_ats_device()
79 u16 seg = pdev->seg; in disable_ats_device() local
84 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in disable_ats_device()
87 pci_conf_write16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in disable_ats_device()
94 seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); in disable_ats_device()