Symbol: chip_type
sys/dev/bhnd/bcma/bcma_bhndb.c
62
if (cid->chip_type != BHND_CHIPTYPE_BCMA)
sys/dev/bhnd/bcma/bcma_erom.c
179
switch (cid->chip_type) {
sys/dev/bhnd/bhnd.h
214
uint8_t chip_type; /**< chip type (BHND_CHIPTYPE_*) */
sys/dev/bhnd/bhnd_erom.c
288
cid->chip_type = CHIPC_GET_BITS(idreg, CHIPC_ID_BUS);
sys/dev/bhnd/bhnd_erom.c
292
if (BHND_CHIPTYPE_HAS_EROM(cid->chip_type)) {
sys/dev/bhnd/bhnd_match.h
158
chip_type:1,
sys/dev/bhnd/bhnd_match.h
167
uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */
sys/dev/bhnd/bhnd_match.h
174
_BHND_COPY_MATCH_FIELD(_src, chip_type),\
sys/dev/bhnd/bhnd_match.h
189
#define BHND_MATCH_CHIP_TYPE(_type) _BHND_SET_MATCH_FIELD(chip_type, \
sys/dev/bhnd/bhnd_match.h
284
chip_type:1,
sys/dev/bhnd/bhnd_match.h
304
uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */
sys/dev/bhnd/bhnd_subr.c
1800
switch (chip_id->chip_type) {
sys/dev/bhnd/bhnd_subr.c
774
if (desc->m.match.chip_type && chip->chip_type != desc->chip_type)
sys/dev/bhnd/bhndb/bhndb_pci.c
392
if (probe->cid.chip_type == BHND_CHIPTYPE_SIBA) {
sys/dev/bhnd/siba/siba_bhndb.c
100
if (cid->chip_type != BHND_CHIPTYPE_SIBA)
sys/dev/bhnd/siba/siba_erom.c
107
if (hint->chip_type != BHND_CHIPTYPE_SIBA)
sys/dev/bhnd/siba/siba_erom.c
141
if (cid->chip_type != BHND_CHIPTYPE_SIBA)
sys/dev/bnxt/bnxt_en/bnxt.h
667
uint8_t chip_type;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
962
softc->ver_info->chip_type = resp->chip_platform_type;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1219
"chip_type", CTLFLAG_RD, vi->chip_type > MAX_CHIP_TYPE ?
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1220
bnxt_chip_type[MAX_CHIP_TYPE] : bnxt_chip_type[vi->chip_type], 0,
sys/dev/etherswitch/rtl8366/rtl8366rb.c
153
if (sc->chip_type == RTL8366RB)
sys/dev/etherswitch/rtl8366/rtl8366rb.c
232
if (sc->chip_type == RTL8366RB)
sys/dev/etherswitch/rtl8366/rtl8366rb.c
409
sc->chip_type = RTL8366RB;
sys/dev/etherswitch/rtl8366/rtl8366rb.c
415
sc->chip_type = RTL8366SR;
sys/dev/etherswitch/rtl8366/rtl8366rb.c
485
if (sc->chip_type == RTL8366SR) { // RTL8366SR work around
sys/dev/etherswitch/rtl8366/rtl8366rb.c
79
int chip_type;
sys/dev/etherswitch/rtl8366/rtl8366rb.c
794
if (sc->chip_type == RTL8366RB) {
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
117
(sc->chip_type == 0 ? (_r[RTL8366_VMCR_FID_REG] & RTL8366_VMCR_FID_FID_MASK) : \
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
126
#define RTL8366_PVCR_BASE (sc->chip_type == 0 ? 0x0063 : 0x0058)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
144
#define RTL8366_CVCR (sc->chip_type == 0 ? 0x050A : 0x0104)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
156
#define RTL8366_MCTLR (sc->chip_type == 0 ? 0x13f0 : 0x11F0)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
168
#define RTL8366_PACR (sc->chip_type == 0 ? 0x8000 : 0x8028)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
173
#define RTL8366_PADR (sc->chip_type == 0 ? 0x8002 : 0x8029)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
176
(0x8000 | (1 << (((phy) & 0x1f) + 9)) | (((page) & (sc->chip_type == 0 ? 0xf : 0x7)) << 5) | ((reg) & 0x1f))
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
72
#define RTL8366_PLSR_BASE (sc->chip_type == 0 ? 0x0014 : 0x0060)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
84
#define RTL8366_VMCR_BASE (sc->chip_type == 0 ? 0x0020 : 0x0016)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
85
#define RTL8366_VMCR_MULT (sc->chip_type == 0 ? 3 : 2)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
93
#define RTL8366_VMCR_MU_MEMBER_MASK (sc->chip_type == 0 ? 0x00ff : 0x003f)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
94
#define RTL8366_VMCR_MU_UNTAG_SHIFT (sc->chip_type == 0 ? 8 : 6)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
95
#define RTL8366_VMCR_MU_UNTAG_MASK (sc->chip_type == 0 ? 0xff00 : 0x0fc0)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
96
#define RTL8366_VMCR_FID_REG (sc->chip_type == 0 ? 2 : 1)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
97
#define RTL8366_VMCR_FID_FID_SHIFT (sc->chip_type == 0 ? 0 : 12)
sys/dev/etherswitch/rtl8366/rtl8366rbvar.h
98
#define RTL8366_VMCR_FID_FID_MASK (sc->chip_type == 0 ? 0x0007 : 0x7000)
sys/dev/iicbus/gpio/tca64xx.c
96
enum chip_type chip;