Searched full:tx_delay (Results 1 – 25 of 73) sorted by relevance
123
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 150 uint32_t rx_delay, tx_delay; in eqos_fdt_init() local 235 if (OF_getencprop(node, "tx_delay", &tx_delay, sizeof(tx_delay)) <= 0) in eqos_fdt_init() 236 tx_delay = 0x30; in eqos_fdt_init() 242 EQOS_GMAC_CLK_TX_DL_CFG(tx_delay)); in eqos_fdt_init()
|
/freebsd/sys/dev/dwc/ |
H A D | if_dwc_rk.c | 122 uint32_t tx_delay; member 193 sc->tx_delay, sc->rx_delay); in rk3328_set_delays() 201 reg |= ((sc->tx_delay & MAC_CON0_GMAC2IO_TX_DL_CFG_MASK) << in rk3328_set_delays() 309 sc->rx_delay, sc->tx_delay); in rk3399_set_delays() 313 reg |= ((sc->tx_delay & SOC_CON6_TX_DL_CFG_MASK) << in rk3399_set_delays() 356 rxtx = ((sc->rx_delay << 8) | sc->tx_delay); in if_dwc_rk_sysctl_delays() 361 sc->tx_delay = rxtx & 0xff; in if_dwc_rk_sysctl_delays() 504 if (OF_getencprop(node, "tx_delay", &tx, sizeof(tx)) <= 0) in if_dwc_rk_init() 508 sc->tx_delay = tx; in if_dwc_rk_init()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_gmacclk.c | 84 int tx_delay; member 232 sc->tx_delay = sc->rx_delay = -1; in aw_gmacclk_attach() 233 OF_getencprop(node, "tx-delay", &sc->tx_delay, sizeof(sc->tx_delay)); in aw_gmacclk_attach()
|
H A D | if_awg.c | 221 static int awg_parse_delay(device_t dev, uint32_t *tx_delay, 1440 awg_parse_delay(device_t dev, uint32_t *tx_delay, uint32_t *rx_delay) in awg_parse_delay() argument 1445 if (tx_delay == NULL || rx_delay == NULL) in awg_parse_delay() 1447 *tx_delay = *rx_delay = 0; in awg_parse_delay() 1451 *tx_delay = delay; in awg_parse_delay() 1458 *tx_delay = delay / 100; in awg_parse_delay() 1460 if (*tx_delay > 7) { in awg_parse_delay() 1491 uint32_t reg, tx_delay, rx_delay; in awg_setup_phy() local 1532 error = awg_parse_delay(dev, &tx_delay, &rx_delay); in awg_setup_phy() 1538 if (tx_delay > 0) in awg_setup_phy() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | rockchip-dwmac.txt | 43 - tx_delay: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default. 73 tx_delay = <0x30>;
|
H A D | rockchip-dwmac.yaml | 96 tx_delay:
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3328-orangepi-r1-plus-lts.dts | 19 tx_delay = <0x19>;
|
H A D | rk3328-nanopi-r2c.dts | 19 tx_delay = <0x22>;
|
H A D | rk3588-ok3588-c.dts | 181 tx_delay = <0x44>; 196 tx_delay = <0x44>;
|
H A D | rk3568-nanopi-r5s.dts | 71 tx_delay = <0x3c>;
|
H A D | rk3399-ficus.dts | 90 tx_delay = <0x28>;
|
H A D | rk3568-roc-pc.dts | 193 tx_delay = <0x3c>; 215 tx_delay = <0x4f>;
|
H A D | rk3568-lubancat-2.dts | 463 tx_delay = <0x22>; 496 tx_delay = <0x21>;
|
H A D | rk3566-radxa-cm3-io.dts | 112 tx_delay = <0x46>;
|
H A D | rk3368-evb.dtsi | 139 tx_delay = <0x30>;
|
H A D | rk3368-geekbox.dts | 102 tx_delay = <0x30>;
|
H A D | rk3568-bpi-r2-pro.dts | 221 tx_delay = <0x4f>; 250 tx_delay = <0x3c>;
|
H A D | rk3368-lion.dtsi | 164 tx_delay = <0x10>;
|
H A D | rk3328-a1.dts | 115 tx_delay = <0x26>;
|
H A D | rk3328-orangepi-r1-plus.dts | 122 tx_delay = <0x24>;
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rv1126-edgeble-neu2-io.dts | 65 tx_delay = <0x2a>;
|
H A D | rockchip-radxa-dalang-carrier.dtsi | 72 tx_delay = <0x28>;
|
H A D | rk3229-evb.dts | 159 tx_delay = <0x30>;
|
H A D | rk3288-rock2-som.dtsi | 74 tx_delay = <0x30>;
|
H A D | rk3288-firefly-reload-core.dtsi | 62 tx_delay = <0x30>;
|
123