Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/8390/
A Dlib8390.c351 ei_local->tx2 > 0) in __ei_start_xmit()
355 } else if (ei_local->tx2 == 0) { in __ei_start_xmit()
357 ei_local->tx2 = send_length; in __ei_start_xmit()
391 ei_local->tx2 = -1; in __ei_start_xmit()
397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
598 if (ei_local->tx2 > 0) { in ei_tx_intr()
602 ei_local->tx2 = -1; in ei_tx_intr()
608 } else if (ei_local->tx2 < 0) { in ei_tx_intr()
612 ei_local->tx2 = 0; in ei_tx_intr()
1035 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init()
[all …]
A Daxnet_cs.c996 ei_local->tx2 > 0) 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()
1270 if (ei_local->tx2 > 0) in ei_tx_intr()
1275 ei_local->tx2 = -1; in ei_tx_intr()
1282 else if (ei_local->tx2 < 0) in ei_tx_intr()
1287 ei_local->tx2); in ei_tx_intr()
1288 ei_local->tx2 = 0; in ei_tx_intr()
[all …]
A D8390.h98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/drivers/phy/qualcomm/
A Dphy-qcom-qmp-usbc.c294 u16 tx2; member
330 void __iomem *tx2; member
405 .tx2 = 0x600,
542 qmp_configure_lane(qmp->dev, qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usbc_power_on()
938 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usbc_parse_dt_legacy()
939 if (IS_ERR(qmp->tx2)) in qmp_usbc_parse_dt_legacy()
940 return PTR_ERR(qmp->tx2); in qmp_usbc_parse_dt_legacy()
995 qmp->tx2 = base + offs->tx2; in qmp_usbc_parse_dt()
A Dphy-qcom-qmp-ufs.c1076 u16 tx2; member
1130 void __iomem *tx2; member
1177 .tx2 = 0x800,
1186 .tx2 = 0x1800,
1701 qmp_configure_lane(qmp->dev, qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init()
2003 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy()
2004 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy()
2005 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy()
2042 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
A Dphy-qcom-qmp-pcie.c2962 u16 tx2; member
3047 void __iomem *tx2; member
3153 .tx2 = 0x0600,
3164 .tx2 = 0x0800,
3174 .tx2 = 0x1600,
3195 .tx2 = 0x0800,
3206 .tx2 = 0x3800,
3216 .tx2 = 0x0800,
4297 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
4800 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
[all …]
A Dphy-qcom-qmp-usb-legacy.c533 void __iomem *tx2; member
846 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on()
1185 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy()
1186 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy()
1187 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
A Dphy-qcom-qmp-combo.c1829 void __iomem *tx2; member
3121 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local
3128 qmp_configure_lane(qmp->dev, tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on()
3162 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local
3180 qmp_configure_lane(qmp->dev, tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on()
3854 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_legacy_usb()
3855 if (IS_ERR(qmp->tx2)) in qmp_combo_parse_dt_legacy_usb()
3856 return PTR_ERR(qmp->tx2); in qmp_combo_parse_dt_legacy_usb()
3931 qmp->tx2 = base + offs->txb; in qmp_combo_parse_dt()

Completed in 40 milliseconds