Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dcache-b15-rac.c294 struct device_node *dn, *cpu_dn; in b15_rac_init() local
312 cpu_dn = of_get_cpu_node(0, NULL); in b15_rac_init()
313 if (!cpu_dn) { in b15_rac_init()
318 if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15")) in b15_rac_init()
320 else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53")) in b15_rac_init()
324 of_node_put(cpu_dn); in b15_rac_init()
328 of_node_put(cpu_dn); in b15_rac_init()
/Linux-v4.19/drivers/soc/bcm/brcmstb/
Dbiuctrl.c167 struct device_node *cpu_dn; in setup_hifcpubiuctrl_regs() local
179 cpu_dn = of_get_cpu_node(0, NULL); in setup_hifcpubiuctrl_regs()
180 if (!cpu_dn) { in setup_hifcpubiuctrl_regs()
186 if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15")) in setup_hifcpubiuctrl_regs()
188 else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53")) in setup_hifcpubiuctrl_regs()
194 of_node_put(cpu_dn); in setup_hifcpubiuctrl_regs()