Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpme.c42 if (!pdev || !(pdev->pme_cap = rt_pci_find_capability(pdev, PCIY_PMG))) in rt_pci_pme_init()
47 rt_pci_read_config_u16(pdev, pdev->pme_cap + PCIR_POWER_CAP, &pmc); in rt_pci_pme_init()
100 rt_pci_read_config_u16(pdev, pdev->pme_cap + PCIR_POWER_STATUS, &pmcsr); in pci_pme_active()
109 rt_pci_write_config_u16(pdev, pdev->pme_cap + PCIR_POWER_STATUS, pmcsr); in pci_pme_active()
/components/drivers/include/drivers/
A Dpci.h165 rt_uint8_t pme_cap; member
285 if (!pdev->pme_cap) in rt_pci_pme_capable()

Completed in 5 milliseconds