Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Draw_skew.c96 struct timex tx1, tx2; in main() local
120 tx2.modes = 0; in main()
121 adjtimex(&tx2); in main()
132 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main()
138 if (tx1.offset || tx2.offset || in main()
139 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Draw_skew.c96 struct timex tx1, tx2; in main() local
120 tx2.modes = 0; in main()
121 adjtimex(&tx2); in main()
132 ppm = (long long)(tx1.freq + tx2.freq) * 1000 / 2; in main()
137 if (tx1.offset || tx2.offset || in main()
138 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dlib8390.c352 ei_local->tx2 > 0) in __ei_start_xmit()
354 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", 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()
366 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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 > in ei_tx_intr()
[all...]
H A Daxnet_cs.c996 ei_local->tx2 > 0) in axnet_start_xmit()
998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", 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()
1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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 > in ei_tx_intr()
[all...]
H A D8390.h96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dlib8390.c351 ei_local->tx2 > 0) in __ei_start_xmit()
353 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
354 ei_local->tx2, ei_local->lasttx, ei_local->txing); 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()
365 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", in __ei_start_xmit()
366 ei_local->tx1, ei_local->tx2, ei_local->lasttx); 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 > in ei_tx_intr()
[all...]
H A Daxnet_cs.c996 ei_local->tx2 > 0) in axnet_start_xmit()
998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", 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()
1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", 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 > in ei_tx_intr()
[all...]
H A D8390.h98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c706 u16 tx2; member
759 void __iomem *tx2; member
819 .tx2 = 0x800,
828 .tx2 = 0x1800,
1210 qmp_ufs_configure_lane(qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init()
1518 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_ufs_parse_dt_legacy()
1534 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy()
1535 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy()
1536 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy()
1573 qmp->tx2 in qmp_ufs_parse_dt()
[all...]
H A Dphy-qcom-qmp-usb.c1159 u16 tx2; member
1212 void __iomem *tx2; member
1305 .tx2 = 0x600,
1734 qmp_usb_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_power_on()
2081 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usb_parse_dt_legacy()
2100 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_parse_dt_legacy()
2101 if (IS_ERR(qmp->tx2)) in qmp_usb_parse_dt_legacy()
2102 return PTR_ERR(qmp->tx2); in qmp_usb_parse_dt_legacy()
2150 qmp->tx2 = base + offs->tx2; in qmp_usb_parse_dt()
[all...]
H A Dphy-qcom-qmp-pcie.c2156 u16 tx2; member
2230 void __iomem *tx2; member
2333 .tx2 = 0x0600,
2343 .tx2 = 0x0800,
2353 .tx2 = 0x1600,
2363 .tx2 = 0x0800,
2373 .tx2 = 0x3800,
2383 .tx2 = 0x0800,
3124 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
3140 void __iomem *tx2 in qmp_pcie_init_registers() local
[all...]
H A Dphy-qcom-qmp-combo.c1390 void __iomem *tx2; member
2514 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on() local
2521 qmp_combo_configure_lane(tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2); in qmp_combo_dp_power_on()
2555 void __iomem *tx2 = qmp->tx2; in qmp_combo_usb_power_on() local
2573 qmp_combo_configure_lane(tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_combo_usb_power_on()
3239 * tx2 -> 3; rx2 -> 4 in qmp_combo_parse_dt_lecacy_dp()
3241 * Note that only tx/tx2 and pcs (dp_phy) are used by the DP in qmp_combo_parse_dt_lecacy_dp()
3267 * tx2 -> 3; rx2 -> 4; pcs_misc (optional) -> 5 in qmp_combo_parse_dt_lecacy_usb()
3284 qmp->tx2 in qmp_combo_parse_dt_lecacy_usb()
[all...]
H A Dphy-qcom-qmp-usb-legacy.c554 void __iomem *tx2; member
878 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on()
1216 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usb_legacy_parse_dt_legacy()
1235 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy()
1236 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy()
1237 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_ssi.c678 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local
772 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk()
773 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk()
804 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local
857 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params()
858 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_ssi.c683 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_set_bclk() local
776 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk()
777 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk()
808 bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_ssi_hw_params() local
862 tx2 = tx || ssi->synchronous; in fsl_ssi_hw_params()
863 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.c1906 * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
1922 void __iomem *tx2; member
2776 writel(voltage_swing_cfg, qphy->tx2 + QSERDES_V3_TX_TX_DRV_LVL); in qcom_qmp_phy_configure_dp_tx()
2777 writel(pre_emphasis_cfg, qphy->tx2 + QSERDES_V3_TX_TX_EMP_POST1_LVL); in qcom_qmp_phy_configure_dp_tx()
2781 writel(drvr_en, qphy->tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcom_qmp_phy_configure_dp_tx()
2782 writel(bias_en, qphy->tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_phy_configure_dp_tx()
3122 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs, in qcom_qmp_phy_power_on()
3745 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qcom_qmp_phy_create()
3767 qphy->tx2 = of_iomap(np, 3); in qcom_qmp_phy_create()
3769 if (!qphy->tx2 || !qph in qcom_qmp_phy_create()
[all...]

Completed in 29 milliseconds