Searched refs:tx2 (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/8390/ |
D | lib8390.c | 352 ei_local->tx2 > 0) in __ei_start_xmit() 355 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit() 356 } else if (ei_local->tx2 == 0) { in __ei_start_xmit() 358 ei_local->tx2 = send_length; in __ei_start_xmit() 367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit() 392 ei_local->tx2 = -1; in __ei_start_xmit() 398 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 599 if (ei_local->tx2 > 0) { in ei_tx_intr() 601 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 603 ei_local->tx2 = -1; in ei_tx_intr() [all …]
|
D | axnet_cs.c | 996 ei_local->tx2 > 0) in axnet_start_xmit() 999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit() 1002 else if (ei_local->tx2 == 0) in axnet_start_xmit() 1005 ei_local->tx2 = send_length; in axnet_start_xmit() 1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1053 ei_local->tx2 = -1; in axnet_start_xmit() 1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1270 if (ei_local->tx2 > 0) in ei_tx_intr() 1273 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr() 1275 ei_local->tx2 = -1; in ei_tx_intr() [all …]
|
D | 8390.h | 96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.c | 2879 void __iomem *tx2; member 4178 writel(voltage_swing_cfg, qphy->tx2 + drv_lvl_reg); in qcom_qmp_phy_configure_dp_swing() 4179 writel(pre_emphasis_cfg, qphy->tx2 + emp_post_reg); in qcom_qmp_phy_configure_dp_swing() 4204 writel(drvr_en, qphy->tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcom_qmp_v3_phy_configure_dp_tx() 4205 writel(bias_en, qphy->tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v3_phy_configure_dp_tx() 4360 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_tx() 4363 writel(0x20, qphy->tx2 + QSERDES_V4_TX_TX_EMP_POST1_LVL); in qcom_qmp_v4_phy_configure_dp_tx() 4483 writel(drvr1_en, qphy->tx2 + QSERDES_V4_TX_HIGHZ_DRVR_EN); in qcom_qmp_v4_phy_configure_dp_phy() 4484 writel(bias1_en, qphy->tx2 + QSERDES_V4_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v4_phy_configure_dp_phy() 4498 writel(0x0a, qphy->tx2 + QSERDES_V4_TX_TX_POL_INV); in qcom_qmp_v4_phy_configure_dp_phy() [all …]
|