/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 156 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 D | bhnd_erom.c | 288 cid->chip_rev = CHIPC_GET_BITS(idreg, CHIPC_ID_REV); in bhnd_erom_read_chipid()
|
H A D | bhnd.h | 212 uint8_t chip_rev; /**< chip revision */ member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore.h | 823 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 D | ecore_vfpf_if.h | 219 u16 chip_rev; member
|
H A D | ecore_vf.c | 469 p_hwfn->p_dev->chip_rev = (u8) resp->pfdev_info.chip_rev; in ecore_vf_pf_acquire()
|
H A D | ecore_dev.c | 5699 '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 D | ecore_sriov.c | 1871 pfdev_info->chip_rev = p_hwfn->p_dev->chip_rev; in ecore_iov_vf_mbx_acquire()
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_subr.c | 682 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 D | as3722.c | 206 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 D | as3722.h | 267 uint8_t chip_rev; member
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 68 int chip_rev; member
|
H A D | arswitch_8327.c | 159 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 D | arswitch.c | 106 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 D | bhnd_pwrctl.c | 140 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.h | 98 u8 chip_rev; member
|
H A D | main.c | 1797 cctx->chip_rev = resp.chip_rev; in bnxt_re_query_hwrm_intf_version()
|
H A D | ib_verbs.c | 5282 chip_met_rev_num |= ((u32)cctx->chip_rev & 0xFF) << in bnxt_re_alloc_ucontext()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 614 uint8_t chip_rev; member
|
H A D | bnxt_hwrm.c | 891 softc->ver_info->chip_rev = resp->chip_rev; in bnxt_hwrm_ver_get()
|
H A D | bnxt_sysctl.c | 1212 "chip_rev", CTLFLAG_RD, &vi->chip_rev, 0, "chip revision"); in bnxt_create_ver_sysctls()
|
H A D | if_bnxt.c | 2182 if (BNXT_CHIP_P5(softc) && (!softc->ver_info->chip_rev) && in bnxt_attach_pre()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 520 static inline int chip_rev(struct adapter *adap) in chip_rev() function
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 7320 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 D | if_bwn.c | 3811 sc->sc_cid.chip_rev == 3) in bwn_set_opmode()
|