Searched refs:PMC_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_mp.c | 47 #define PMC_SIZE 0x400 macro 83 if (bus_space_map(fdtbus_bs_tag, PMC_PHYSBASE, PMC_SIZE, 0, &pmc) != 0) in tegra124_mp_start_ap() 121 bus_space_unmap(fdtbus_bs_tag, pmc, PMC_SIZE); in tegra124_mp_start_ap()
|
H A D | tegra124_machdep.c | 51 #define PMC_SIZE 0x400 macro 98 bus_space_map(fdtbus_bs_tag, PMC_PHYSBASE, PMC_SIZE, 0, &pmc); in tegra124_cpu_reset()
|