| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-mediatek.c | 70 u32 tx_delay; member 150 mac_delay->tx_delay /= 550; in mt2712_delay_ps2stage() 158 mac_delay->tx_delay /= 170; in mt2712_delay_ps2stage() 175 mac_delay->tx_delay *= 550; in mt2712_delay_stage2ps() 183 mac_delay->tx_delay *= 170; in mt2712_delay_stage2ps() 201 delay_val |= FIELD_PREP(ETH_DLY_TXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() 202 delay_val |= FIELD_PREP(ETH_DLY_TXC_STAGES, mac_delay->tx_delay); in mt2712_set_delay() 220 delay_val |= FIELD_PREP(ETH_DLY_GTXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() 221 delay_val |= FIELD_PREP(ETH_DLY_GTXC_STAGES, mac_delay->tx_delay); in mt2712_set_delay() 261 delay_val |= FIELD_PREP(ETH_DLY_GTXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() [all …]
|
| D | dwmac-rk.c | 31 int tx_delay, int rx_delay); 79 int tx_delay; member 184 int tx_delay, int rx_delay) in rk3128_set_to_rgmii() argument 197 DELAY_ENABLE(RK3128, tx_delay, rx_delay) | in rk3128_set_to_rgmii() 199 RK3128_GMAC_CLK_TX_DL_CFG(tx_delay)); in rk3128_set_to_rgmii() 300 int tx_delay, int rx_delay) in rk3228_set_to_rgmii() argument 312 DELAY_ENABLE(RK3228, tx_delay, rx_delay)); in rk3228_set_to_rgmii() 316 RK3228_GMAC_CLK_TX_DL_CFG(tx_delay)); in rk3228_set_to_rgmii() 422 int tx_delay, int rx_delay) in rk3288_set_to_rgmii() argument 435 DELAY_ENABLE(RK3288, tx_delay, rx_delay) | in rk3288_set_to_rgmii() [all …]
|
| D | dwmac-ingenic.c | 63 int tx_delay; member 207 if (mac->tx_delay == 0) in x2000_mac_set_mode() 211 FIELD_PREP(MACPHYC_TX_DELAY_MASK, (mac->tx_delay + 9750) / 19500 - 1); in x2000_mac_set_mode() 272 mac->tx_delay = tx_delay_ps * 1000; in ingenic_mac_probe()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-mediatek.c | 44 u32 tx_delay; member 130 mac_delay->tx_delay /= 550; in mt2712_delay_ps2stage() 138 mac_delay->tx_delay /= 170; in mt2712_delay_ps2stage() 155 mac_delay->tx_delay *= 550; in mt2712_delay_stage2ps() 163 mac_delay->tx_delay *= 170; in mt2712_delay_stage2ps() 181 delay_val |= FIELD_PREP(ETH_DLY_TXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() 182 delay_val |= FIELD_PREP(ETH_DLY_TXC_STAGES, mac_delay->tx_delay); in mt2712_set_delay() 200 delay_val |= FIELD_PREP(ETH_DLY_GTXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() 201 delay_val |= FIELD_PREP(ETH_DLY_GTXC_STAGES, mac_delay->tx_delay); in mt2712_set_delay() 241 delay_val |= FIELD_PREP(ETH_DLY_GTXC_ENABLE, !!mac_delay->tx_delay); in mt2712_set_delay() [all …]
|
| D | dwmac-rk.c | 31 int tx_delay, int rx_delay); 62 int tx_delay; member 165 int tx_delay, int rx_delay) in rk3128_set_to_rgmii() argument 178 DELAY_ENABLE(RK3128, tx_delay, rx_delay) | in rk3128_set_to_rgmii() 180 RK3128_GMAC_CLK_TX_DL_CFG(tx_delay)); in rk3128_set_to_rgmii() 281 int tx_delay, int rx_delay) in rk3228_set_to_rgmii() argument 293 DELAY_ENABLE(RK3228, tx_delay, rx_delay)); in rk3228_set_to_rgmii() 297 RK3228_GMAC_CLK_TX_DL_CFG(tx_delay)); in rk3228_set_to_rgmii() 403 int tx_delay, int rx_delay) in rk3288_set_to_rgmii() argument 416 DELAY_ENABLE(RK3288, tx_delay, rx_delay) | in rk3288_set_to_rgmii() [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/ |
| D | rk3568-fastrhino-r68s.dts | 46 tx_delay = <0x3c>; 68 tx_delay = <0x4f>;
|
| D | rk3328-nanopi-r2c.dts | 19 tx_delay = <0x22>;
|
| D | rk3328-orangepi-r1-plus-lts.dts | 18 /delete-property/ tx_delay;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | rockchip-dwmac.txt | 43 - tx_delay: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default. 73 tx_delay = <0x30>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | rockchip-dwmac.yaml | 94 tx_delay: 142 tx_delay = <0x30>;
|
| /kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
| D | sja1105_clocking.c | 514 int tx_delay = priv->rgmii_tx_delay_ps[port]; in sja1105pqrs_setup_rgmii_delay() local 520 if (tx_delay) in sja1105pqrs_setup_rgmii_delay() 521 pad_mii_id.txc_delay = SJA1105_RGMII_DELAY_PS_TO_HW(tx_delay); in sja1105pqrs_setup_rgmii_delay() 540 if (tx_delay) { in sja1105pqrs_setup_rgmii_delay() 556 int tx_delay = priv->rgmii_tx_delay_ps[port]; in sja1110_setup_rgmii_delay() local 569 if (tx_delay) { in sja1110_setup_rgmii_delay() 570 pad_mii_id.txc_delay = SJA1105_RGMII_DELAY_PS_TO_HW(tx_delay); in sja1110_setup_rgmii_delay()
|
| /kernel/linux/linux-6.6/drivers/phy/microchip/ |
| D | lan966x_serdes.c | 398 bool tx_delay = false; in lan966x_rgmii_setup() local 418 tx_delay = true; in lan966x_rgmii_setup() 432 HSIO_DLL_CFG_DLL_ENA_SET(tx_delay), in lan966x_rgmii_setup() 437 lan_rmw(HSIO_DLL_CFG_DELAY_ENA_SET(tx_delay), in lan966x_rgmii_setup()
|
| /kernel/linux/linux-6.6/drivers/net/hamradio/ |
| D | hdlcdrv.c | 226 s->ch_params.tx_delay = data[1]; in do_kiss_params() 227 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 356 s->hdlctx.numflags = tenms_to_2flags(s, s->ch_params.tx_delay); in start_tx() 509 bi.data.cp.tx_delay = s->ch_params.tx_delay; in hdlcdrv_siocdevprivate() 519 s->ch_params.tx_delay = bi.data.cp.tx_delay; in hdlcdrv_siocdevprivate()
|
| D | 6pack.c | 111 unsigned char tx_delay; member 190 count = encode_sixpack(p, sp->xbuff, len, sp->tx_delay); in sp_encaps() 194 case 1: sp->tx_delay = p[1]; in sp_encaps() 602 sp->tx_delay = SIXP_TXDELAY; in sixpack_open() 786 int length, unsigned char tx_delay) in encode_sixpack() argument 795 buf[0] = tx_delay; in encode_sixpack()
|
| D | baycom_epp.c | 331 bc->ch_params.tx_delay = data[1]; in do_kiss_params() 332 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params() 447 bc->hdlctx.flags = tenms_to_flags(bc, bc->ch_params.tx_delay); in transmit() 1018 hi.data.cp.tx_delay = bc->ch_params.tx_delay; in baycom_siocdevprivate() 1028 bc->ch_params.tx_delay = hi.data.cp.tx_delay; in baycom_siocdevprivate()
|
| /kernel/linux/linux-5.10/drivers/net/hamradio/ |
| D | hdlcdrv.c | 225 s->ch_params.tx_delay = data[1]; in do_kiss_params() 226 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 355 s->hdlctx.numflags = tenms_to_2flags(s, s->ch_params.tx_delay); in start_tx() 506 bi.data.cp.tx_delay = s->ch_params.tx_delay; in hdlcdrv_ioctl() 516 s->ch_params.tx_delay = bi.data.cp.tx_delay; in hdlcdrv_ioctl()
|
| D | 6pack.c | 110 unsigned char tx_delay; member 194 count = encode_sixpack(p, sp->xbuff, len, sp->tx_delay); in sp_encaps() 198 case 1: sp->tx_delay = p[1]; in sp_encaps() 605 sp->tx_delay = SIXP_TXDELAY; in sixpack_open() 796 int length, unsigned char tx_delay) in encode_sixpack() argument 805 buf[0] = tx_delay; in encode_sixpack()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | hdlcdrv.h | 18 int tx_delay; member
|
| /kernel/linux/linux-6.6/drivers/staging/octeon/ |
| D | ethernet.c | 646 bool tx_delay; in cvm_set_rgmii_delay() local 652 tx_delay = true; in cvm_set_rgmii_delay() 660 tx_delay = delay_value > 0; in cvm_set_rgmii_delay() 663 if (!rx_delay && !tx_delay) in cvm_set_rgmii_delay() 667 else if (!tx_delay) in cvm_set_rgmii_delay()
|
| /kernel/linux/linux-5.10/drivers/staging/octeon/ |
| D | ethernet.c | 653 bool tx_delay; in cvm_set_rgmii_delay() local 659 tx_delay = true; in cvm_set_rgmii_delay() 667 tx_delay = delay_value > 0; in cvm_set_rgmii_delay() 670 if (!rx_delay && !tx_delay) in cvm_set_rgmii_delay() 674 else if (!tx_delay) in cvm_set_rgmii_delay()
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | rockchip-radxa-dalang-carrier.dtsi | 64 tx_delay = <0x28>;
|
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| D | dsp_cmx.c | 1760 /* check current tx_delay */ 1765 if (delay < dsp->tx_delay[0]) 1766 dsp->tx_delay[0] = delay; 1801 delay = dsp->tx_delay[0]; 1804 if (delay > dsp->tx_delay[i]) 1805 delay = dsp->tx_delay[i]; 1815 "%s lowest tx_delay of %d bytes for" 1835 dsp->tx_delay[i] = dsp->tx_delay[i - 1]; 1838 dsp->tx_delay[0] = CMX_BUFF_HALF; /* (infinite) delay */
|
| /kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
| D | dsp_cmx.c | 1749 /* check current tx_delay */ 1754 if (delay < dsp->tx_delay[0]) 1755 dsp->tx_delay[0] = delay; 1790 delay = dsp->tx_delay[0]; 1793 if (delay > dsp->tx_delay[i]) 1794 delay = dsp->tx_delay[i]; 1804 "%s lowest tx_delay of %d bytes for" 1824 dsp->tx_delay[i] = dsp->tx_delay[i - 1]; 1827 dsp->tx_delay[0] = CMX_BUFF_HALF; /* (infinite) delay */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rv1126-edgeble-neu2-io.dts | 65 tx_delay = <0x2a>;
|
| D | rockchip-radxa-dalang-carrier.dtsi | 72 tx_delay = <0x28>;
|