Home
last modified time | relevance | path

Searched defs:erom (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c114 #define EROM_LOG(erom, fmt, ...) do { \ argument
137 bcma_erom_init(bhnd_erom_t *erom, const struct bhnd_chipid *cid, in bcma_erom_init()
193 bcma_erom_fini(bhnd_erom_t *erom) in bcma_erom_fini()
201 bcma_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bcma_erom_lookup_core()
211 bcma_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bcma_erom_lookup_core_addr()
360 bcma_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, in bcma_erom_get_core_table()
441 bcma_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) in bcma_erom_free_core_table()
450 bcma_erom_tell(struct bcma_erom *erom) in bcma_erom_tell()
459 bcma_erom_seek(struct bcma_erom *erom, bus_size_t offset) in bcma_erom_seek()
475 bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry) in bcma_erom_peek32()
[all …]
H A Dbcma.c656 bhnd_erom_t *erom; in bcma_add_children() local
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h166 bhnd_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, in bhnd_erom_get_core_table()
179 bhnd_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) in bhnd_erom_free_core_table()
196 bhnd_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bhnd_erom_lookup_core()
226 bhnd_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bhnd_erom_lookup_core_addr()
244 bhnd_erom_dump(bhnd_erom_t *erom) in bhnd_erom_dump()
H A Dbhnd_erom.c174 bhnd_erom_t *erom; in bhnd_erom_alloc() local
213 bhnd_erom_init_static(bhnd_erom_class_t *cls, bhnd_erom_t *erom, size_t esize, in bhnd_erom_init_static()
237 bhnd_erom_fini_static(bhnd_erom_t *erom) in bhnd_erom_fini_static()
250 bhnd_erom_free(bhnd_erom_t *erom) in bhnd_erom_free()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c160 siba_erom_init(bhnd_erom_t *erom, const struct bhnd_chipid *cid, in siba_erom_init()
183 siba_erom_fini(bhnd_erom_t *erom) in siba_erom_fini()
443 siba_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in siba_erom_lookup_core()
497 siba_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in siba_erom_lookup_core_addr()
611 siba_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, in siba_erom_get_core_table()
651 siba_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) in siba_erom_free_core_table()
658 siba_erom_dump(bhnd_erom_t *erom) in siba_erom_dump()
H A Dsiba.c1280 bhnd_erom_t *erom; in siba_add_children() local
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c228 bhndb_init_region_cfg(struct bhndb_softc *sc, bhnd_erom_t *erom, in bhndb_init_region_cfg()
519 bhnd_erom_t *erom; in bhndb_attach() local
H A Dbhndb_pci.c168 bhnd_erom_t *erom; /**< erom parser */ member