Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h494 #define PCIR_POWER_STATUS 0x4 macro
H A Dpci.c652 pp->pp_status = ptr + PCIR_POWER_STATUS; in pci_read_cap_pmgt()
/dragonfly/sys/dev/netif/ale/
H A Dif_ale.c1439 pmstat = pci_read_config(sc->ale_dev, pmc + PCIR_POWER_STATUS, 2); in ale_setwol()
1443 pci_write_config(sc->ale_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in ale_setwol()
1489 pmc + PCIR_POWER_STATUS, 2); in ale_resume()
1493 pmc + PCIR_POWER_STATUS, pmstat, 2); in ale_resume()
/dragonfly/sys/dev/netif/alc/
H A Dif_alc.c2496 sc->alc_pmcap + PCIR_POWER_STATUS, 2);
2501 sc->alc_pmcap + PCIR_POWER_STATUS, pmstat, 2);
2561 sc->alc_pmcap + PCIR_POWER_STATUS, 2);
2566 sc->alc_pmcap + PCIR_POWER_STATUS, pmstat, 2);
2601 sc->alc_pmcap + PCIR_POWER_STATUS, 2); in alc_resume()
2605 sc->alc_pmcap + PCIR_POWER_STATUS, pmstat, 2); in alc_resume()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c55 status = read_config(fd, &p->pc_sel, ptr + PCIR_POWER_STATUS, 2); in cap_power()
/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c1569 pmstat = pci_read_config(sc->jme_dev, pmc + PCIR_POWER_STATUS, 2); in jme_setwol()
1573 pci_write_config(sc->jme_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in jme_setwol()
1614 pmc + PCIR_POWER_STATUS, 2); in jme_resume()
1618 pmc + PCIR_POWER_STATUS, pmstat, 2); in jme_resume()
/dragonfly/sys/dev/netif/age/
H A Dif_age.c1369 pmstat = pci_read_config(sc->age_dev, pmc + PCIR_POWER_STATUS, 2); in age_setwol()
1373 pci_write_config(sc->age_dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in age_setwol()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3075 status = pci_read_config(dev, pmc + PCIR_POWER_STATUS, 2); in igb_enable_wol()
3079 pci_write_config(dev, pmc + PCIR_POWER_STATUS, status, 2); in igb_enable_wol()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4029 cap += PCIR_POWER_STATUS; in em_enable_wol()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3629 cap += PCIR_POWER_STATUS; in emx_enable_wol()
/dragonfly/sys/dev/netif/re/
H A Dre.c7846 pmstat = pci_read_config(sc->dev, pmc + PCIR_POWER_STATUS, 2); in re_setwol()
7850 pci_write_config(sc->dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in re_setwol()
7880 pmstat = pci_read_config(sc->dev, pmc + PCIR_POWER_STATUS, 2); in re_clrwol()
7882 pci_write_config(sc->dev, pmc + PCIR_POWER_STATUS, pmstat, 2); in re_clrwol()