Lines Matching defs:erom

114 #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()
496 bcma_erom_read32(struct bcma_erom *erom, uint32_t *entry) in bcma_erom_read32()
515 bcma_erom_skip32(struct bcma_erom *erom) in bcma_erom_skip32()
531 bcma_erom_skip_core(struct bcma_erom *erom) in bcma_erom_skip_core()
546 bcma_erom_skip_mport(struct bcma_erom *erom) in bcma_erom_skip_mport()
561 bcma_erom_skip_sport_region(struct bcma_erom *erom) in bcma_erom_skip_sport_region()
578 bcma_erom_seek_next(struct bcma_erom *erom, uint8_t etype) in bcma_erom_seek_next()
631 bcma_erom_reset(struct bcma_erom *erom) in bcma_erom_reset()
735 bcma_erom_parse_core(struct bcma_erom *erom, struct bcma_erom_core *core) in bcma_erom_parse_core()
785 bcma_erom_parse_mport(struct bcma_erom *erom, struct bcma_erom_mport *mport) in bcma_erom_parse_mport()
814 bcma_erom_parse_sport_region(struct bcma_erom *erom, in bcma_erom_parse_sport_region()
905 bcma_erom_region_to_port_type(struct bcma_erom *erom, uint8_t region_type, in bcma_erom_region_to_port_type()
937 bcma_erom_corecfg_fill_port_regions(struct bcma_erom *erom, in bcma_erom_corecfg_fill_port_regions()
1054 bcma_erom_next_corecfg(struct bcma_erom *erom, struct bcma_corecfg **result) in bcma_erom_next_corecfg()
1256 bcma_erom_dump(bhnd_erom_t *erom) in bcma_erom_dump()