Home
last modified time | relevance | path

Searched refs:fdt_get_phyaddr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/fdt/
H A Dfdt_common.h87 int fdt_get_phyaddr(phandle_t, device_t, int *, void **);
H A Dfdt_common.c380 fdt_get_phyaddr(phandle_t node, device_t dev, int *phy_addr, void **phy_sc) in fdt_get_phyaddr() function
/freebsd/sys/dev/ffec/
H A Dif_ffec.c1762 if (fdt_get_phyaddr(ofw_node, dev, &phynum, &dummy) != 0) { in ffec_attach()
/freebsd/sys/dev/mge/
H A Dif_mge.c774 if (fdt_get_phyaddr(sc->node, sc->dev, &phy, (void **)&sc->phy_sc) == 0) { in mge_attach()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c758 if (fdt_get_phyaddr(child, NULL, &phy, NULL) != 0){ in cpsw_get_fdt_data()