Searched defs:erom (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma.c434 struct bcma_erom erom; local
H A Dbcma_erom.c85 bcma_erom_open(struct bcma_erom *erom, struct resource *r, bus_size_t offset) argument
116 bcma_erom_tell(struct bcma_erom *erom) argument
125 bcma_erom_seek(struct bcma_erom *erom, bus_size_t offset) argument
141 bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry) argument
162 erom_read32(struct bcma_erom *erom, uint32_t *entry) argument
181 erom_skip32(struct bcma_erom *erom) argument
197 erom_skip_core(struct bcma_erom *erom) argument
212 erom_skip_mport(struct bcma_erom *erom) argument
227 erom_skip_sport_region(struct bcma_erom *erom) argument
244 erom_seek_next(struct bcma_erom *erom, uint8_t etype) argument
297 bcma_erom_reset(struct bcma_erom *erom) argument
313 bcma_erom_seek_core_index(struct bcma_erom *erom, u_int core_index) argument
349 bcma_erom_parse_core(struct bcma_erom *erom, struct bcma_erom_core *core) argument
399 bcma_erom_parse_mport(struct bcma_erom *erom, struct bcma_erom_mport *mport) argument
429 bcma_erom_parse_sport_region(struct bcma_erom *erom, struct bcma_erom_sport_region *region) argument
508 bcma_erom_get_core_info(struct bcma_erom *erom, struct bhnd_core_info **cores, u_int *num_cores) argument
600 erom_corecfg_fill_port_regions(struct bcma_erom *erom, struct bcma_corecfg *corecfg, bcma_pid_t port_num, uint8_t region_type) argument
730 bcma_erom_parse_corecfg(struct bcma_erom *erom, struct bcma_corecfg **result) argument
[all...]

Completed in 54 milliseconds