Searched full:rxpbl (Results 1 – 21 of 21) sorted by relevance
/openbmc/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() local 91 value |= (rxpbl << DMA_BUS_MODE_RPBL_SHIFT); in dwmac1000_dma_init()
|
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 | 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 | stmmac_platform.c | 578 of_property_read_u32(np, "snps,rxpbl", &dma_cfg->rxpbl); in stmmac_probe_config_dt()
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | snps,dwc-qos-ethernet.txt | 117 - snps,rxpbl: DMA Programmable burst length for the RX DMA 153 snps,rxpbl = <2>;
|
/openbmc/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>;
|
H A D | toshiba,visconti-dwmac.yaml | 70 snps,rxpbl = <4>;
|
H A D | starfive,jh7110-dwmac.yaml | 124 snps,rxpbl = <16>;
|
H A D | mediatek-dwmac.yaml | 181 snps,rxpbl = <1>;
|
H A D | snps,dwmac.yaml | 616 snps,rxpbl: 626 Don\'t multiply the pbl/txpbl/rxpbl values by 8. For core
|
/openbmc/linux/include/linux/ |
H A D | stmmac.h | 95 int rxpbl; member
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328-roc-cc.dts | 160 snps,rxpbl = <0x4>;
|
H A D | rk3328-rock-pi-e.dts | 155 snps,rxpbl = <0x4>;
|
/openbmc/linux/arch/arm/boot/dts/axis/ |
H A D | artpec6.dtsi | 302 snps,rxpbl = <2>;
|
/openbmc/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110.dtsi | 919 snps,rxpbl = <16>; 950 snps,rxpbl = <16>;
|
/openbmc/linux/arch/arm64/boot/dts/toshiba/ |
H A D | tmpv7708.dtsi | 458 snps,rxpbl = <4>;
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 541 int rxpbl;
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt2712e.dtsi | 758 snps,rxpbl = <1>;
|
H A D | mt8195.dtsi | 1275 snps,rxpbl = <16>;
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186.dtsi | 73 snps,rxpbl = <8>;
|
H A D | tegra194.dtsi | 166 snps,rxpbl = <8>;
|