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

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_match.h151 chip_rev:1, member in struct:bhnd_chip_match::__anon9288::__anon9289
159 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ member in struct:bhnd_chip_match
165 _BHND_COPY_MATCH_FIELD(_src, chip_rev), \
173 #define BHND_CHIP_REV(_rev) _BHND_SET_MATCH_FIELD(chip_rev, \
260 chip_rev:1, member in struct:bhnd_device_match::__anon9292::__anon9293
277 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ member in struct:bhnd_device_match
H A Dbhnd_subr.c498 if (desc->m.match.chip_rev &&
499 !bhnd_hwrev_matches(chip->chip_rev, &desc->chip_rev))
794 result.chip_rev = CHIPC_GET_BITS(idreg, CHIPC_ID_REV);
H A Dbhnd.h149 uint8_t chip_rev; /**< chip revision */ member in struct:bhnd_chipid
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h823 u8 chip_rev; member in struct:ecore_dev
827 #define CHIP_REV_IS_TEDIBEAR(_p_dev) ((_p_dev)->chip_rev == 0x5)
828 #define CHIP_REV_IS_EMUL_A0(_p_dev) ((_p_dev)->chip_rev == 0xe)
829 #define CHIP_REV_IS_EMUL_B0(_p_dev) ((_p_dev)->chip_rev == 0xc)
832 #define CHIP_REV_IS_FPGA_A0(_p_dev) ((_p_dev)->chip_rev == 0xf)
833 #define CHIP_REV_IS_FPGA_B0(_p_dev) ((_p_dev)->chip_rev == 0xd)
840 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal))
843 ((_p_dev)->chip_rev == 1 && !(_p_dev)->chip_metal))
847 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal)
849 ((_p_dev)->chip_rev
[all...]
H A Decore_vfpf_if.h222 u16 chip_rev; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_vf.c472 p_hwfn->p_dev->chip_rev = (u8) resp->pfdev_info.chip_rev;
H A Decore_dev.c5703 'A' + p_dev->chip_rev, (int)p_dev->chip_metal);
5740 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV);
5770 'A' + p_dev->chip_rev, (int)p_dev->chip_metal,
5771 p_dev->chip_num, p_dev->chip_rev, p_dev->chip_bond_id,
H A Decore_sriov.c1874 pfdev_info->chip_rev = p_hwfn->p_dev->chip_rev;
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h62 int chip_rev; member in struct:arswitch_softc
H A Darswitch_8327.c129 sc->chip_rev);
130 switch (sc->chip_rev) {
623 if (sc->chip_rev == 1)
H A Darswitch.c120 sc->chip_rev = (id & AR8X16_MASK_CTRL_REV_MASK);
155 sc->chip_rev);
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c208 rv = RD1(sc, AS3722_ASIC_ID2, &sc->chip_rev);
213 device_printf(sc->dev, "AS3722 rev: 0x%x\n", sc->chip_rev);
H A Das3722.h269 uint8_t chip_rev; member in struct:as3722_softc
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h516 uint8_t chip_rev; member in struct:bnxt_ver_info
H A Dbnxt_hwrm.c342 softc->ver_info->chip_rev = resp->chip_rev;
H A Dbnxt_sysctl.c853 "chip_rev", CTLFLAG_RD, &vi->chip_rev, 0, "chip revision");
H A Dhsi_struct_def.h5708 uint8_t chip_rev; member in struct:hwrm_ver_get_output
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi-defs.h1306 uint64_t chip_rev : 8; /**< The revision of the N3. */ member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_s
1380 uint64_t chip_rev : 8;
1387 uint64_t chip_rev : 8; /**< The revision of the N3. */ member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn30xx
1431 uint64_t chip_rev : 8;
1438 uint64_t chip_rev : 8; /**< The revision of the N3. member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn31xx
1495 uint64_t chip_rev : 8;
H A Dcvmx-npei-defs.h1984 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_s
1986 uint64_t chip_rev : 8;
2034 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn52xxp1
2036 uint64_t chip_rev : 8;
2061 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn56xxp1
2063 uint64_t chip_rev : 8;
H A Dcvmx-sli-defs.h1460 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_sli_ctl_status::cvmx_sli_ctl_status_s
1462 uint64_t chip_rev : 8;
1477 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_sli_ctl_status::cvmx_sli_ctl_status_cn61xx
1479 uint64_t chip_rev : 8;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h476 static inline int chip_rev(struct adapter *adap) function
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5672 regs->version = chip_id(sc) | chip_rev(sc) << 10;
5903 NULL, chip_rev(sc), "chip hardware revision");

Completed in 620 milliseconds