Searched refs:tx_delay (Results 1 – 25 of 38) sorted by relevance
12
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_gmacclk.c | 89 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 D | if_awg.c | 224 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 D | if_dwc_rk.c | 122 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 D | rockchip-dwmac.txt | 43 - 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 D | rockchip-radxa-dalang-carrier.dtsi | 64 tx_delay = <0x28>;
|
| H A D | rk3229-evb.dts | 155 tx_delay = <0x30>;
|
| H A D | rk3288-firefly-reload-core.dtsi | 62 tx_delay = <0x30>;
|
| H A D | rk3288-rock2-som.dtsi | 74 tx_delay = <0x30>;
|
| H A D | rk3288-evb.dtsi | 248 tx_delay = <0x30>;
|
| H A D | rk3288-r89.dts | 108 tx_delay = <0x30>;
|
| H A D | rk3288-miqi.dts | 109 tx_delay = <0x30>;
|
| H A D | rk3288-veyron-fievel.dts | 92 tx_delay = <0x30>;
|
| H A D | rk3288-phycore-som.dtsi | 100 tx_delay = <0x0>;
|
| H A D | rk3288-vyasa.dts | 152 tx_delay = <0x30>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-ficus.dts | 86 tx_delay = <0x28>;
|
| H A D | rk3368-evb.dtsi | 135 tx_delay = <0x30>;
|
| H A D | rk3368-lion.dtsi | 160 tx_delay = <0x10>;
|
| H A D | rk3368-geekbox.dts | 97 tx_delay = <0x30>;
|
| H A D | rk3328-a1.dts | 109 tx_delay = <0x26>;
|
| H A D | rk3328-roc-cc.dts | 151 tx_delay = <0x24>;
|
| H A D | rk3368-orion-r68-meta.dts | 184 tx_delay = <0x30>;
|
| H A D | rk3368-r88.dts | 168 tx_delay = <0x30>;
|
| H A D | rk3328-rock64.dts | 157 tx_delay = <0x24>;
|
| H A D | rk3399-evb.dts | 161 tx_delay = <0x28>;
|
| H A D | rk3399-puma.dtsi | 163 tx_delay = <0x10>;
|
12