Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-hisi/
Dplatmcpm.c303 struct device_node *np, *np_sctl, *np_fab; in hip04_mcpm_init() local
318 np_fab = of_find_compatible_node(NULL, NULL, "hisilicon,hip04-fabric"); in hip04_mcpm_init()
319 if (!np_fab) in hip04_mcpm_init()
338 ret = of_address_to_resource(np_fab, 0, &fab_res); in hip04_mcpm_init()
345 fabric = of_iomap(np_fab, 0); in hip04_mcpm_init()