Home
last modified time | relevance | path

Searched refs:axi (Results 1 – 25 of 151) sorted by relevance

1234567

/linux/drivers/bus/
A Dbt1-axi.c95 struct bt1_axi *axi; in bt1_axi_create_data() local
98 axi = devm_kzalloc(dev, sizeof(*axi), GFP_KERNEL); in bt1_axi_create_data()
99 if (!axi) in bt1_axi_create_data()
108 axi->dev = dev; in bt1_axi_create_data()
112 return axi; in bt1_axi_create_data()
161 axi->aclk = devm_clk_get(axi->dev, "aclk"); in bt1_axi_request_clk()
173 ret = devm_add_action_or_reset(axi->dev, bt1_axi_disable_clk, axi); in bt1_axi_request_clk()
186 if (axi->irq < 0) in bt1_axi_request_irq()
187 return axi->irq; in bt1_axi_request_irq()
189 ret = devm_request_irq(axi->dev, axi->irq, bt1_axi_isr, IRQF_SHARED, in bt1_axi_request_irq()
[all …]
/linux/Documentation/devicetree/bindings/clock/
A Dallwinner,sun4i-a10-axi-clk.yaml4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-axi-clk.yaml#
21 - allwinner,sun4i-a10-axi-clk
22 - allwinner,sun8i-a23-axi-clk
44 axi@1c20054 {
46 compatible = "allwinner,sun4i-a10-axi-clk";
49 clock-output-names = "axi";
55 compatible = "allwinner,sun8i-a23-axi-clk";
58 clock-output-names = "axi";
A Dadi,axi-clkgen.yaml4 $id: http://devicetree.org/schemas/clock/adi,axi-clkgen.yaml#
22 - adi,axi-clkgen-2.00.a
23 - adi,zynqmp-axi-clkgen-2.00.a
50 compatible = "adi,axi-clkgen-2.00.a";
/linux/sound/soc/adi/
A DMakefile2 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/drivers/staging/axis-fifo/
A Daxis-fifo.txt17 - compatible: Should be "xlnx,axi-fifo-mm-s-4.1"
23 - xlnx,axi-str-rxd-tdata-width: Should be <0x20>
25 - xlnx,axi-str-txc-tdata-width: Should be <0x20>
27 - xlnx,axi-str-txd-tdata-width: Should be <0x20>
59 compatible = "xlnx,axi-fifo-mm-s-4.1";
64 xlnx,axi-str-rxd-protocol = "XIL_AXI_STREAM_ETH_DATA";
65 xlnx,axi-str-rxd-tdata-width = <0x20>;
66 xlnx,axi-str-txc-protocol = "XIL_AXI_STREAM_ETH_CTRL";
67 xlnx,axi-str-txc-tdata-width = <0x20>;
69 xlnx,axi-str-txd-tdata-width = <0x20>;
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-dwc-qos-eth.c48 if (!plat_dat->axi) { in dwc_eth_dwmac_config_dt()
51 if (!plat_dat->axi) in dwc_eth_dwmac_config_dt()
58 &plat_dat->axi->axi_wr_osr_lmt)) { in dwc_eth_dwmac_config_dt()
63 plat_dat->axi->axi_wr_osr_lmt = 1; in dwc_eth_dwmac_config_dt()
69 plat_dat->axi->axi_wr_osr_lmt--; in dwc_eth_dwmac_config_dt()
73 &plat_dat->axi->axi_rd_osr_lmt)) { in dwc_eth_dwmac_config_dt()
78 plat_dat->axi->axi_rd_osr_lmt = 1; in dwc_eth_dwmac_config_dt()
84 plat_dat->axi->axi_rd_osr_lmt--; in dwc_eth_dwmac_config_dt()
93 plat_dat->axi->axi_blen[a_index] = 4; break; in dwc_eth_dwmac_config_dt()
95 plat_dat->axi->axi_blen[a_index] = 8; break; in dwc_eth_dwmac_config_dt()
[all …]
A Dstmmac_pci.c121 plat->axi = devm_kzalloc(&pdev->dev, sizeof(*plat->axi), GFP_KERNEL); in snps_gmac5_default_data()
122 if (!plat->axi) in snps_gmac5_default_data()
125 plat->axi->axi_wr_osr_lmt = 31; in snps_gmac5_default_data()
126 plat->axi->axi_rd_osr_lmt = 31; in snps_gmac5_default_data()
128 plat->axi->axi_fb = false; in snps_gmac5_default_data()
129 plat->axi->axi_blen[0] = 4; in snps_gmac5_default_data()
130 plat->axi->axi_blen[1] = 8; in snps_gmac5_default_data()
131 plat->axi->axi_blen[2] = 16; in snps_gmac5_default_data()
132 plat->axi->axi_blen[3] = 32; in snps_gmac5_default_data()
A Dstmmac_platform.c97 struct stmmac_axi *axi; in stmmac_axi_setup() local
103 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup()
104 if (!axi) { in stmmac_axi_setup()
109 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup()
112 axi->axi_fb = of_property_read_bool(np, "snps,axi_fb"); in stmmac_axi_setup()
113 axi->axi_mb = of_property_read_bool(np, "snps,axi_mb"); in stmmac_axi_setup()
114 axi->axi_rb = of_property_read_bool(np, "snps,axi_rb"); in stmmac_axi_setup()
117 axi->axi_wr_osr_lmt = 1; in stmmac_axi_setup()
119 axi->axi_rd_osr_lmt = 1; in stmmac_axi_setup()
123 return axi; in stmmac_axi_setup()
[all …]
A Ddwmac1000_dma.c19 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()
277 .axi = dwmac1000_dma_axi,
A Ddwmac4_dma.c17 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()
526 .axi = dwmac4_dma_axi,
555 .axi = dwmac4_dma_axi,
A Ddwxgmac2_dma.c81 static void dwxgmac2_dma_axi(void __iomem *ioaddr, struct stmmac_axi *axi) in dwxgmac2_dma_axi() argument
86 if (axi->axi_lpi_en) in dwxgmac2_dma_axi()
88 if (axi->axi_xit_frm) in dwxgmac2_dma_axi()
92 value |= (axi->axi_wr_osr_lmt << XGMAC_WR_OSR_LMT_SHIFT) & in dwxgmac2_dma_axi()
96 value |= (axi->axi_rd_osr_lmt << XGMAC_RD_OSR_LMT_SHIFT) & in dwxgmac2_dma_axi()
99 if (!axi->axi_fb) in dwxgmac2_dma_axi()
104 switch (axi->axi_blen[i]) { in dwxgmac2_dma_axi()
560 .axi = dwxgmac2_dma_axi,
/linux/Documentation/devicetree/bindings/dma/xilinx/
A Dxilinx_dma.txt20 "xlnx,axi-vdma-1.00.a"
21 "xlnx,axi-dma-1.00.a"
22 "xlnx,axi-cdma-1.00.a"
23 "xlnx,axi-mcdma-1.00.a"
62 "xlnx,axi-vdma-s2mm-channel".
63 For CDMA: It should be "xlnx,axi-cdma-channel".
65 or "xlnx,axi-dma-s2mm-channel".
85 compatible = "xlnx,axi-vdma-1.00.a";
96 compatible = "xlnx,axi-vdma-mm2s-channel";
101 compatible = "xlnx,axi-vdma-s2mm-channel";
[all …]
/linux/Documentation/devicetree/bindings/dma/
A Dsnps,dw-axi-dmac.yaml4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml#
22 - snps,axi-dma-1.01a
23 - intel,kmb-axi-dma
83 snps,axi-max-burst-len:
111 /* example with snps,dw-axi-dmac */
113 compatible = "snps,axi-dma-1.01a";
125 snps,axi-max-burst-len = <16>;
/linux/Documentation/devicetree/bindings/hwmon/
A Dadi,axi-fan-control.yaml5 $id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
22 - adi,axi-fan-control-1.00.a
51 fpga_axi: fpga-axi {
55 axi_fan_control: axi-fan-control@80000000 {
56 compatible = "adi,axi-fan-control-1.00.a";
/linux/arch/arm/boot/dts/
A Dimx6qp.dtsi27 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/Documentation/devicetree/bindings/sound/
A Dadi,axi-spdif-tx.txt4 - 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";
A Dadi,axi-i2s.txt7 - 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/Documentation/devicetree/bindings/iio/adc/
A Dadi,axi-adc.yaml4 $id: http://devicetree.org/schemas/iio/adc/adi,axi-adc.yaml#
27 - adi,axi-adc-10.0.a
54 axi-adc@44a00000 {
55 compatible = "adi,axi-adc-10.0.a";
/linux/Documentation/devicetree/bindings/pci/
A Dxilinx-pcie.txt8 - 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/Documentation/devicetree/bindings/bus/
A Dbrcm,bus-axi.txt5 - 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/Documentation/devicetree/bindings/ata/
A Dahci-mtk.txt13 - 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/Documentation/devicetree/bindings/fpga/
A Dxilinx-pr-decoupler.txt26 "xlnx,dfx-axi-shutdown-manager-1.00" followed by
27 "xlnx,dfx-axi-shutdown-manager"
48 compatible = "xlnx,dfx-axi-shutdown-manager-1.00",
49 "xlnx,dfx-axi-shutdown-manager";
/linux/Documentation/devicetree/bindings/display/imx/
A Dfsl-imx-drm.txt69 - 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/Documentation/devicetree/bindings/soc/imx/
A Dfsl,imx8mm-disp-blk-ctrl.yaml47 - const: csi-bridge-axi
50 - const: lcdif-axi
90 clock-names = "csi-bridge-axi", "csi-bridge-apb", "csi-bridge-core",
91 "lcdif-axi", "lcdif-apb", "lcdif-pix", "dsi-pclk",
/linux/Documentation/devicetree/bindings/mmc/
A Dsnps,dwcmshc-sdhci.yaml33 - description: axi clock for rockchip specified
43 - const: axi
68 clock-names = "core", "bus", "axi", "block", "timer";

Completed in 33 milliseconds

1234567