Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c2274 u16 pmcs_reg; in _rtl8821ae_clear_pci_pme_status() local
2284 pci_read_config_word(pdev, pm_cap + PCI_PM_CTRL, &pmcs_reg); in _rtl8821ae_clear_pci_pme_status()
2285 if (pmcs_reg & PCI_PM_CTRL_PME_STATUS) { in _rtl8821ae_clear_pci_pme_status()
2287 pci_write_config_word(pdev, pm_cap + PCI_PM_CTRL, pmcs_reg); in _rtl8821ae_clear_pci_pme_status()
2288 pci_read_config_word(pdev, pm_cap + PCI_PM_CTRL, &pmcs_reg); in _rtl8821ae_clear_pci_pme_status()
2290 "Cleared PME status, PMCS reg = 0x%4x\n", pmcs_reg); in _rtl8821ae_clear_pci_pme_status()
2293 "PMCS reg = 0x%4x\n", pmcs_reg); in _rtl8821ae_clear_pci_pme_status()