Searched refs:scu_cfg (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c290 uint32_t scu_cfg = bus_space_read_4(bcm53xx_armcore_bst, bcm53xx_armcore_bsh, local
292 arm_cpu_max = 1 + (scu_cfg & SCU_CFG_CPUMAX);
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_platform.c423 const uint32_t scu_cfg = bus_space_read_4(bst, scu_bsh, SCU_CFG); local
424 const u_int ncpus = (scu_cfg & SCU_CFG_CPUMAX) + 1;

Completed in 97 milliseconds