| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | ats.c | 13 #include <linux/pci-ats.h> 34 * pci_ats_supported - check if the device can use ATS 37 * Returns true if the device supports ATS and is allowed to use it, false 50 * pci_enable_ats - enable the ATS capability 71 * Note that enabling ATS on a VF fails unless it's already enabled in pci_enable_ats() 91 * pci_disable_ats - disable the ATS capability 123 * pci_ats_queue_depth - query the ATS Invalidate Queue Depth 128 * The ATS spec uses 0 in the Invalidate Queue Depth field to
|
| H A D | Makefile | 22 obj-$(CONFIG_PCI_ATS) += ats.o
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | sva.rst | 17 PCIe Address Translation Services (ATS) along with Page Request Interface 20 specification Chapter 10: ATS Specification. 23 required to support the PCIe features ATS and PRI. ATS allows devices 26 sync. When an ATS lookup fails for a virtual address, the device should 28 CPU page tables. The device must use ATS again in order the fetch the 82 ATS. If the IOMMU responds with proper response that a page is not 230 use via Address Translation Service (ATS) requests. If the mapping exists
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/genwqe/ |
| H A D | genwqe_card.h | 272 * driver know where those addresses are by specifying the ATS field, 277 * Our hardware will refuse DDCB execution if the ATS field is not as 280 * will check that against the ATS field definition. Any invalid or 281 * unknown ATS content will lead to DDCB refusal. 356 #define DDCB_ASIV_LENGTH_ATS 96 /* ASIV in ATS architecture */ 371 * Address Translation Specification (ATS) definitions 373 * Each 4 bit within the ATS 64-bit word specify the required address 382 * The first 4 entries in the ATS word are reserved. The following nibbles 433 __u64 ats; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/genwqe/ |
| H A D | genwqe_card.h | 272 * driver know where those addresses are by specifying the ATS field, 277 * Our hardware will refuse DDCB execution if the ATS field is not as 280 * will check that against the ATS field definition. Any invalid or 281 * unknown ATS content will lead to DDCB refusal. 356 #define DDCB_ASIV_LENGTH_ATS 96 /* ASIV in ATS architecture */ 371 * Address Translation Specification (ATS) definitions 373 * Each 4 bit within the ATS 64-bit word specify the required address 382 * The first 4 entries in the ATS word are reserved. The following nibbles 433 __u64 ats; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/genwqe/ |
| H A D | genwqe_card.h | 272 * driver know where those addresses are by specifying the ATS field, 277 * Our hardware will refuse DDCB execution if the ATS field is not as 280 * will check that against the ATS field definition. Any invalid or 281 * unknown ATS content will lead to DDCB refusal. 356 #define DDCB_ASIV_LENGTH_ATS 96 /* ASIV in ATS architecture */ 371 * Address Translation Specification (ATS) definitions 373 * Each 4 bit within the ATS 64-bit word specify the required address 382 * The first 4 entries in the ATS word are reserved. The following nibbles 433 __u64 ats; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | enh_desc.c | 385 static void enh_desc_get_timestamp(void *desc, u32 ats, u64 *ts) in enh_desc_get_timestamp() argument 389 if (ats) { in enh_desc_get_timestamp() 404 u32 ats) in enh_desc_get_rx_timestamp_status() argument 406 if (ats) { in enh_desc_get_rx_timestamp_status()
|
| H A D | dwxgmac2_descs.c | 85 static inline void dwxgmac2_get_timestamp(void *desc, u32 ats, u64 *ts) in dwxgmac2_get_timestamp() argument 117 u32 ats) in dwxgmac2_get_rx_timestamp_status() argument
|
| H A D | norm_desc.c | 248 static void ndesc_get_timestamp(void *desc, u32 ats, u64 *ts) in ndesc_get_timestamp() argument 260 static int ndesc_get_rx_timestamp_status(void *desc, void *next_desc, u32 ats) in ndesc_get_rx_timestamp_status() argument
|
| H A D | dwmac4_descs.c | 228 static inline void dwmac4_get_timestamp(void *desc, u32 ats, u64 *ts) in dwmac4_get_timestamp() argument 267 u32 ats) in dwmac4_wrback_get_rx_timestamp_status() argument
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_ddcb.h | 39 #define ASIV_LENGTH 104 /* Old specification without ATS field */ 40 #define ASIV_LENGTH_ATS 96 /* New specification with ATS field */
|
| H A D | card_dev.c | 431 * When we receive a DDCB execution request with the ATS bits set to 589 } else { /* setup DDCB for ATS architecture */ in do_flash_update() 602 req->ats = 0x4ULL << 44; in do_flash_update() 711 } else { /* setup DDCB for ATS architecture */ in do_flash_read() 720 cmd->ats = 0x5ULL << 44; in do_flash_read() 878 ats_flags = ATS_GET_FLAGS(cmd->ats, asiv_offs); in ddcb_cmd_fixups()
|
| H A D | card_ddcb.c | 849 * ATS field, which was introduced late. If the ATS field is in __genwqe_enqueue_ddcb() 851 * the ATS field is copied too, the code should do exactly in __genwqe_enqueue_ddcb() 852 * what it did before, but I wanted to make copying of the ATS in __genwqe_enqueue_ddcb() 860 pddcb->n.ats_64 = cpu_to_be64(req->cmd.ats); in __genwqe_enqueue_ddcb()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | iommu.c | 16 #include <linux/pci-ats.h> 1256 qdep = dev_data->ats.qdep; in device_flush_iotlb() 1297 if (dev_data->ats.enabled) in device_flush_dte() 1330 if (!dev_data->ats.enabled) in __domain_flush_pages() 1910 bool ats, bool ppr) in set_dte_entry() argument 1925 if (ats) in set_dte_entry() 1994 bool ats; in do_attach() local 1997 ats = dev_data->ats.enabled; in do_attach() 2010 ats, dev_data->iommu_v2); in do_attach() 2149 dev_data->ats.enabled = true; in attach_device() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | mmu_notifier.rst | 11 thing like ATS/PASID to get the IOMMU to walk the CPU page table to access a 33 Consider the following scenario (device use a feature similar to ATS/PASID):
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | cmd_boot.c | 15 * Copyright 2015 ATS Advanced Telematics Systems GmbH
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | btc_dpm.c | 1707 pi->rlp = eg_pi->ats[idx].rlp; in btc_set_at_for_uvd() 1708 pi->rmp = eg_pi->ats[idx].rmp; in btc_set_at_for_uvd() 1709 pi->lhp = eg_pi->ats[idx].lhp; in btc_set_at_for_uvd() 1710 pi->lmp = eg_pi->ats[idx].lmp; in btc_set_at_for_uvd() 2623 eg_pi->ats[0].rlp = RV770_RLP_DFLT; in btc_dpm_init() 2624 eg_pi->ats[0].rmp = RV770_RMP_DFLT; in btc_dpm_init() 2625 eg_pi->ats[0].lhp = RV770_LHP_DFLT; in btc_dpm_init() 2626 eg_pi->ats[0].lmp = RV770_LMP_DFLT; in btc_dpm_init() 2628 eg_pi->ats[1].rlp = BTC_RLP_UVD_DFLT; in btc_dpm_init() 2629 eg_pi->ats[1].rmp = BTC_RMP_UVD_DFLT; in btc_dpm_init() [all …]
|
| H A D | cypress_dpm.h | 88 struct at ats[2]; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 16 and event queues and adding support for the ATS and PRI components of
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | ak4458.c | 477 int ats; in ak4458_set_dai_mute() local 482 ats = (reg & AK4458_ATS_MASK) >> AK4458_ATS_SHIFT; in ak4458_set_dai_mute() 484 ndt = att_speed[ats] / (nfs / 1000); in ak4458_set_dai_mute()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | manpages.am | 20 # wants ats.
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/ |
| H A D | systick-timer.c | 9 * Copyright 2015 ATS Advanced Telematics Systems GmbH
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | stm32_gpio.c | 8 * Copyright 2015 ATS Advanced Telematics Systems GmbH
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | amd-iommu.h | 141 #define AMD_IOMMU_DEVICE_FLAG_ATS_SUP 0x1 /* ATS feature supported */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun7i-a20-pcduino3-nano.dts | 2 * Copyright 2015-2020 Adam Sampson <ats@offog.org>
|