Home
last modified time | relevance | path

Searched refs:PCI_L1SS_CTL1_ASPM_L1_2 (Results 1 – 3 of 3) sorted by path

/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c1463 if (lval & PCI_L1SS_CTL1_ASPM_L1_2) in rtsx_pci_init_chip()
/linux/drivers/pci/pcie/
H A Daspm.c760 if (parent_l1ss_ctl1 & child_l1ss_ctl1 & PCI_L1SS_CTL1_ASPM_L1_2) in aspm_l1ss_init()
889 val |= PCI_L1SS_CTL1_ASPM_L1_2; in pcie_config_aspm_l1ss()
/linux/include/uapi/linux/
H A Dpci_regs.h1095 #define PCI_L1SS_CTL1_ASPM_L1_2 0x00000004 /* ASPM L1.2 Enable */ macro