Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_localbus.c86 struct ofw_bus_devinfo di_ofw; member
278 if (ofw_bus_gen_setup_devinfo(&di->di_ofw, dt_child) != 0) { in localbus_attach()
288 ofw_bus_gen_destroy_devinfo(&di->di_ofw); in localbus_attach()
297 di->di_ofw.obd_name); in localbus_attach()
299 ofw_bus_gen_destroy_devinfo(&di->di_ofw); in localbus_attach()
304 device_printf(dev, "added child: %s\n\n", di->di_ofw.obd_name); in localbus_attach()
380 return (&di->di_ofw); in localbus_get_devinfo()