Home
last modified time | relevance | path

Searched refs:PCI_L1SS_CTL2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/pci/pcie/
Daspm.c484 pci_read_config_dword(parent, parent->l1ss + PCI_L1SS_CTL2, &pctl2); in aspm_calc_l12_info()
486 pci_read_config_dword(child, child->l1ss + PCI_L1SS_CTL2, &cctl2); in aspm_calc_l12_info()
504 pci_write_config_dword(parent, parent->l1ss + PCI_L1SS_CTL2, ctl2); in aspm_calc_l12_info()
505 pci_write_config_dword(child, child->l1ss + PCI_L1SS_CTL2, ctl2); in aspm_calc_l12_info()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h1090 #define PCI_L1SS_CTL2 0x0c /* Control 2 Register */ macro