Searched refs:_sb_scan (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsbutils.c40 static uint _sb_scan(si_info_t *sii, uint32 sba, void *regs, uint bus, uint32 sbba,
481 BCMATTACHFN(_sb_scan)(si_info_t *sii, uint32 sba, void *regs, uint bus, uint32 sbba, uint numcores) function
488 SI_ERROR(("_sb_scan: bus 0x%08x at level %d is too deep to scan\n", sbba, bus));
491 SI_MSG(("_sb_scan: scan bus 0x%08x assume %u cores\n", sbba, numcores));
501 SI_VMSG(("_sb_scan: reuse mapped regs %p for core %u\n", regs, next));
538 SI_VMSG(("_sb_scan: there are %u cores in the chip %s\n", numcores,
556 nsbcc = _sb_scan(sii, sba, regs, bus + 1, nsbba, nsbcc);
563 SI_MSG(("_sb_scan: found %u cores on bus 0x%08x\n", i, sbba));
588 sii->numcores = _sb_scan(sii, origsba, regs, 0, SI_ENUM_BASE, 1);

Completed in 44 milliseconds