Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dcache-b15-rac.c291 struct device_node *dn, *cpu_dn; in b15_rac_init() local
309 cpu_dn = of_get_cpu_node(0, NULL); in b15_rac_init()
310 if (!cpu_dn) { in b15_rac_init()
315 if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15")) in b15_rac_init()
317 else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53")) in b15_rac_init()
321 of_node_put(cpu_dn); in b15_rac_init()
325 of_node_put(cpu_dn); in b15_rac_init()
/Linux-v5.4/drivers/soc/bcm/brcmstb/
Dbiuctrl.c159 struct device_node *cpu_dn; in setup_hifcpubiuctrl_regs() local
171 cpu_dn = of_get_cpu_node(0, NULL); in setup_hifcpubiuctrl_regs()
172 if (!cpu_dn) { in setup_hifcpubiuctrl_regs()
178 if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15")) in setup_hifcpubiuctrl_regs()
180 else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53")) in setup_hifcpubiuctrl_regs()
186 of_node_put(cpu_dn); in setup_hifcpubiuctrl_regs()