Home
last modified time | relevance | path

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

/trueos/sys/dev/pci/
HDpcireg.h521 #define PCIM_PSTAT_PME 0x8000 macro
/trueos/sys/pci/
HDif_rl.c2096 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in rl_setwol()
2098 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in rl_setwol()
/trueos/sys/dev/ste/
HDif_ste.c2129 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in ste_setwol()
2131 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in ste_setwol()
/trueos/sys/dev/sis/
HDif_sis.c2351 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in sis_wol()
2353 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in sis_wol()
/trueos/sys/dev/ae/
HDif_ae.c1389 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in ae_pm_init()
1391 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in ae_pm_init()
/trueos/sys/dev/alc/
HDif_alc.c2555 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in alc_setwol_813x()
2557 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in alc_setwol_813x()
2620 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in alc_setwol_816x()
2622 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in alc_setwol_816x()
/trueos/sys/dev/nge/
HDif_nge.c2571 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in nge_wol()
2573 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in nge_wol()
/trueos/sys/dev/vr/
HDif_vr.c2574 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in vr_setwol()
2576 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in vr_setwol()
/trueos/sys/dev/fxp/
HDif_fxp.c1072 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in fxp_suspend()
1075 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in fxp_suspend()
/trueos/sys/dev/vge/
HDif_vge.c2898 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in vge_setwol()
2900 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in vge_setwol()
/trueos/sys/dev/ale/
HDif_ale.c1551 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in ale_setwol()
1553 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in ale_setwol()
/trueos/sys/dev/age/
HDif_age.c1443 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in age_setwol()
1445 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in age_setwol()
/trueos/sys/dev/nfe/
HDif_nfe.c3400 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in nfe_set_wol()
3402 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in nfe_set_wol()
/trueos/sys/dev/txp/
HDif_txp.c1160 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in txp_suspend()
1162 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in txp_suspend()
/trueos/sys/dev/jme/
HDif_jme.c1628 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in jme_setwol()
1630 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in jme_setwol()
/trueos/sys/dev/re/
HDif_re.c3884 pmstat &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in re_setwol()
3886 pmstat |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in re_setwol()
/trueos/sys/dev/e1000/
HDif_lem.c4262 status &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in lem_enable_wakeup()
4264 status |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in lem_enable_wakeup()
HDif_em.c5023 status &= ~(PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE); in em_enable_wakeup()
5025 status |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in em_enable_wakeup()
HDif_igb.c5348 status |= PCIM_PSTAT_PME | PCIM_PSTAT_PMEENABLE; in igb_enable_wakeup()
/trueos/sys/dev/bxe/
HDbxe.c4017 pmc |= PCIM_PSTAT_PMEENABLE | PCIM_PSTAT_PME; in bxe_send_unload_req()
11066 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME), 2); in bxe_set_power_state()