Home
last modified time | relevance | path

Searched refs:PCI_L1SS_CAP_CM_RESTORE_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Daspm.c449 val1 = (parent_l1ss_cap & PCI_L1SS_CAP_CM_RESTORE_TIME) >> 8; in aspm_calc_l12_info()
450 val2 = (child_l1ss_cap & PCI_L1SS_CAP_CM_RESTORE_TIME) >> 8; in aspm_calc_l12_info()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h1078 #define PCI_L1SS_CAP_CM_RESTORE_TIME 0x0000ff00 /* Port Common_Mode_Restore_Time */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h1089 #define PCI_L1SS_CAP_CM_RESTORE_TIME 0x0000ff00 /* Port Common_Mode_Restore_Time */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c708 val &= ~(PCI_L1SS_CAP_CM_RESTORE_TIME | PCI_L1SS_CAP_P_PWR_ON_VALUE); in init_host_aspm()