Searched refs:EROM_LOG (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 114 #define EROM_LOG(erom, fmt, ...) do { \ macro 478 EROM_LOG(erom, "BCMA EROM table missing terminating EOF\n"); in bcma_erom_peek32() 749 EROM_LOG(erom, "Unexpected EROM entry 0x%x (type=%s)\n", in bcma_erom_parse_core() 867 EROM_LOG(erom, "%s%u: invalid address map %llx:%llx\n", in bcma_erom_parse_sport_region() 920 EROM_LOG(erom, "unsupported region type %hhx\n", in bcma_erom_region_to_port_type() 970 EROM_LOG(erom, "core%u %s%u: region count reached " in bcma_erom_corecfg_fill_port_regions() 984 EROM_LOG(erom, "core%u %s%u.%u: invalid slave port " in bcma_erom_corecfg_fill_port_regions() 1117 EROM_LOG(erom, in bcma_erom_next_corecfg() 1269 EROM_LOG(sc, "EOF\n"); in bcma_erom_dump() 1275 EROM_LOG(sc, "invalid EROM entry %#x\n", entry); in bcma_erom_dump() [all …]
|
| /src/sys/dev/bhnd/siba/ |
| H A D | siba_erom.c | 85 #define EROM_LOG(io, fmt, ...) do { \ macro 399 EROM_LOG(io, "first core not chipcommon " in siba_eio_read_chipid()
|