Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/
Djme.c1254 u32 apmc; in jme_pseudo_hotplug_enabled() local
1255 apmc = jread32(jme, JME_APMC); in jme_pseudo_hotplug_enabled()
1256 return apmc & JME_APMC_PSEUDO_HP_EN; in jme_pseudo_hotplug_enabled()
1262 u32 apmc; in jme_start_shutdown_timer() local
1264 apmc = jread32(jme, JME_APMC) | JME_APMC_PCIE_SD_EN; in jme_start_shutdown_timer()
1265 apmc &= ~JME_APMC_EPIEN_CTRL; in jme_start_shutdown_timer()
1267 jwrite32f(jme, JME_APMC, apmc | JME_APMC_EPIEN_CTRL_EN); in jme_start_shutdown_timer()
1270 jwrite32f(jme, JME_APMC, apmc); in jme_start_shutdown_timer()
1281 u32 apmc; in jme_stop_shutdown_timer() local
1287 apmc = jread32(jme, JME_APMC); in jme_stop_shutdown_timer()
[all …]