Home
last modified time | relevance | path

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

/openbmc/qemu/hw/isa/
H A Dapm.c41 apm->apmc = val; in apm_ioport_writeb()
58 val = apm->apmc; in apm_ioport_readb()
72 VMSTATE_UINT8(apmc, APMState),
/openbmc/qemu/include/hw/isa/
H A Dapm.h12 uint8_t apmc; member
/openbmc/linux/drivers/net/ethernet/
H A Djme.c1221 u32 apmc; in jme_pseudo_hotplug_enabled() local
1222 apmc = jread32(jme, JME_APMC); in jme_pseudo_hotplug_enabled()
1223 return apmc & JME_APMC_PSEUDO_HP_EN; in jme_pseudo_hotplug_enabled()
1229 u32 apmc; in jme_start_shutdown_timer() local
1231 apmc = jread32(jme, JME_APMC) | JME_APMC_PCIE_SD_EN; in jme_start_shutdown_timer()
1232 apmc &= ~JME_APMC_EPIEN_CTRL; in jme_start_shutdown_timer()
1234 jwrite32f(jme, JME_APMC, apmc | JME_APMC_EPIEN_CTRL_EN); in jme_start_shutdown_timer()
1237 jwrite32f(jme, JME_APMC, apmc); in jme_start_shutdown_timer()
1248 u32 apmc; in jme_stop_shutdown_timer() local
1254 apmc = jread32(jme, JME_APMC); in jme_stop_shutdown_timer()
[all …]