Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_cache.c54 static struct ofw_compat_data compats[] = { variable
100 if (ofw_bus_search_compatible(dev, compats)->ocd_str == NULL) in mpc85xx_cache_probe()
H A Dplatform_mpc85xx.c594 struct ofw_compat_data compats[] = { variable
617 if (ofw_bus_search_compatible(dev, compats)->ocd_str == NULL) in mpc85xx_rcpm_probe()
637 sc->sc_ctbenr = ofw_bus_search_compatible(dev, compats)->ocd_data; in mpc85xx_rcpm_attach()
/freebsd/sys/dev/dpaa/
H A Dfman_port.c184 static struct ofw_compat_data compats[] = { variable
195 if (ofw_bus_search_compatible(dev, compats)->ocd_str == NULL) in fman_port_probe()
210 ofw_bus_search_compatible(dev, compats)->ocd_data; in fman_port_attach()