Home
last modified time | relevance | path

Searched refs:chip_rev (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/dev/etherswitch/arswitch/
HDarswitchvar.h62 int chip_rev; member
HDarswitch_8327.c129 sc->chip_rev); in ar8327_phy_fixup()
130 switch (sc->chip_rev) { in ar8327_phy_fixup()
623 if (sc->chip_rev == 1) in ar8327_init_pdata()
HDarswitch.c120 sc->chip_rev = (id & AR8X16_MASK_CTRL_REV_MASK); in arswitch_probe()
155 sc->chip_rev); in arswitch_probe()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-npi-defs.h1306 uint64_t chip_rev : 8; /**< The revision of the N3. */ member
1380 uint64_t chip_rev : 8;
1387 uint64_t chip_rev : 8; /**< The revision of the N3. */ member
1431 uint64_t chip_rev : 8;
1438 uint64_t chip_rev : 8; /**< The revision of the N3. member
1495 uint64_t chip_rev : 8;
HDcvmx-npei-defs.h1984 uint64_t chip_rev : 8; /**< The chip revision. */ member
1986 uint64_t chip_rev : 8;
2034 uint64_t chip_rev : 8; /**< The chip revision. */ member
2036 uint64_t chip_rev : 8;
2061 uint64_t chip_rev : 8; /**< The chip revision. */ member
2063 uint64_t chip_rev : 8;
HDcvmx-sli-defs.h1460 uint64_t chip_rev : 8; /**< The chip revision. */ member
1462 uint64_t chip_rev : 8;
1477 uint64_t chip_rev : 8; /**< The chip revision. */ member
1479 uint64_t chip_rev : 8;
/NextBSD/sys/dev/cxgbe/common/
HDcommon.h353 static inline int chip_rev(struct adapter *adap) in chip_rev() function
/NextBSD/sys/dev/cxgbe/
HDt4_main.c3142 chip_rev(sc), p->vpd.sn, p->vpd.pn, p->vpd.ec); in t4_set_desc()
4839 regs->version = chip_id(sc) | chip_rev(sc) << 10; in t4_get_regs()
5128 NULL, chip_rev(sc), "chip hardware revision"); in t4_sysctls()