Home
last modified time | relevance | path

Searched refs:of_getprop_uint32 (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dcwfg.c385 if (of_getprop_uint32(sc->sc_phandle, in cwfg_parse_resources()
388 } else if (of_getprop_uint32(sc->sc_phandle, in cwfg_parse_resources()
397 if (bphandle != -1 && of_getprop_uint32(bphandle, in cwfg_parse_resources()
400 } else if (of_getprop_uint32(sc->sc_phandle, in cwfg_parse_resources()
408 if (of_getprop_uint32(sc->sc_phandle, in cwfg_parse_resources()
Dfan53555.c251 of_getprop_uint32(sc->sc_phandle, "fcs,suspend-voltage-selector", in fan53555_init()
267 of_getprop_uint32(sc->sc_phandle, "regulator-ramp-delay", in fan53555_init()
Dtcakp.c241 of_getprop_uint32(sc->sc_phandle, "keypad,num-rows", &sc->sc_rows); in tcakp_configure_fdt()
242 of_getprop_uint32(sc->sc_phandle, "keypad,num-columns", &sc->sc_cols); in tcakp_configure_fdt()
Dsy8106a.c210 of_getprop_uint32(sc->sc_phandle, "regulator-ramp-delay", in sy8106a_attach()
Daxppmic.c1407 if (of_getprop_uint32(phandle, "regulator-min-microvolt", &min_uvol) == 0 && in axpreg_attach()
1408 of_getprop_uint32(phandle, "regulator-max-microvolt", &max_uvol) == 0) { in axpreg_attach()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2838_pcie.c706 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) in bcmstb_intr_map()
708 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells)) in bcmstb_intr_map()
743 if (of_getprop_uint32(sc->sc_phandle, "#address-cells", &addr_cells)) in bcmstb_find_intr()
746 if (of_getprop_uint32(sc->sc_phandle, "#interrupt-cells", &int_cells)) in bcmstb_find_intr()
753 if (of_getprop_uint32(intc, "#interrupt-cells", &iint_cells)) in bcmstb_find_intr()
756 if (of_getprop_uint32(intc, "#address-cells", &iaddr_cells)) in bcmstb_find_intr()
Dbcm2835_bsc_fdt.c101 if (of_getprop_uint32(phandle, "clock-frequency", in bsciic_fdt_attach()
/netbsd/src/sys/dev/spi/
Dmcp23xxxgpio_spi.c243 if (of_getprop_uint32(phandle, "microchip,spi-present-mask", in mcpgpio_spi_attach()
245 of_getprop_uint32(phandle, "mcp,spi-present-mask", in mcpgpio_spi_attach()
/netbsd/src/sys/dev/ofw/
Dopenfirm.h138 int of_getprop_uint32(int, const char *, uint32_t *);
Dofw_spi_subr.c76 if (of_getprop_uint32(node, "spi-max-frequency", &maxfreq)) { in of_enter_spi_devs()
Dofw_subr.c574 of_getprop_uint32(int node, const char *prop, uint32_t *val) in of_getprop_uint32() function