Searched refs:apmc (Results 1 – 1 of 1) sorted by relevance
1247 u32 apmc; in jme_pseudo_hotplug_enabled() local1248 apmc = jread32(jme, JME_APMC); in jme_pseudo_hotplug_enabled()1249 return apmc & JME_APMC_PSEUDO_HP_EN; in jme_pseudo_hotplug_enabled()1255 u32 apmc; in jme_start_shutdown_timer() local1257 apmc = jread32(jme, JME_APMC) | JME_APMC_PCIE_SD_EN; in jme_start_shutdown_timer()1258 apmc &= ~JME_APMC_EPIEN_CTRL; in jme_start_shutdown_timer()1260 jwrite32f(jme, JME_APMC, apmc | JME_APMC_EPIEN_CTRL_EN); in jme_start_shutdown_timer()1263 jwrite32f(jme, JME_APMC, apmc); in jme_start_shutdown_timer()1274 u32 apmc; in jme_stop_shutdown_timer() local1280 apmc = jread32(jme, JME_APMC); in jme_stop_shutdown_timer()[all …]