Lines Matching +full:h8300 +full:- +full:bsc
1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/h8300/kernel/setup.c
5 * Copyright (C) 2001-2014 Yoshinori Sato <ysato@users.sourceforge.jp>
9 * This file handles the architecture-dependent parts of system setup
27 #include <linux/clk-provider.h>
86 memblock_reserve(__pa(_stext), _end - _stext); in bootmem_init()
179 struct device_node *bsc; in access_timing() local
185 bsc = of_find_compatible_node(NULL, NULL, "renesas,h8300-bsc"); in access_timing()
186 base = of_iomap(bsc, 0); in access_timing()
200 cpu = of_find_compatible_node(NULL, NULL, "renesas,h8300"); in calibrate_delay()
201 of_property_read_s32(cpu, "clock-frequency", &freq); in calibrate_delay()