Home
last modified time | relevance | path

Searched full:txpbl (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/dev/eqos/
H A Dif_eqos_starfive.c146 if (OF_hasprop(node, "snps,txpbl")) { in if_eqos_starfive_init()
147 OF_getencprop(node, "snps,txpbl", &sc->base.txpbl, in if_eqos_starfive_init()
148 sizeof(sc->base.txpbl)); in if_eqos_starfive_init()
H A Dif_eqos_var.h90 uint32_t txpbl; member
H A Dif_eqos.c518 if (sc->txpbl > 0) in eqos_init()
519 val |= (sc->txpbl << GMAC_DMA_CHAN0_TXRX_PBL_SHIFT); in eqos_init()
1162 sc->txpbl = 0; in eqos_attach()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwc-qos-ethernet.txt115 - snps,txpbl: DMA Programmable burst length for the TX DMA
154 snps,txpbl = <8>;
H A Dqcom,ethqos.txt48 snps,txpbl = <8>;
H A Dtoshiba,visconti-dwmac.yaml75 snps,txpbl = <4>;
H A Dsophgo,cv1800b-dwmac.yaml87 snps,txpbl = <8>;
H A Dsophgo,sg2044-dwmac.yaml96 snps,txpbl = <32>;
H A Dmediatek-dwmac.txt87 snps,txpbl = <1>;
H A Dstarfive,jh7110-dwmac.yaml169 snps,txpbl = <16>;
H A Dmediatek-dwmac.yaml186 snps,txpbl = <1>;
H A Drenesas,r9a09g057-gbeth.yaml130 snps,txpbl = <32>;
H A Drenesas,rzv2h-gbeth.yaml132 snps,txpbl = <32>;
H A Dsnps,dwmac.yaml464 snps,txpbl:
481 Don\'t multiply the pbl/txpbl/rxpbl values by 8. For core
/freebsd/sys/dev/dwc/
H A Dif_dwc.c524 if (OF_getencprop(sc->node, "snps,txpbl", &sc->txpbl, sizeof(uint32_t)) <= 0) in dwc_attach()
525 sc->txpbl = pbl; in dwc_attach()
H A Dif_dwcvar.h86 uint32_t txpbl; /* TX Burst lenght */ member
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3328-roc.dtsi157 snps,txpbl = <0x4>;
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a09g056.dtsi756 snps,txpbl = <32>;
857 snps,txpbl = <32>;
H A Dr9a09g047.dtsi731 snps,txpbl = <32>;
832 snps,txpbl = <32>;
H A Dr9a09g057.dtsi1041 snps,txpbl = <32>;
1142 snps,txpbl = <32>;
/freebsd/sys/contrib/device-tree/src/arm/axis/
H A Dartpec6.dtsi301 snps,txpbl = <8>;
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/
H A Dcv180x.dtsi235 snps,txpbl = <8>;
H A Dsg2044.dtsi342 snps,txpbl = <32>;
/freebsd/sys/contrib/device-tree/src/arm64/toshiba/
H A Dtmpv7708.dtsi457 snps,txpbl = <4>;
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110.dtsi1027 snps,txpbl = <16>;
1057 snps,txpbl = <16>;

12