Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c112 static int bcm_erom_probe_and_attach(bhnd_erom_class_t **erom_cls,
270 bcm_erom_probe_and_attach(bhnd_erom_class_t **erom_cls, kobj_ops_t erom_ops, in bcm_erom_probe_and_attach() argument
278 *erom_cls = NULL; in bcm_erom_probe_and_attach()
312 if (*erom_cls == NULL || result > prio) { in bcm_erom_probe_and_attach()
316 *erom_cls = cls; in bcm_erom_probe_and_attach()
325 if (*erom_cls == NULL) { in bcm_erom_probe_and_attach()
333 kobj_class_compile_static(*erom_cls, erom_ops); in bcm_erom_probe_and_attach()
336 error = bhnd_erom_init_static(*erom_cls, erom, esize, cid, eio); in bcm_erom_probe_and_attach()