Home
last modified time | relevance | path

Searched refs:txpbl (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c50 int txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwmac1000_dma_init_channel() local
64 value = u32_replace_bits(value, txpbl, DMA_BUS_MODE_PBL_MASK); in dwmac1000_dma_init_channel()
H A Ddwmac-loongson.c185 int txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in loongson_dwmac_dma_init_channel() local
195 value = u32_replace_bits(value, txpbl, DMA_BUS_MODE_PBL_MASK); in loongson_dwmac_dma_init_channel()
H A Ddwmac4_dma.c73 u32 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwmac4_dma_init_tx_chan() local
76 value = value | FIELD_PREP(DMA_CHAN_TX_CTRL_TXPBL_MASK, txpbl); in dwmac4_dma_init_tx_chan()
H A Ddwxgmac2_dma.c70 u32 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwxgmac2_dma_init_tx_chan() local
74 value = u32_replace_bits(value, txpbl, XGMAC_TxPBL); in dwxgmac2_dma_init_tx_chan()
H A Ddwmac-motorcomm.c232 plat->dma_cfg->txpbl = 32; in motorcomm_default_plat_data()
H A Dstmmac_platform.c565 of_property_read_u32(np, "snps,txpbl", &dma_cfg->txpbl); in stmmac_probe_config_dt()
/linux/include/linux/
H A Dstmmac.h97 int txpbl; member
/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwc-qos-ethernet.txt115 - snps,txpbl: DMA Programmable burst length for the TX DMA
154 snps,txpbl = <8>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3328-roc.dtsi164 snps,txpbl = <0x4>;
H A Drk3328.dtsi999 snps,txpbl = <0x4>;
1023 snps,txpbl = <0x4>;
H A Drk3399-base.dtsi382 snps,txpbl = <0x4>;
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g087.dtsi547 snps,txpbl = <16>;
694 snps,txpbl = <16>;
841 snps,txpbl = <16>;
H A Dr9a09g077.dtsi546 snps,txpbl = <16>;
692 snps,txpbl = <16>;
838 snps,txpbl = <16>;
H A Dr9a09g047.dtsi1202 snps,txpbl = <32>;
1302 snps,txpbl = <32>;
H A Dr9a09g056.dtsi1454 snps,txpbl = <32>;
1555 snps,txpbl = <32>;
H A Dr9a09g057.dtsi1497 snps,txpbl = <32>;
1598 snps,txpbl = <32>;
/linux/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708.dtsi458 snps,txpbl = <4>;
/linux/arch/riscv/boot/dts/sophgo/
H A Dcv180x.dtsi261 snps,txpbl = <8>;
H A Dsg2042.dtsi330 snps,txpbl = <32>;
H A Dsg2044.dtsi342 snps,txpbl = <32>;
/linux/arch/arm/boot/dts/axis/
H A Dartpec6.dtsi301 snps,txpbl = <8>;
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi1051 snps,txpbl = <16>;
1081 snps,txpbl = <16>;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt2712e.dtsi757 snps,txpbl = <1>;
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst540 int txpbl;
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra186.dtsi78 snps,txpbl = <32>;

12