Searched refs:of_read_ulong (Results 1 – 7 of 7) sorted by relevance
79 arc_set_core_freq(of_read_ulong(clk, len/4)); in setup_machine_fdt()
215 xtensa_kio_paddr = of_read_ulong(ranges+1, 1); in xtensa_dt_io_area()
254 dev->periphid = of_read_ulong(prop, 1); in of_amba_device_create()
181 win0_offset = of_read_ulong(prop, 1); in netx5152_init()
105 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump()109 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump()
676 *val = of_read_ulong(fp, cells); in get_freq()
199 static inline unsigned long of_read_ulong(const __be32 *cell, int size) in of_read_ulong() function