Searched refs:of_getprop_uint32 (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/dev/i2c/ |
| D | cwfg.c | 385 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()
|
| D | fan53555.c | 251 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()
|
| D | tcakp.c | 241 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()
|
| D | sy8106a.c | 210 of_getprop_uint32(sc->sc_phandle, "regulator-ramp-delay", in sy8106a_attach()
|
| D | axppmic.c | 1407 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/ |
| D | bcm2838_pcie.c | 706 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()
|
| D | bcm2835_bsc_fdt.c | 101 if (of_getprop_uint32(phandle, "clock-frequency", in bsciic_fdt_attach()
|
| /netbsd/src/sys/dev/spi/ |
| D | mcp23xxxgpio_spi.c | 243 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/ |
| D | openfirm.h | 138 int of_getprop_uint32(int, const char *, uint32_t *);
|
| D | ofw_spi_subr.c | 76 if (of_getprop_uint32(node, "spi-max-frequency", &maxfreq)) { in of_enter_spi_devs()
|
| D | ofw_subr.c | 574 of_getprop_uint32(int node, const char *prop, uint32_t *val) in of_getprop_uint32() function
|