Home
last modified time | relevance | path

Searched refs:fdtbus_get_phandle (Results 1 – 22 of 22) sorted by relevance

/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_gmac.c102 phy_phandle = fdtbus_get_phandle(phandle, "phy"); in sunxi_gmac_get_phyid()
104 phy_phandle = fdtbus_get_phandle(phandle, "phy-handle"); in sunxi_gmac_get_phyid()
H A Dsunxi_emac.c972 phy = fdtbus_get_phandle(sc->phandle, "phy-handle"); in sunxi_emac_has_internal_phy()
1320 int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle"); in sunxi_emac_get_resources()
1326 int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle"); in sunxi_emac_get_resources()
1347 phy_phandle = fdtbus_get_phandle(sc->phandle, "phy"); in sunxi_emac_get_phyid()
1349 phy_phandle = fdtbus_get_phandle(sc->phandle, "phy-handle"); in sunxi_emac_get_phyid()
H A Dsun8i_v3s_codec.c207 phandle = fdtbus_get_phandle(sc->sc_phandle, in v3s_codec_init()
H A Dsun8i_h3_codec.c220 phandle = fdtbus_get_phandle(sc->sc_phandle, in h3_codec_init()
/netbsd/sys/dev/fdt/
H A Dfdt_syscon.c88 sc_phandle = fdtbus_get_phandle(phandle, prop); in fdtbus_syscon_acquire()
H A Dfdt_i2c.c94 i2c_phandle = fdtbus_get_phandle(phandle, prop); in fdtbus_i2c_acquire()
H A Dfdt_regulator.c97 regulator_phandle = fdtbus_get_phandle(phandle, prop); in fdtbus_regulator_acquire()
H A Dausoc.c399 dai_phandle == fdtbus_get_phandle(phandle, frame_master_prop); in ausoc_link_format()
401 dai_phandle == fdtbus_get_phandle(phandle, bitclock_master_prop); in ausoc_link_format()
H A Dfdt_port.c362 ep->ep_rphandle = fdtbus_get_phandle(child, "remote-endpoint"); in fdt_endpoints_register()
H A Dfdt_intr.c104 return fdtbus_get_phandle(iparent, "interrupt-parent"); in fdtbus_get_interrupt_parent()
H A Dfdtvar.h399 int fdtbus_get_phandle(int, const char *);
H A Dfdt_subr.c122 fdtbus_get_phandle(int phandle, const char *prop) in fdtbus_get_phandle() function
H A Dcpufreq_dt.c415 const int opp_table = fdtbus_get_phandle(phandle, "operating-points-v2"); in cpufreq_dt_parse_opp_v2()
/netbsd/sys/arch/arm/rockchip/
H A Drk3066_smp.c98 const int pmu_phandle = fdtbus_get_phandle(cpus_phandle, in rk3066_smp_enable()
/netbsd/sys/arch/arm/amlogic/
H A Dmeson_usbphy.c95 const int phy_phandle = fdtbus_get_phandle(phandle, "phys"); in meson_usbphy_dr_mode()
H A Dmeson_thermal.c201 phandle_aosec = fdtbus_get_phandle(phandle, "amlogic,ao-secure"); in meson_thermal_attach()
H A Dmeson_dwmac.c239 phandle_phy = fdtbus_get_phandle(phandle, "phy-handle"); in meson_dwmac_attach()
/netbsd/sys/arch/arm/nxp/
H A Dif_enet_imx.c265 phy_phandle = fdtbus_get_phandle(phandle, "phy-handle"); in enet_phy_id()
/netbsd/sys/arch/arm/nvidia/
H A Dtegra_drm.c170 ddc_phandle = fdtbus_get_phandle(hdmi_phandle, in tegra_drm_attach()
/netbsd/sys/arch/arm/fdt/
H A Dplfb_fdt.c153 const int vram_phandle = fdtbus_get_phandle(phandle, "memory-region"); in plfb_attach()
/netbsd/sys/dev/i2c/
H A Dcwfg.c396 const int bphandle = fdtbus_get_phandle(sc->sc_phandle, "monitored-battery"); in cwfg_parse_resources()
/netbsd/sys/arch/arm/sociox/
H A Dif_scx.c720 phy_phandle = fdtbus_get_phandle(phandle, "phy-handle"); in scx_fdt_attach()