Searched refs:rxpbl (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_dma.c | 78 int rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in dwmac1000_dma_init_channel() local 93 value |= (rxpbl << DMA_BUS_MODE_RPBL_SHIFT); in dwmac1000_dma_init_channel()
|
H A D | dwmac-loongson.c | 214 int rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in loongson_dwmac_dma_init_channel() local 225 value |= (rxpbl << DMA_BUS_MODE_RPBL_SHIFT); in loongson_dwmac_dma_init_channel()
|
H A D | dwxgmac2_dma.c | 54 u32 rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in dwxgmac2_dma_init_rx_chan() local 59 value |= (rxpbl << XGMAC_RxPBL_SHIFT) & XGMAC_RxPBL; in dwxgmac2_dma_init_rx_chan()
|
H A D | dwmac4_dma.c | 79 u32 rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in dwmac4_dma_init_rx_chan() local 82 value = value | (rxpbl << DMA_BUS_MODE_RPBL_SHIFT); in dwmac4_dma_init_rx_chan()
|
H A D | stmmac_platform.c | 579 of_property_read_u32(np, "snps,rxpbl", &dma_cfg->rxpbl); in stmmac_probe_config_dt()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | snps,dwc-qos-ethernet.txt | 116 - snps,rxpbl: DMA Programmable burst length for the RX DMA 155 snps,rxpbl = <2>;
|
/linux/arch/arm/boot/dts/axis/ |
H A D | artpec6.dtsi | 302 snps,rxpbl = <2>;
|
/linux/arch/arm64/boot/dts/toshiba/ |
H A D | tmpv7708.dtsi | 458 snps,rxpbl = <4>;
|
/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110.dtsi | 1027 snps,rxpbl = <16>; 1058 snps,rxpbl = <16>;
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt2712e.dtsi | 758 snps,rxpbl = <1>;
|
/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 541 int rxpbl;
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186.dtsi | 73 snps,rxpbl = <8>;
|
H A D | tegra194.dtsi | 166 snps,rxpbl = <8>;
|