Searched refs:tx1 (Results 1 – 4 of 4) sorted by relevance
| /drivers/phy/qualcomm/ |
| A D | phy-qcom-edp.c | 98 void __iomem *tx1; member 309 writel(swing, edp->tx1 + TXn_TX_DRV_LVL); in qcom_edp_set_voltages() 759 writel(0x00, edp->tx1 + TXn_LANE_MODE_1); in qcom_edp_phy_power_on() 784 writel(0x0f, edp->tx1 + TXn_CLKBUF_ENABLE); in qcom_edp_phy_power_on() 787 writel(0x04, edp->tx1 + TXn_TX_BAND); in qcom_edp_phy_power_on() 806 writel(0x1f, edp->tx1 + TXn_HIGHZ_DRVR_EN); in qcom_edp_phy_power_on() 807 writel(0x04, edp->tx1 + TXn_HIGHZ_DRVR_EN); in qcom_edp_phy_power_on() 808 writel(0x00, edp->tx1 + TXn_TX_POL_INV); in qcom_edp_phy_power_on() 819 writel(0x1f, edp->tx1 + TXn_TX_DRV_LVL); in qcom_edp_phy_power_on() 1088 if (IS_ERR(edp->tx1)) in qcom_edp_phy_probe() [all …]
|
| /drivers/net/ethernet/8390/ |
| A D | lib8390.c | 347 if (ei_local->tx1 == 0) { in __ei_start_xmit() 349 ei_local->tx1 = send_length; in __ei_start_xmit() 359 ei_local->tx1 > 0) in __ei_start_xmit() 388 ei_local->tx1 = -1; in __ei_start_xmit() 397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 593 if (ei_local->tx1 < 0) { in ei_tx_intr() 597 ei_local->tx1 = 0; in ei_tx_intr() 613 if (ei_local->tx1 > 0) { in ei_tx_intr() 617 ei_local->tx1 = -1; in ei_tx_intr() 1035 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init() [all …]
|
| A D | axnet_cs.c | 991 if (ei_local->tx1 == 0) in axnet_start_xmit() 994 ei_local->tx1 = send_length; in axnet_start_xmit() 1007 ei_local->tx1 > 0) in axnet_start_xmit() 1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1048 ei_local->tx1 = -1; in axnet_start_xmit() 1263 if (ei_local->tx1 < 0) in ei_tx_intr() 1268 ei_local->tx1); in ei_tx_intr() 1269 ei_local->tx1 = 0; in ei_tx_intr() 1289 if (ei_local->tx1 > 0) in ei_tx_intr() 1294 ei_local->tx1 = -1; in ei_tx_intr() [all …]
|
| A D | 8390.h | 98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|
Completed in 15 milliseconds