Searched refs:apmc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
H A D | jme.c | 1228 u32 apmc; in jme_pseudo_hotplug_enabled() local 1229 apmc = jread32(jme, JME_APMC); in jme_pseudo_hotplug_enabled() 1230 return apmc & JME_APMC_PSEUDO_HP_EN; in jme_pseudo_hotplug_enabled() 1236 u32 apmc; in jme_start_shutdown_timer() local 1238 apmc = jread32(jme, JME_APMC) | JME_APMC_PCIE_SD_EN; in jme_start_shutdown_timer() 1239 apmc &= ~JME_APMC_EPIEN_CTRL; in jme_start_shutdown_timer() 1241 jwrite32f(jme, JME_APMC, apmc | JME_APMC_EPIEN_CTRL_EN); in jme_start_shutdown_timer() 1244 jwrite32f(jme, JME_APMC, apmc); in jme_start_shutdown_timer() 1255 u32 apmc; in jme_stop_shutdown_timer() local 1261 apmc in jme_stop_shutdown_timer() 2926 u32 apmc; jme_init_one() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ |
H A D | jme.c | 1223 u32 apmc; in jme_pseudo_hotplug_enabled() local 1224 apmc = jread32(jme, JME_APMC); in jme_pseudo_hotplug_enabled() 1225 return apmc & JME_APMC_PSEUDO_HP_EN; in jme_pseudo_hotplug_enabled() 1231 u32 apmc; in jme_start_shutdown_timer() local 1233 apmc = jread32(jme, JME_APMC) | JME_APMC_PCIE_SD_EN; in jme_start_shutdown_timer() 1234 apmc &= ~JME_APMC_EPIEN_CTRL; in jme_start_shutdown_timer() 1236 jwrite32f(jme, JME_APMC, apmc | JME_APMC_EPIEN_CTRL_EN); in jme_start_shutdown_timer() 1239 jwrite32f(jme, JME_APMC, apmc); in jme_start_shutdown_timer() 1250 u32 apmc; in jme_stop_shutdown_timer() local 1256 apmc in jme_stop_shutdown_timer() 2912 u32 apmc; jme_init_one() local [all...] |
Completed in 5 milliseconds