Lines Matching refs:sc_ver
1304 sc->sc_ver = PCI_REVISION(le32toh(elroy_read32(&r->pci_class)));
1309 switch (sc->sc_ver) {
1312 case 5: sc->sc_ver = 0x40; break;
1313 case 4: sc->sc_ver = 0x30; break;
1314 case 3: sc->sc_ver = 0x22; break;
1315 case 2: sc->sc_ver = 0x21; break;
1316 case 1: sc->sc_ver = 0x20; break;
1317 case 0: sc->sc_ver = 0x10; break;
1334 aprint_normal(": %s TR%d.%d%s", p, sc->sc_ver >> 4, sc->sc_ver & 0xf,