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

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhndpci.c600 uint pcirev; local
609 pcirev = sb_corerev(sbh);
612 if (pcirev < 8)
620 parkid = (pcirev >= 11) ? PCI11_PARKID_LAST : PCI_PARKID_LAST;
624 if (parkid > ((pcirev >= 11) ? PCI11_PARKID_LAST : PCI_PARKID_LAST)) {
626 parkid = (pcirev >= 11) ? PCI11_PARKID_LAST : PCI_PARKID_LAST;
H A Dsbutils.c1294 uint pcirev; local
1329 pcirev = pcierev = NOREV;
1338 pcirev = sb_corerev(&si->sb);
1366 si->sb.buscorerev = pcirev;

Completed in 42 milliseconds