Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h156 chip_rev:1, member
165 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ member
172 _BHND_COPY_MATCH_FIELD(_src, chip_rev), \
181 #define BHND_MATCH_CHIP_REV(_rev) _BHND_SET_MATCH_FIELD(chip_rev, \
282 chip_rev:1, member
302 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ member
H A Dbhnd_erom.c288 cid->chip_rev = CHIPC_GET_BITS(idreg, CHIPC_ID_REV); in bhnd_erom_read_chipid()
H A Dbhnd.h212 uint8_t chip_rev; /**< chip revision */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h823 u8 chip_rev; member
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 == 1 && !(_p_dev)->chip_metal)
H A Decore_vfpf_if.h219 u16 chip_rev; member
H A Decore_vf.c469 p_hwfn->p_dev->chip_rev = (u8) resp->pfdev_info.chip_rev; in ecore_vf_pf_acquire()
H A Decore_dev.c5699 'A' + p_dev->chip_rev, (int)p_dev->chip_metal); in ecore_get_dev_name()
5736 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV); in ecore_get_dev_info()
5766 'A' + p_dev->chip_rev, (int)p_dev->chip_metal, in ecore_get_dev_info()
5767 p_dev->chip_num, p_dev->chip_rev, p_dev->chip_bond_id, in ecore_get_dev_info()
H A Decore_sriov.c1871 pfdev_info->chip_rev = p_hwfn->p_dev->chip_rev; in ecore_iov_vf_mbx_acquire()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c682 if (sc->cid.chip_id == BHND_CHIPID_BCM4325 && sc->cid.chip_rev <= 1) in bhnd_pmu_res_depfltr_ncb()
763 if (sc->cid.chip_rev >= 2) in bhnd_pmu_res_masks()
816 if (sc->cid.chip_rev >= 0x2) { in bhnd_pmu_res_masks()
1864 if (sc->cid.chip_id == BHND_CHIPID_BCM4329 && sc->cid.chip_rev == 0) { in bhnd_pmu1_pllinit0()
1984 if (sc->cid.chip_id == BHND_CHIPID_BCM4329 && sc->cid.chip_rev == 0) { in bhnd_pmu1_pllinit0()
2057 if (sc->cid.chip_rev != 0) in bhnd_pmu_pll_init()
2135 sc->cid.chip_id, sc->cid.chip_rev, BHND_PMU_REV(sc)); in bhnd_pmu_pll_init()
2377 if (sc->cid.chip_rev == 0) in bhnd_pmu_si_clock()
2432 sc->cid.chip_id, sc->cid.chip_rev, BHND_PMU_REV(sc), clock); in bhnd_pmu_si_clock()
2631 "rev %hhd pmurev %hhd\n", sc->cid.chip_id, sc->cid.chip_rev, in bhnd_pmu_sdiod_drive_strength_init()
[all …]
/freebsd/sys/arm/nvidia/
H A Das3722.c206 rv = RD1(sc, AS3722_ASIC_ID2, &sc->chip_rev); in as3722_get_version()
211 device_printf(sc->dev, "AS3722 rev: 0x%x\n", sc->chip_rev); in as3722_get_version()
H A Das3722.h267 uint8_t chip_rev; member
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h68 int chip_rev; member
H A Darswitch_8327.c159 sc->chip_rev); in ar8327_phy_fixup()
160 switch (sc->chip_rev) { in ar8327_phy_fixup()
653 if (sc->chip_rev == 1) in ar8327_init_pdata()
H A Darswitch.c106 sc->chip_rev = (id & AR8X16_MASK_CTRL_REV_MASK); in arswitch_probe()
137 chipname, sc->chip_ver, sc->chip_rev); in arswitch_probe()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c140 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h98 u8 chip_rev; member
H A Dmain.c1797 cctx->chip_rev = resp.chip_rev; in bnxt_re_query_hwrm_intf_version()
H A Dib_verbs.c5282 chip_met_rev_num |= ((u32)cctx->chip_rev & 0xFF) << in bnxt_re_alloc_ucontext()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h614 uint8_t chip_rev; member
H A Dbnxt_hwrm.c891 softc->ver_info->chip_rev = resp->chip_rev; in bnxt_hwrm_ver_get()
H A Dbnxt_sysctl.c1212 "chip_rev", CTLFLAG_RD, &vi->chip_rev, 0, "chip revision"); in bnxt_create_ver_sysctls()
H A Dif_bnxt.c2182 if (BNXT_CHIP_P5(softc) && (!softc->ver_info->chip_rev) && in bnxt_attach_pre()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h520 static inline int chip_rev(struct adapter *adap) in chip_rev() function
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c7320 regs->version = chip_id(sc) | chip_rev(sc) << 10; in get_regs()
7564 NULL, chip_rev(sc), "chip hardware revision"); in t4_sysctls()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c3811 sc->sc_cid.chip_rev == 3) in bwn_set_opmode()

12