Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c194 device_t sc_fbd; /* fbd child */ member
432 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in dcu_attach()
433 if (sc->sc_fbd == NULL) in dcu_attach()
436 if (device_probe_and_attach(sc->sc_fbd) != 0) { in dcu_attach()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c168 device_t sc_fbd; /* fbd child */ member
428 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in diu_attach()
429 if (sc->sc_fbd == NULL) in diu_attach()
432 if ((err = device_probe_and_attach(sc->sc_fbd)) != 0) { in diu_attach()