Searched refs:sbba (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,
473 * bus 'sbba'. Append coreid and other info to the lists in 'si'. 'sba'
476 * cores expected on bus 'sbba'. It returns the total number of cores
477 * starting from bus 'sbba', inclusive.
481 BCMATTACHFN(_sb_scan)(si_info_t *sii, uint32 sba, void *regs, uint bus, uint32 sbba, uint numcores) argument
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));
497 sii->coresba[next] = sbba + (i * SI_CORE_SIZE);
557 if (sbba == SI_ENUM_BASE)
563 SI_MSG(("_sb_scan: found %u cores on bus 0x%08x\n", i, sbba));
[all...]

Completed in 42 milliseconds