Home
last modified time | relevance | path

Searched refs:tx_delay (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/freebsd/arm/allwinner/
H A Daw_gmacclk.c89 int tx_delay; member
241 sc->tx_delay = sc->rx_delay = -1; in aw_gmacclk_attach()
242 OF_getencprop(node, "tx-delay", &sc->tx_delay, sizeof(sc->tx_delay)); in aw_gmacclk_attach()
H A Dif_awg.c224 static int awg_parse_delay(device_t dev, uint32_t *tx_delay,
1443 awg_parse_delay(device_t dev, uint32_t *tx_delay, uint32_t *rx_delay) in awg_parse_delay() argument
1448 if (tx_delay == NULL || rx_delay == NULL) in awg_parse_delay()
1450 *tx_delay = *rx_delay = 0; in awg_parse_delay()
1454 *tx_delay = delay; in awg_parse_delay()
1461 *tx_delay = delay / 100; in awg_parse_delay()
1463 if (*tx_delay > 7) { in awg_parse_delay()
1494 uint32_t reg, tx_delay, rx_delay; in awg_setup_phy() local
1535 error = awg_parse_delay(dev, &tx_delay, &rx_delay); in awg_setup_phy()
1541 if (tx_delay > 0) in awg_setup_phy()
[all …]
/f-stack/freebsd/arm64/rockchip/
H A Dif_dwc_rk.c122 uint32_t tx_delay; member
192 sc->tx_delay, sc->rx_delay); in rk3328_set_delays()
200 reg |= ((sc->tx_delay & MAC_CON0_GMAC2IO_TX_DL_CFG_MASK) << in rk3328_set_delays()
302 sc->rx_delay, sc->tx_delay); in rk3399_set_delays()
306 reg |= ((sc->tx_delay & SOC_CON6_TX_DL_CFG_MASK) << in rk3399_set_delays()
349 rxtx = ((sc->rx_delay << 8) | sc->tx_delay); in if_dwc_rk_sysctl_delays()
354 sc->tx_delay = rxtx & 0xff; in if_dwc_rk_sysctl_delays()
507 sc->tx_delay = tx; in if_dwc_rk_init()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Drockchip-dwmac.txt43 - tx_delay: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default.
73 tx_delay = <0x30>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drockchip-radxa-dalang-carrier.dtsi64 tx_delay = <0x28>;
H A Drk3229-evb.dts155 tx_delay = <0x30>;
H A Drk3288-firefly-reload-core.dtsi62 tx_delay = <0x30>;
H A Drk3288-rock2-som.dtsi74 tx_delay = <0x30>;
H A Drk3288-evb.dtsi248 tx_delay = <0x30>;
H A Drk3288-r89.dts108 tx_delay = <0x30>;
H A Drk3288-miqi.dts109 tx_delay = <0x30>;
H A Drk3288-veyron-fievel.dts92 tx_delay = <0x30>;
H A Drk3288-phycore-som.dtsi100 tx_delay = <0x0>;
H A Drk3288-vyasa.dts152 tx_delay = <0x30>;
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-ficus.dts86 tx_delay = <0x28>;
H A Drk3368-evb.dtsi135 tx_delay = <0x30>;
H A Drk3368-lion.dtsi160 tx_delay = <0x10>;
H A Drk3368-geekbox.dts97 tx_delay = <0x30>;
H A Drk3328-a1.dts109 tx_delay = <0x26>;
H A Drk3328-roc-cc.dts151 tx_delay = <0x24>;
H A Drk3368-orion-r68-meta.dts184 tx_delay = <0x30>;
H A Drk3368-r88.dts168 tx_delay = <0x30>;
H A Drk3328-rock64.dts157 tx_delay = <0x24>;
H A Drk3399-evb.dts161 tx_delay = <0x28>;
H A Drk3399-puma.dtsi163 tx_delay = <0x10>;

12