Searched refs:bcma_erom_peek32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 79 static int bcma_erom_peek32(struct bcma_erom *erom, 244 if ((error = bcma_erom_peek32(sc, &entry))) in bcma_erom_lookup_core_addr() 275 if ((error = bcma_erom_peek32(sc, &entry))) in bcma_erom_lookup_core_addr() 305 if ((error = bcma_erom_peek32(sc, &entry))) in bcma_erom_lookup_core_addr() 328 if ((error = bcma_erom_peek32(sc, &entry))) in bcma_erom_lookup_core_addr() 475 bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry) in bcma_erom_peek32() function 500 if ((error = bcma_erom_peek32(erom, entry)) == 0) in bcma_erom_read32() 584 while (!(error = bcma_erom_peek32(erom, &entry))) { in bcma_erom_seek_next() 822 if (bcma_erom_peek32(erom, &entry)) in bcma_erom_parse_sport_region() 1167 if ((error = bcma_erom_peek32(erom, &entry))) in bcma_erom_next_corecfg()
|