Searched refs:dt_property_read_u32 (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/ |
A D | brcm.c | 80 if ( !dt_property_read_u32(node, "cpu-reset-config-reg", &val) ) in brcm_populate_plat_regs() 87 if ( !dt_property_read_u32(node, "cpu0-pwr-zone-ctrl-reg", &val) ) in brcm_populate_plat_regs() 94 if ( !dt_property_read_u32(node, "scratch-reg", &val) ) in brcm_populate_plat_regs()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | psci.c | 104 if ( !dt_property_read_u32(psci, "cpu_on", &psci_cpu_on_nr) ) in psci_init_0_1()
|
A D | time.c | 128 res = dt_property_read_u32(timer, "clock-frequency", &rate); in preinit_dt_xen_time()
|
A D | gic-v2.c | 916 if ( dt_property_read_u32(v2m, "arm,msi-base-spi", &spi_start) && in gicv2_extension_dt_init() 917 dt_property_read_u32(v2m, "arm,msi-num-spis", &nr_spis) ) in gicv2_extension_dt_init()
|
A D | gic-v3.c | 1274 if ( !dt_property_read_u32(node, "#redistributor-regions", in gicv3_dt_init() 1294 if ( !dt_property_read_u32(node, "redistributor-stride", &gicv3.rdist_stride) ) in gicv3_dt_init()
|
A D | domain_build.c | 703 clock_valid = dt_property_read_u32(npcpu, "clock-frequency", in make_cpus_node() 913 clock_valid = dt_property_read_u32(dev, "clock-frequency", in make_timer_node()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | omap-uart.c | 334 res = dt_property_read_u32(dev, "clock-frequency", &clkspec); in omap_uart_init()
|
A D | ns16550.c | 1491 res = dt_property_read_u32(dev, "reg-shift", ®_shift); in ns16550_uart_dt_init() 1497 res = dt_property_read_u32(dev, "reg-io-width", ®_width); in ns16550_uart_dt_init()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 375 bool_t dt_property_read_u32(const struct dt_device_node *np,
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | device_tree.c | 164 bool_t dt_property_read_u32(const struct dt_device_node *np, in dt_property_read_u32() function 1572 if ( !dt_property_read_u32(node, cells_name, &count) ) in __dt_parse_phandle_with_args()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/ |
A D | smmu.c | 65 #define of_property_read_u32(np, pname, out) (!dt_property_read_u32(np, pname, out))
|
Completed in 57 milliseconds