Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c629 if (ofw_bus_gen_setup_devinfo(&di->di_ofw, child) != 0) { in lbc_attach()
640 ofw_bus_gen_destroy_devinfo(&di->di_ofw); in lbc_attach()
651 di->di_ofw.obd_name); in lbc_attach()
653 ofw_bus_gen_destroy_devinfo(&di->di_ofw); in lbc_attach()
657 debugf("added child name='%s', node=%x\n", di->di_ofw.obd_name, in lbc_attach()
872 return (&di->di_ofw); in lbc_get_devinfo()
H A Dlbc.h130 struct ofw_bus_devinfo di_ofw; member