/Linux-v6.1/drivers/usb/mtu3/ |
D | mtu3_core.c | 73 /* If usb3_en==0, LTSSM will go to SS.Disable state */ in mtu3_ss_func_set() 184 /* Clear U3 LTSSM interrupts status */ in mtu3_intr_status_clear() 217 /* Enable U3 LTSSM interrupts */ in mtu3_intr_enable() 739 u32 ltssm; in mtu3_u3_ltssm_isr() local 741 ltssm = mtu3_readl(mbase, U3D_LTSSM_INTR); in mtu3_u3_ltssm_isr() 742 ltssm &= mtu3_readl(mbase, U3D_LTSSM_INTR_ENABLE); in mtu3_u3_ltssm_isr() 743 mtu3_writel(mbase, U3D_LTSSM_INTR, ltssm); /* W1C */ in mtu3_u3_ltssm_isr() 744 dev_dbg(mtu->dev, "=== LTSSM[%x] ===\n", ltssm); in mtu3_u3_ltssm_isr() 745 trace_mtu3_u3_ltssm_isr(ltssm); in mtu3_u3_ltssm_isr() 747 if (ltssm & (HOT_RST_INTR | WARM_RST_INTR)) in mtu3_u3_ltssm_isr() [all …]
|
D | mtu3_debugfs.c | 84 seq_printf(sf, "opstate: %#x, ltssm: %#x\n", in mtu3_link_state_show()
|
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | mv_u3d.h | 173 u32 ltssm; /* LTSSM control register */ member 180 u32 ltssmstate; /* LTSSM state register */
|
D | mv_u3d_core.c | 1039 /* enable link LTSSM state machine */ in mv_u3d_controller_start() 1040 temp = ioread32(&u3d->vuc_regs->ltssm); in mv_u3d_controller_start() 1042 iowrite32(temp, &u3d->vuc_regs->ltssm); in mv_u3d_controller_start() 1413 dev_dbg(u3d->dev, "link up: ltssm state: 0x%x\n", in mv_u3d_irq_process_link_change()
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | mediatek-pcie-cfg.yaml | 15 LTSSM, ASPM and so on.
|
D | mediatek-pcie.txt | 31 - pipe_ckN :LTSSM and PHY/MAC layer operating clock
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 20 link used to enable ltssm and read its status.
|
/Linux-v6.1/drivers/pci/controller/dwc/ |
D | pcie-armada8k.c | 161 /* Start LTSSM */ in armada8k_pcie_start_link() 175 /* Disable LTSSM state machine to enable configuration */ in armada8k_pcie_host_init()
|
D | pcie-dw-rockchip.c | 179 * from RC, so enabling LTSSM is the just right place to release #PERST. in rockchip_pcie_start_link() 208 /* LTSSM enable control mode */ in rockchip_pcie_host_init()
|
D | pcie-fu740.c | 202 /* Enable LTSSM */ in fu740_pcie_start_link() 255 * Assert hold_phy_rst (hold the controller LTSSM in reset after in fu740_pcie_host_init()
|
D | pcie-spear13xx.c | 74 /* enable ltssm */ in spear13xx_pcie_start_link()
|
D | pcie-tegra194.c | 962 /* Enable LTSSM */ in tegra_pcie_dw_start_link() 997 /* Disable LTSSM */ in tegra_pcie_dw_start_link() 1594 * PERST#. So, de-assert LTSSM to bring link to detect state. in tegra_pcie_dw_pme_turnoff() 1690 /* Disable LTSSM */ in pex_ep_event_pex_rst_assert() 1903 /* Enable LTSSM */ in pex_ep_event_pex_rst_deassert()
|
D | pci-exynos.c | 162 /* assert LTSSM enable */ in exynos_pcie_start_link()
|
D | pcie-histb.c | 175 /* assert LTSSM enable */ in histb_pcie_start_link()
|
D | pci-imx6.c | 850 /* Start LTSSM. */ in imx6_pcie_start_link() 918 /* Turn off PCIe LTSSM */ in imx6_pcie_stop_link()
|
D | pcie-kirin.c | 616 /* assert LTSSM enable */ in kirin_pcie_start_link()
|
/Linux-v6.1/drivers/pci/controller/cadence/ |
D | pcie-cadence.h | 207 /* LTSSM Capabilities register */ 321 * @quirk_detect_quiet_flag: LTSSM Detect Quiet min delay set as quirk 364 * @quirk_detect_quiet_flag: LTSSM Detect Quiet min delay set as quirk
|
D | pcie-cadence.c | 16 * Set the LTSSM Detect Quiet state min. delay to 2ms. in cdns_pcie_detect_quiet_min_delay_set()
|
/Linux-v6.1/include/linux/bcma/ |
D | bcma_driver_pci.h | 116 #define BCMA_CORE_PCI_PLP_LTSSMCTRLREG 0x208 /* LTSSM control */ 129 #define BCMA_CORE_PCI_PLP_LTSSMDIAGREG 0x23C /* LTSSM State Machine Diag */
|
/Linux-v6.1/drivers/pci/controller/ |
D | pci-aardvark.c | 172 /* LTSSM values in CFG_REG */ 315 /* check if LTSSM is in normal operation - some L* state */ in advk_pcie_link_up() 324 * Status Mapped to the LTSSM, and 4.2.6.3.6 Configuration.Idle in advk_pcie_link_active() 325 * is Link Up mapped to LTSSM Configuration.Idle, Recovery, L0, in advk_pcie_link_active() 338 * Status Mapped to the LTSSM is Link Training mapped to LTSSM in advk_pcie_link_training() 874 * But support for PCI_EXP_LNKSTA_DLLLA is emulated via ltssm in advk_pci_bridge_emul_pcie_conf_read()
|
D | pcie-mediatek-gen3.c | 156 /* LTSSM state in PCIE_LTSSM_STATUS_REG bit[28:24] */ 369 "PCIe link down, current LTSSM state: %s (%#x)\n", in mtk_pcie_startup_port()
|
D | pcie-mediatek.c | 177 * @pipe_ck: pointer to LTSSM and PHY/MAC layer operating clock 676 /* MT7622 platforms need to enable LTSSM and ASPM from PCIe subsys */ in mtk_pcie_startup_port_v2()
|
/Linux-v6.1/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 40 link gives ltssm status.
|
/Linux-v6.1/arch/arm/mach-cns3xxx/ |
D | pcie.c | 195 pr_info("PCIe: Port[%d] Enable PCIe LTSSM\n", port); in cns3xxx_pcie_check_link()
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 170 The value driven to the PHY is controlled by the LTSSM during USB3
|