/Linux-v5.4/sound/soc/adi/ |
D | Makefile | 2 snd-soc-adi-axi-i2s-objs := axi-i2s.o 3 snd-soc-adi-axi-spdif-objs := axi-spdif.o 5 obj-$(CONFIG_SND_SOC_ADI_AXI_I2S) += snd-soc-adi-axi-i2s.o 6 obj-$(CONFIG_SND_SOC_ADI_AXI_SPDIF) += snd-soc-adi-axi-spdif.o
|
/Linux-v5.4/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 17 - compatible: Should be "xlnx,axi-fifo-mm-s-4.1" 22 - xlnx,axi-str-rxd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA" 23 - xlnx,axi-str-rxd-tdata-width: Should be <0x20> 24 - xlnx,axi-str-txc-protocol: Should be "XIL_AXI_STREAM_ETH_CTRL" 25 - xlnx,axi-str-txc-tdata-width: Should be <0x20> 26 - xlnx,axi-str-txd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA" 27 - xlnx,axi-str-txd-tdata-width: Should be <0x20> 40 - xlnx,s-axi-id-width: Should be <0x4> 55 compatible = "xlnx,axi-fifo-mm-s-4.1"; 60 xlnx,axi-str-rxd-protocol = "XIL_AXI_STREAM_ETH_DATA"; [all …]
|
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_pci.c | 165 plat->axi = devm_kzalloc(&pdev->dev, sizeof(*plat->axi), in intel_mgbe_common_data() 167 if (!plat->axi) in intel_mgbe_common_data() 170 plat->axi->axi_lpi_en = 0; in intel_mgbe_common_data() 171 plat->axi->axi_xit_frm = 0; in intel_mgbe_common_data() 172 plat->axi->axi_wr_osr_lmt = 1; in intel_mgbe_common_data() 173 plat->axi->axi_rd_osr_lmt = 1; in intel_mgbe_common_data() 174 plat->axi->axi_blen[0] = 4; in intel_mgbe_common_data() 175 plat->axi->axi_blen[1] = 8; in intel_mgbe_common_data() 176 plat->axi->axi_blen[2] = 16; in intel_mgbe_common_data() 427 plat->axi = devm_kzalloc(&pdev->dev, sizeof(*plat->axi), GFP_KERNEL); in snps_gmac5_default_data() [all …]
|
D | dwmac-dwc-qos-eth.c | 48 if (!plat_dat->axi) { in dwc_eth_dwmac_config_dt() 49 plat_dat->axi = kzalloc(sizeof(struct stmmac_axi), GFP_KERNEL); in dwc_eth_dwmac_config_dt() 51 if (!plat_dat->axi) in dwc_eth_dwmac_config_dt() 55 plat_dat->axi->axi_lpi_en = of_property_read_bool(np, "snps,en-lpi"); in dwc_eth_dwmac_config_dt() 57 &plat_dat->axi->axi_wr_osr_lmt)) { in dwc_eth_dwmac_config_dt() 62 plat_dat->axi->axi_wr_osr_lmt = 1; in dwc_eth_dwmac_config_dt() 68 plat_dat->axi->axi_wr_osr_lmt--; in dwc_eth_dwmac_config_dt() 72 &plat_dat->axi->axi_rd_osr_lmt)) { in dwc_eth_dwmac_config_dt() 77 plat_dat->axi->axi_rd_osr_lmt = 1; in dwc_eth_dwmac_config_dt() 83 plat_dat->axi->axi_rd_osr_lmt--; in dwc_eth_dwmac_config_dt() [all …]
|
D | stmmac_platform.c | 96 struct stmmac_axi *axi; in stmmac_axi_setup() local 102 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup() 103 if (!axi) { in stmmac_axi_setup() 108 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup() 109 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); in stmmac_axi_setup() 110 axi->axi_kbbe = of_property_read_bool(np, "snps,axi_kbbe"); in stmmac_axi_setup() 111 axi->axi_fb = of_property_read_bool(np, "snps,axi_fb"); in stmmac_axi_setup() 112 axi->axi_mb = of_property_read_bool(np, "snps,axi_mb"); in stmmac_axi_setup() 113 axi->axi_rb = of_property_read_bool(np, "snps,axi_rb"); in stmmac_axi_setup() 115 if (of_property_read_u32(np, "snps,wr_osr_lmt", &axi->axi_wr_osr_lmt)) in stmmac_axi_setup() [all …]
|
D | dwmac1000_dma.c | 19 static void dwmac1000_dma_axi(void __iomem *ioaddr, struct stmmac_axi *axi) in dwmac1000_dma_axi() argument 27 if (axi->axi_lpi_en) in dwmac1000_dma_axi() 29 if (axi->axi_xit_frm) in dwmac1000_dma_axi() 33 value |= (axi->axi_wr_osr_lmt & DMA_AXI_WR_OSR_LMT_MASK) << in dwmac1000_dma_axi() 37 value |= (axi->axi_rd_osr_lmt & DMA_AXI_RD_OSR_LMT_MASK) << in dwmac1000_dma_axi() 45 switch (axi->axi_blen[i]) { in dwmac1000_dma_axi() 268 .axi = dwmac1000_dma_axi,
|
D | dwmac4_dma.c | 17 static void dwmac4_dma_axi(void __iomem *ioaddr, struct stmmac_axi *axi) in dwmac4_dma_axi() argument 25 if (axi->axi_lpi_en) in dwmac4_dma_axi() 27 if (axi->axi_xit_frm) in dwmac4_dma_axi() 31 value |= (axi->axi_wr_osr_lmt & DMA_AXI_OSR_MAX) << in dwmac4_dma_axi() 35 value |= (axi->axi_rd_osr_lmt & DMA_AXI_OSR_MAX) << in dwmac4_dma_axi() 43 switch (axi->axi_blen[i]) { in dwmac4_dma_axi() 440 .axi = dwmac4_dma_axi, 468 .axi = dwmac4_dma_axi,
|
D | dwxgmac2_dma.c | 78 static void dwxgmac2_dma_axi(void __iomem *ioaddr, struct stmmac_axi *axi) in dwxgmac2_dma_axi() argument 83 if (axi->axi_lpi_en) in dwxgmac2_dma_axi() 85 if (axi->axi_xit_frm) in dwxgmac2_dma_axi() 89 value |= (axi->axi_wr_osr_lmt << XGMAC_WR_OSR_LMT_SHIFT) & in dwxgmac2_dma_axi() 93 value |= (axi->axi_rd_osr_lmt << XGMAC_RD_OSR_LMT_SHIFT) & in dwxgmac2_dma_axi() 96 if (!axi->axi_fb) in dwxgmac2_dma_axi() 101 switch (axi->axi_blen[i]) { in dwxgmac2_dma_axi() 518 .axi = dwxgmac2_dma_axi,
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 15 - compatible: Should be "xlnx,axi-vdma-1.00.a" or "xlnx,axi-dma-1.00.a" or 16 "xlnx,axi-cdma-1.00.a"" 55 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or 56 "xlnx,axi-vdma-s2mm-channel". 57 For CDMA: It should be "xlnx,axi-cdma-channel". 58 For AXIDMA: It should be either "xlnx,axi-dma-mm2s-channel" or 59 "xlnx,axi-dma-s2mm-channel". 79 compatible = "xlnx,axi-vdma-1.00.a"; 90 compatible = "xlnx,axi-vdma-mm2s-channel"; 95 compatible = "xlnx,axi-vdma-s2mm-channel"; [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | axi-clkgen.txt | 1 Binding for the axi-clkgen clock generator 8 - compatible : shall be "adi,axi-clkgen-1.00.a" or "adi,axi-clkgen-2.00.a". 10 - reg : Address and length of the axi-clkgen register set. 21 compatible = "adi,axi-clkgen";
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | imx6qp.dtsi | 27 clock-names = "axi"; 36 clock-names = "axi"; 45 clock-names = "axi"; 54 clock-names = "axi"; 63 clock-names = "ipg", "axi"; 72 clock-names = "ipg", "axi";
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | adi,axi-spdif-tx.txt | 4 - compatible : Must be "adi,axi-spdif-tx-1.00.a" 9 - clock-names: "axi" for the clock to the AXI interface, "ref" for the sample 24 compatible = "adi,axi-spdif-tx-1.00.a"; 27 clock-names = "axi", "ref";
|
D | adi,axi-i2s.txt | 7 - compatible : Must be "adi,axi-i2s-1.00.a" 12 - clock-names : "axi" for the clock to the AXI interface, "ref" for the sample 28 compatible = "adi,axi-i2s-1.00.a"; 31 clock-names = "axi", "ref";
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | snps,dw-axi-dmac.txt | 4 - compatible: "snps,axi-dma-1.01a" 19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified 26 compatible = "snps,axi-dma-1.01a"; 38 snps,axi-max-burst-len = <16>;
|
/Linux-v5.4/Documentation/devicetree/bindings/pci/ |
D | xilinx-pcie.txt | 8 - compatible: Should contain "xlnx,axi-pcie-host-1.00.a" 42 pci_express: axi-pcie@50000000 { 46 compatible = "xlnx,axi-pcie-host-1.00.a"; 66 pci_express: axi-pcie@10000000 { 70 compatible = "xlnx,axi-pcie-host-1.00.a";
|
/Linux-v5.4/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 5 - compatible : brcm,bus-axi 17 The top-level axi bus may contain children representing attached cores 24 axi@18000000 { 25 compatible = "brcm,bus-axi";
|
/Linux-v5.4/Documentation/devicetree/bindings/ata/ |
D | ahci-mtk.txt | 13 - clock-names : Associated names must be: "ahb", "axi", "asic", "rbc", "pm". 24 - reset-names : Associated names must be: "axi", "sw", "reg". 41 clock-names = "ahb", "axi", "asic", "rbc", "pm"; 49 reset-names = "axi", "sw", "reg";
|
/Linux-v5.4/Documentation/devicetree/bindings/display/imx/ |
D | fsl-imx-drm.txt | 69 - clocks : phandle to the PRE axi clock input, as described 72 - clock-names: should be "axi" 84 clock-names = "axi"; 95 - clocks : phandles to the PRG ipg and axi clock inputs, as described 98 - clock-names: should be "ipg" and "axi" 109 clock-names = "ipg", "axi";
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | xilinx_axienet.txt | 4 Also called AXI 1G/2.5G Ethernet Subsystem, the xilinx axi ethernet IP core 18 - compatible : Must be one of "xlnx,axi-ethernet-1.00.a", 19 "xlnx,axi-ethernet-1.01.a", "xlnx,axi-ethernet-2.01.a" 57 compatible = "xlnx,axi-ethernet-1.00.a";
|
/Linux-v5.4/Documentation/devicetree/bindings/net/can/ |
D | xilinx_can.txt | 7 - "xlnx,axi-can-1.00.a" for Axi CAN controllers 41 axi_can_0: axi-can@40000000 { 42 compatible = "xlnx,axi-can-1.00.a";
|
/Linux-v5.4/Documentation/devicetree/bindings/media/ |
D | fsl-pxp.txt | 14 - clock-names: should be "axi" 24 clock-names = "axi";
|
D | rockchip-rga.txt | 20 - reset-names: should be "core", "axi" and "ahb" 32 reset-names = "core, "axi", "ahb";
|
D | marvell,mmp2-ccic.txt | 12 - clock-names: Names of the clocks used; "axi" for the AXI bus interface, 37 clock-names = "axi";
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | adi,axi-spi-engine.txt | 4 - compatible : Must be "adi,axi-spi-engine-1.00.a"" 21 compatible = "adi,axi-spi-engine-1.00.a";
|
/Linux-v5.4/arch/mips/boot/dts/img/ |
D | boston.dts | 40 compatible = "xlnx,axi-pcie-host-1.00.a"; 70 compatible = "xlnx,axi-pcie-host-1.00.a"; 100 compatible = "xlnx,axi-pcie-host-1.00.a";
|