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

/freebsd-9.3-release/sys/mips/rmi/
H A Dboard.h126 int revision_id = xlr_revision(); local
140 if (revision_id >= 5 && revision_id <= 9)
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82542.c198 if (hw->revision_id == E1000_REVISION_2) {
227 if (hw->revision_id == E1000_REVISION_2) {
256 if (hw->revision_id == E1000_REVISION_2) {
268 if (hw->revision_id == E1000_REVISION_2) {
H A De1000_vf.h278 u8 revision_id; member in struct:e1000_hw
H A De1000_hw.h981 u8 revision_id; member in struct:e1000_hw
H A Dif_lem.c993 adapter->hw.revision_id == E1000_REVISION_2) {
1930 adapter->hw.revision_id == E1000_REVISION_2) {
1968 adapter->hw.revision_id == E1000_REVISION_2) {
2128 adapter->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
H A Dif_em.c2203 adapter->hw.revision_id == E1000_REVISION_2) {
2241 adapter->hw.revision_id == E1000_REVISION_2) {
2451 adapter->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
H A Dif_igb.c2425 adapter->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h219 uint8_t revision_id; member in struct:hdac_softc::__anon8962
H A Dhdac.c1524 sc->codecs[i].revision_id =
1717 sc->codecs[cad].revision_id, sc->codecs[cad].stepping_id);
1738 *result = sc->codecs[cad].revision_id;
H A Dhdac.h685 HDA_ACCESSOR(revision_id, REVISION_ID, uint8_t);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h190 u32 revision_id; member in struct:mthca_adapter
H A Dmthca_main.c761 mdev->rev_id = adapter.revision_id;
H A Dmthca_cmd.c1255 MTHCA_GET(adapter->revision_id, outbox,
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.h714 uint8_t revision_id; /* revision id from PCI configuration space */ member in struct:ixgb_hw
H A Dif_ixgb.c1218 adapter->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_x540.c680 if (hw->mac.type == ixgbe_mac_X540 && hw->revision_id == 0) {
H A Dixgbe_type.h3245 u8 revision_id; member in struct:ixgbe_hw
H A Dixv.c1570 adapter->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
H A Dixgbe.c2192 hw->revision_id = pci_read_config(dev, PCIR_REVID, 1);
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_defs.h92 unsigned short revision_id; member in struct:sym_pci_chip
H A Dsym_hipd.c1602 u_char revision_id; /* PCI device revision id */ member in struct:sym_hcb
1864 np->revision_id < 0x1 &&
1870 /* np->revision_id < 0xff */ 1)) {
2585 np->revision_id < 0x2)
2609 np->revision_id >= 0x10 && np->revision_id <= 0x11) ||
2611 np->revision_id <= 0x1))
3214 /* np->revision_id < 0xff */ 1)
7751 if (np->device_id == PCI_ID_SYM53C896 && np->revision_id <= 1)
8373 if (revision > chip->revision_id)
[all...]
/freebsd-9.3-release/sys/pci/
H A Dncr.c3250 static int ncr_chip_lookup(u_long device_id, u_char revision_id) argument
3257 ncr_chip_table[i].minrevid <= revision_id) {

Completed in 608 milliseconds