Home
last modified time | relevance | path

Searched refs:fdtbus_get_phandle_from_native (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/sys/dev/fdt/
H A Dfdt_iommu.c129 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_iommu_map()
175 fdtbus_get_phandle_from_native(be32toh(*p++)); in fdtbus_iommu_map_pci()
H A Dfdt_gpio.c94 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_gpio_count()
127 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_gpio_acquire_index()
H A Dfdt_clock.c99 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_clock_get_index_prop()
148 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_clock_count()
H A Dfdt_subr.c135 return fdtbus_get_phandle_from_native(phandle_ref); in fdtbus_get_phandle()
151 const u_int iparent = fdtbus_get_phandle_from_native(phandle_ref); in fdtbus_get_phandle_with_data()
175 fdtbus_get_phandle_from_native(int phandle) in fdtbus_get_phandle_from_native() function
H A Dfdt_mmc_pwrseq.c90 mps_phandle = fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_mmc_pwrseq_get()
H A Dfdt_pwm.c101 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_pwm_acquire_index()
H A Dfdt_dai.c101 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_dai_acquire_index()
H A Dfdt_powerdomain.c108 fdtbus_get_phandle_from_native(be32toh(pd[0])); in fdtbus_powerdomain_enable_internal()
H A Dfdt_phy.c108 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_phy_get_index()
H A Dfdt_reset.c104 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_reset_get_index()
H A Dfdt_dma.c104 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_dma_get_index()
H A Dfdt_mbox.c119 fdtbus_get_phandle_from_native(be32toh(p[0])); in fdtbus_mbox_get_index()
H A Dfdt_pinctrl.c99 xref = fdtbus_get_phandle_from_native(be32toh(pinctrl_data[0])); in fdtbus_pinctrl_set_config_index()
H A Dpinctrl_single.c116 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in pinctrl_single_pins_set_config()
/netbsd/sys/arch/arm/rockchip/
H A Drk3328_iomux.c252 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in rk3328_iomux_pinctrl_set_config()
259 const int cfg = fdtbus_get_phandle_from_native(be32toh(pins[3])); in rk3328_iomux_pinctrl_set_config()
H A Drk3288_iomux.c290 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in rk3288_iomux_pinctrl_set_config()
297 const int cfg = fdtbus_get_phandle_from_native(be32toh(pins[3])); in rk3288_iomux_pinctrl_set_config()
H A Drk3399_iomux.c420 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in rk3399_iomux_pinctrl_set_config()
427 const int cfg = fdtbus_get_phandle_from_native(be32toh(pins[3])); in rk3399_iomux_pinctrl_set_config()
/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_dep.c110 fdtbus_get_phandle_from_native(ref), true); in sunxi_dep_attach()
/netbsd/sys/arch/arm/apple/
H A Dapple_pmgr.c74 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in apple_pmgr_enable()
/netbsd/sys/arch/arm/samsung/
H A Dexynos_pinctrl.c198 pc.pc_phandle = fdtbus_get_phandle_from_native(be32dec(data)); in exynos_pinctrl_set_cfg()
/netbsd/sys/arch/arm/fdt/
H A Dpmu_fdt.c203 cpunode = fdtbus_get_phandle_from_native(be32toh(aff[index])); in pmu_fdt_intr_distribute()
H A Dpcihost_fdt.c508 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); in pcihost_intr_map()
544 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); in pcihost_find_intr()
/netbsd/sys/arch/arm/nxp/
H A Dimx6_iomux.c64 const int phandle = fdtbus_get_phandle_from_native(be32dec(data)); in imx6_pinctrl_set_config()
/netbsd/sys/arch/riscv/dev/
H A Dplic_fdt.c176 const int xref = fdtbus_get_phandle_from_native(pphandle); in plic_fdt_attach()
/netbsd/sys/arch/riscv/fdt/
H A Dclint_fdt.c211 const int xref = fdtbus_get_phandle_from_native(pphandle); in clint_attach()

12