/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 233 /* Hold LTSSM in reset whilst initialising the PHYs */ in fupci_phy_init() 257 /* Disable the aux clock whilst taking the LTSSM out of reset */ in fupci_phy_init() 264 /* Take LTSSM out of reset */ in fupci_phy_init() 308 /* Enable LTSSM */ in fupci_init()
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | mediatek-pcie-cfg.yaml | 15 LTSSM, ASPM and so on.
|
H A D | baikal,bt1-pcie.yaml | 102 access some additional PM, Reset-related and LTSSM signals.
|
H A D | mediatek-pcie.txt | 31 - pipe_ckN :LTSSM and PHY/MAC layer operating clock
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3.txt | 61 LTSSM during USB3 Compliance mode.
|
H A D | snps,dwc3.yaml | 185 The value driven to the PHY is controlled by the LTSSM during USB3
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | pci_mpc85xx.c | 316 uint8_t ltssm, capptr; in fsl_pcib_attach() local 393 ltssm = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_LTSSM, 1); in fsl_pcib_attach() 394 if (ltssm < LTSSM_STAT_L0) { in fsl_pcib_attach()
|
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pcireg.h | 235 #define BHND_PCIE_PLP_LTSSMCTRLREG 0x208 /* LTSSM control */ 248 #define BHND_PCIE_PLP_LTSSMDIAGREG 0x23C /* LTSSM State Machine Diag */
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | en.h | 470 "Time from start until first transition to LTSSM.Detect_Q in usec", \ 473 "Time from start until first transition to LTSSM.L0 in usec", \ 487 "Number of times LTSSM entered L1 flow.", pcie_timers_states) \ 489 "Number of times LTSSM entered L23 flow.", pcie_timers_states) \
|
/freebsd/sys/arm64/qoriq/ |
H A D | qoriq_dw_pci.c | 63 uint32_t ltssm_bit; /* LSB bit of LTSSM state field */
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie_w_reg.h | 534 /* Enable port to start LTSSM Link Training */ 756 /* Current state of the LTSSM */ 759 /* Decode of the Recovery. Equalization LTSSM state */ 1178 /* The ltssm is in RCVRY_LOCK state. */
|
H A D | al_hal_pcie_interrupts.h | 123 /** [RC/EP] The LTSSM is in RCVRY_LOCK state. */
|
H A D | al_hal_pcie.h | 831 * this function waits for link up indication, it polls LTSSM state until link is ready 883 * this function initiates Link retraining by directing the Physical Layer LTSSM 884 * to the Recovery state. If the LTSSM is already in Recovery or Configuration,
|
H A D | al_hal_pcie.c | 477 al_dbg("PCIe %d: Port Debug 0: 0x%08x. LTSSM state :0x%x\n", in al_pcie_check_link() 1948 /** return AL_TRUE is link started (LTSSM enabled) and AL_FALSE otherwise */
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pcie.c | 190 /* Start Link Training and Status State Machine (LTSSM) */ in rk3568_pcie_init_soc()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | pci.c | 348 ath11k_dbg(ab, ATH11K_DBG_PCI, "ltssm 0x%x\n", val); in ath11k_pci_enable_ltssm()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | pci.c | 289 ath12k_dbg(ab, ATH12K_DBG_PCI, "pci ltssm 0x%x\n", val); in ath12k_pci_enable_ltssm()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 816 …ing both [MLW] and [MLS] out of reset, using the EEPROM, will prevent the ltssm from advancing pas… 923 …G_PCIE_CAP_LINK_TRAINING_K2 (0x1<<27) // LTSSM is in Configuratio… 1060 …-swing. 0x4-0x7 = Reserved. This field is reset to 0x0 on entry to the LTSSM Polling.Compliance… 1062 … is set to one, the device transmits a modified compliance pattern if the LTSSM enters Polling.Com… 1064 … (0x1<<11) // Compliance SOS. When set to one, the LTSSM is required to sen… 3410 …the measurement of RX/TX data throughput and time spent in each low-power LTSSM state. For more de… 3417 …urement results of RX/TX data throughput and time spent in each low-power LTSSM state. This viewpo… 3433 …LTSSM transitions to the Recovery state because of the UpdateFC timeout (if the timeout is impleme… 3445 …etry will occur. - If "Update FC DLLP's transmission block" is selected, LTSSM will transition to… 3450 …ected, it affects whole of the ordered set. It might cause timeout of the LTSSM. - If END/EDB/STP… [all …]
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_intel.c | 2541 /* Clear unexpected electrical idle event in LTSSM, write to clear */ in atom_perform_link_restart()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi.h | 2687 * Retrieve the history of the LTSSM, if the build supports it. 2698 /* variable number of LTSSM values, as bytes. The history is read-to-clear. */ 17851 * Medford2 hardware has support for logging all LTSSM state transitions to a 17900 /* The time of the LTSSM transition. Times are reported as fractional
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 59683 /* Number of times LTSSM entered Recovery state */ 59698 /* Records the last 16 transitions of the LTSSM */ 59701 * Record the last 8 reasons on why LTSSM transitioned
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | reg_defs_t6.c | 39376 { "LTSSM", 0, 6 },
|
H A D | reg_defs_t5.c | 41102 { "LTSSM", 0, 6 },
|