Home
last modified time | relevance | path

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 Dbrcm.c80 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 Dpsci.c104 if ( !dt_property_read_u32(psci, "cpu_on", &psci_cpu_on_nr) ) in psci_init_0_1()
A Dtime.c128 res = dt_property_read_u32(timer, "clock-frequency", &rate); in preinit_dt_xen_time()
A Dgic-v2.c916 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 Dgic-v3.c1274 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 Ddomain_build.c703 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 Domap-uart.c334 res = dt_property_read_u32(dev, "clock-frequency", &clkspec); in omap_uart_init()
A Dns16550.c1491 res = dt_property_read_u32(dev, "reg-shift", &reg_shift); in ns16550_uart_dt_init()
1497 res = dt_property_read_u32(dev, "reg-io-width", &reg_width); in ns16550_uart_dt_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Ddevice_tree.h375 bool_t dt_property_read_u32(const struct dt_device_node *np,
/xen-4.10.0-shim-comet/xen/common/
A Ddevice_tree.c164 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 Dsmmu.c65 #define of_property_read_u32(np, pname, out) (!dt_property_read_u32(np, pname, out))

Completed in 57 milliseconds