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

/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dswarm_init.S117 dsrl t2, t2, S_SYS_REVISION # revision now in t2
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_altcpu.S191 ld t0,(t0) # Get system revision
271 ld t0,(t0) # Get system revision
315 ld t0,(t0) # Get system revision
451 ld t0,(t0) # Get system revision
564 ld t0,(t0) # Get system revision
627 ld t0,(t0) # Get system revision
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpci_subr.c312 pci_revision_t revision; local
328 revision = PCI_REVISION(class_reg);
384 if (revision != 0)
385 cp += sprintf(cp, ", rev 0x%02x", revision);
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_i82559.c69 for this series. The revision number appears to be a better guide
220 uint8_t revision; /* chip revision and step (Table 3-7) */ member in struct:i82559_softc_s
1439 sc->revision = PCI_REVISION(class);
1462 switch (sc->revision) {
H A Ddev_rtl8139.c153 uint8_t revision; /* chip revision and step */ member in struct:rtl8139_softc
871 sc->revision = PCI_REVISION(class);
H A Ddev_aic6915.c352 uint8_t revision; /* chip revision */ member in struct:aic_ether_s
1381 sc->revision = PCI_REVISION(class);
H A Ddev_bcm4401.c180 uint8_t revision; /* chip revision and step */ member in struct:bcm4401_softc
1292 sc->revision = PCI_REVISION(class);
H A Ddev_dp83815.c184 uint8_t revision; /* chip revision and step */ member in struct:dp83815_softc
1756 sc->revision = PCI_REVISION(class);
H A Ddev_bcm5700.c397 uint8_t revision; /* chip revision */ member in struct:t3_ether_s
398 uint16_t asic_revision; /* mask revision */
2548 sc->revision = PCI_REVISION(class);
H A Ddev_tulip.c209 uint8_t revision; /* chip revision and step (Table 3-7) */ member in struct:tulip_softc
2471 sc->revision = PCI_REVISION(class);
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c63 with a bus error. In a B0 revision bcm4401, all such accesses give
216 uint8_t revision; /* chip revision and step */ member in struct:bcm4401_softc
1508 sc->revision = PCI_REVISION(class);
1620 sc->revision = G_SBID_RV(id);
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c228 uint8_t revision; /* chip revision and step (Table 3-7) */ member in struct:tulip_softc_s
2906 sc->revision = PCI_REVISION(class);

Completed in 90 milliseconds