/linux-6.6.21/drivers/bus/ |
D | bt1-axi.c | 60 struct bt1_axi *axi = data; in bt1_axi_isr() local 63 regmap_read(axi->sys_regs, BT1_AXI_WERRL, &low); in bt1_axi_isr() 64 regmap_read(axi->sys_regs, BT1_AXI_WERRH, &high); in bt1_axi_isr() 66 dev_crit_ratelimited(axi->dev, in bt1_axi_isr() 68 atomic_inc_return(&axi->count), in bt1_axi_isr() 86 struct bt1_axi *axi = data; in bt1_axi_clear_data() local 87 struct platform_device *pdev = to_platform_device(axi->dev); in bt1_axi_clear_data() 95 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() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | allwinner,sun4i-a10-axi-clk.yaml | 4 $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";
|
D | adi,axi-clkgen.yaml | 4 $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-6.6.21/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-6.6.21/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> 42 - xlnx,s-axi-id-width: Should be <0x4> (ignored by the driver) 59 compatible = "xlnx,axi-fifo-mm-s-4.1"; 64 xlnx,axi-str-rxd-protocol = "XIL_AXI_STREAM_ETH_DATA"; [all …]
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
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 = device_property_read_bool(dev, 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() [all …]
|
D | stmmac_pci.c | 121 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()
|
D | stmmac_platform.c | 97 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() 110 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); in stmmac_axi_setup() 111 axi->axi_kbbe = of_property_read_bool(np, "snps,kbbe"); in stmmac_axi_setup() 112 axi->axi_fb = of_property_read_bool(np, "snps,fb"); in stmmac_axi_setup() 113 axi->axi_mb = of_property_read_bool(np, "snps,mb"); in stmmac_axi_setup() 114 axi->axi_rb = of_property_read_bool(np, "snps,rb"); in stmmac_axi_setup() 116 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() 282 .axi = dwmac1000_dma_axi,
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/ |
D | snps,dw-axi-dmac.yaml | 4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml# 21 - snps,axi-dma-1.01a 22 - intel,kmb-axi-dma 23 - starfive,jh7110-axi-dma 92 snps,axi-max-burst-len: 119 - starfive,jh7110-axi-dma 139 /* example with snps,dw-axi-dmac */ 141 compatible = "snps,axi-dma-1.01a"; 153 snps,axi-max-burst-len = <16>;
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 20 "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" 67 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or 68 "xlnx,axi-vdma-s2mm-channel". 69 For CDMA: It should be "xlnx,axi-cdma-channel". 70 For AXIDMA and MCDMA: It should be either "xlnx,axi-dma-mm2s-channel" 71 or "xlnx,axi-dma-s2mm-channel". 91 compatible = "xlnx,axi-vdma-1.00.a"; [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/hwmon/ |
D | adi,axi-fan-control.yaml | 5 $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-6.6.21/arch/arm/boot/dts/nxp/imx/ |
D | imx6qp.dtsi | 33 clock-names = "axi"; 42 clock-names = "axi"; 51 clock-names = "axi"; 60 clock-names = "axi"; 69 clock-names = "ipg", "axi"; 78 clock-names = "ipg", "axi";
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/iio/adc/ |
D | adi,axi-adc.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/adi,axi-adc.yaml# 26 - adi,axi-adc-10.0.a 53 axi-adc@44a00000 { 54 compatible = "adi,axi-adc-10.0.a";
|
/linux-6.6.21/Documentation/devicetree/bindings/mmc/ |
D | snps,dwcmshc-sdhci.yaml | 34 - description: axi clock for rockchip specified 44 - const: axi 55 - const: axi 80 clock-names = "core", "bus", "axi", "block", "timer";
|
/linux-6.6.21/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-6.6.21/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-6.6.21/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx8mm-disp-blk-ctrl.yaml | 47 - 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-6.6.21/Documentation/devicetree/bindings/usb/ |
D | starfive,jh7110-usb.yaml | 50 - const: axi 64 - const: axi 97 clock-names = "lpm", "stb", "apb", "axi", "utmi_apb"; 102 reset-names = "pwrup", "apb", "axi", "utmi_apb";
|
D | renesas,rzv2m-usb3drd.yaml | 47 - const: axi 99 clock-names = "axi", "reg"; 113 clock-names = "axi", "reg"; 125 clock-names = "axi", "reg";
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/net/ |
D | xlnx,axi-ethernet.yaml | 4 $id: http://devicetree.org/schemas/net/xlnx,axi-ethernet.yaml# 10 Also called AXI 1G/2.5G Ethernet Subsystem, the xilinx axi ethernet IP core 27 - xlnx,axi-ethernet-1.00.a 28 - xlnx,axi-ethernet-1.01.a 29 - xlnx,axi-ethernet-2.01.a 140 compatible = "xlnx,axi-ethernet-1.00.a"; 163 compatible = "xlnx,axi-ethernet-1.00.a";
|
/linux-6.6.21/Documentation/devicetree/bindings/pci/ |
D | xlnx,axi-pcie-host.yaml | 4 $id: http://devicetree.org/schemas/pci/xlnx,axi-pcie-host.yaml# 17 const: xlnx,axi-pcie-host-1.00.a 70 compatible = "xlnx,axi-pcie-host-1.00.a";
|