Searched refs:ats (Results 1 - 13 of 13) sorted by relevance

/drivers/pci/
H A Dats.c2 * drivers/pci/ats.c
14 #include <linux/pci-ats.h>
24 struct pci_ats *ats; local
30 ats = kzalloc(sizeof(*ats), GFP_KERNEL);
31 if (!ats)
34 ats->pos = pos;
35 ats->stu = ps;
37 ats->qdep = PCI_ATS_CAP_QDEP(cap) ? PCI_ATS_CAP_QDEP(cap) :
39 dev->ats
[all...]
H A DMakefile30 obj-$(CONFIG_PCI_ATS) += ats.o
H A Diov.c17 #include <linux/pci-ats.h>
/drivers/net/ethernet/stmicro/stmmac/
H A Denh_desc.c348 static u64 enh_desc_get_timestamp(void *desc, u32 ats) argument
352 if (ats) {
366 static int enh_desc_get_rx_timestamp_status(void *desc, u32 ats) argument
368 if (ats) {
H A Dnorm_desc.c230 static u64 ndesc_get_timestamp(void *desc, u32 ats) argument
242 static int ndesc_get_rx_timestamp_status(void *desc, u32 ats) argument
H A Dcommon.h339 u64(*get_timestamp) (void *desc, u32 ats);
341 int (*get_rx_timestamp_status) (void *desc, u32 ats);
/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h88 struct at ats[2]; member in struct:evergreen_power_info
H A Dbtc_dpm.c1707 pi->rlp = eg_pi->ats[idx].rlp;
1708 pi->rmp = eg_pi->ats[idx].rmp;
1709 pi->lhp = eg_pi->ats[idx].lhp;
1710 pi->lmp = eg_pi->ats[idx].lmp;
2619 eg_pi->ats[0].rlp = RV770_RLP_DFLT;
2620 eg_pi->ats[0].rmp = RV770_RMP_DFLT;
2621 eg_pi->ats[0].lhp = RV770_LHP_DFLT;
2622 eg_pi->ats[0].lmp = RV770_LMP_DFLT;
2624 eg_pi->ats[1].rlp = BTC_RLP_UVD_DFLT;
2625 eg_pi->ats[
[all...]
H A Dni_dpm.c4112 eg_pi->ats[0].rlp = RV770_RLP_DFLT;
4113 eg_pi->ats[0].rmp = RV770_RMP_DFLT;
4114 eg_pi->ats[0].lhp = RV770_LHP_DFLT;
4115 eg_pi->ats[0].lmp = RV770_LMP_DFLT;
4117 eg_pi->ats[1].rlp = BTC_RLP_UVD_DFLT;
4118 eg_pi->ats[1].rmp = BTC_RMP_UVD_DFLT;
4119 eg_pi->ats[1].lhp = BTC_LHP_UVD_DFLT;
4120 eg_pi->ats[1].lmp = BTC_LMP_UVD_DFLT;
/drivers/iommu/
H A Damd_iommu.c22 #include <linux/pci-ats.h>
105 } ats; /* ATS state */ member in struct:iommu_dev_data
1132 qdep = dev_data->ats.qdep;
1154 if (dev_data->ats.enabled)
1187 if (!dev_data->ats.enabled)
2044 static void set_dte_entry(u16 devid, struct protection_domain *domain, bool ats) argument
2058 if (ats)
2107 bool ats; local
2110 ats = dev_data->ats
[all...]
H A Dintel-iommu.c40 #include <linux/pci-ats.h>
/drivers/misc/genwqe/
H A Dcard_dev.c606 req->ats = 0x4ULL << 44;
724 cmd->ats = 0x5ULL << 44;
877 ats_flags = ATS_GET_FLAGS(cmd->ats, asiv_offs);
H A Dcard_ddcb.c864 pddcb->n.ats_64 = cpu_to_be64(req->cmd.ats);

Completed in 254 milliseconds