Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-aardvark.c922 u16 rootctl = le16_to_cpu(bridge->pcie_conf.rootctl); in advk_pci_bridge_emul_pcie_conf_write() local
924 rootctl &= PCI_EXP_RTCTL_PMEIE | PCI_EXP_RTCTL_RRS_SVE; in advk_pci_bridge_emul_pcie_conf_write()
925 bridge->pcie_conf.rootctl = cpu_to_le16(rootctl); in advk_pci_bridge_emul_pcie_conf_write()
1161 (le16_to_cpu(pcie->bridge.pcie_conf.rootctl) & in advk_pcie_rd_conf()
1586 if (!(le16_to_cpu(pcie->bridge.pcie_conf.rootctl) & PCI_EXP_RTCTL_PMEIE)) in advk_pcie_handle_pme()
/linux-6.12.1/drivers/pci/
Dpci-bridge-emul.h56 __le16 rootctl; member