| /freebsd-13.1/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rbvar.h | 74 #define RTL8366_PLSR_BASE (sc->chip_type == 0 ? 0x0014 : 0x0060) 86 #define RTL8366_VMCR_BASE (sc->chip_type == 0 ? 0x0020 : 0x0016) 87 #define RTL8366_VMCR_MULT (sc->chip_type == 0 ? 3 : 2) 96 #define RTL8366_VMCR_MU_UNTAG_SHIFT (sc->chip_type == 0 ? 8 : 6) 98 #define RTL8366_VMCR_FID_REG (sc->chip_type == 0 ? 2 : 1) 99 #define RTL8366_VMCR_FID_FID_SHIFT (sc->chip_type == 0 ? 0 : 12) 128 #define RTL8366_PVCR_BASE (sc->chip_type == 0 ? 0x0063 : 0x0058) 146 #define RTL8366_CVCR (sc->chip_type == 0 ? 0x050A : 0x0104) 158 #define RTL8366_MCTLR (sc->chip_type == 0 ? 0x13f0 : 0x11F0) 170 #define RTL8366_PACR (sc->chip_type == 0 ? 0x8000 : 0x8028) [all …]
|
| H A D | rtl8366rb.c | 81 int chip_type; member 155 if (sc->chip_type == RTL8366RB) in rtl8366rb_probe() 234 if (sc->chip_type == RTL8366RB) in rtl8366rb_attach() 418 sc->chip_type = RTL8366RB; in smi_probe() 424 sc->chip_type = RTL8366SR; in smi_probe() 494 if (sc->chip_type == RTL8366SR) { // RTL8366SR work around in smi_select() 803 if (sc->chip_type == RTL8366RB) { in rtl_setvgroup()
|
| /freebsd-13.1/contrib/ofed/libcxgb4/ |
| H A D | t4_chip_type.h | 54 enum chip_type { enum 70 static inline int is_t4(enum chip_type chip) in is_t4() 75 static inline int is_t5(enum chip_type chip) in is_t5() 80 static inline int is_t6(enum chip_type chip) in is_t6()
|
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd_match.h | 159 chip_type:1, member 168 uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */ member 175 _BHND_COPY_MATCH_FIELD(_src, chip_type),\ 190 #define BHND_MATCH_CHIP_TYPE(_type) _BHND_SET_MATCH_FIELD(chip_type, \ 285 chip_type:1, member 305 uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */ member
|
| H A D | bhnd_erom.c | 292 cid->chip_type = CHIPC_GET_BITS(idreg, CHIPC_ID_BUS); in bhnd_erom_read_chipid() 296 if (BHND_CHIPTYPE_HAS_EROM(cid->chip_type)) { in bhnd_erom_read_chipid()
|
| H A D | bhnd_subr.c | 776 if (desc->m.match.chip_type && chip->chip_type != desc->chip_type) in bhnd_chip_matches() 1811 switch (chip_id->chip_type) { in bhnd_set_default_bus_desc()
|
| H A D | bhnd.h | 219 uint8_t chip_type; /**< chip type (BHND_CHIPTYPE_*) */ member
|
| /freebsd-13.1/sys/mips/broadcom/ |
| H A D | siba_nexus.c | 64 if (bcm_get_platform()->cid.chip_type != BHND_CHIPTYPE_SIBA) in siba_nexus_probe()
|
| H A D | bcma_nexus.c | 70 switch (bcm_get_platform()->cid.chip_type) { in bcma_nexus_probe()
|
| H A D | bcm_mips74k.c | 110 if (!BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(bp->cid.chip_type)) { in bcm_mips74k_timer_init() 139 if (!BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(cid->chip_type)) in bcm_mips74k_probe()
|
| H A D | bcm_bmips.c | 99 if (bhnd_get_chipid(dev)->chip_type != BHND_CHIPTYPE_SIBA) in bcm_bmips_probe()
|
| /freebsd-13.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_bhndb.c | 65 if (cid->chip_type != BHND_CHIPTYPE_BCMA) in bcma_bhndb_probe()
|
| H A D | bcma_erom.c | 182 switch (cid->chip_type) { in bcma_erom_probe()
|
| /freebsd-13.1/sys/dev/bhnd/siba/ |
| H A D | siba_bhndb.c | 103 if (cid->chip_type != BHND_CHIPTYPE_SIBA) in siba_bhndb_probe()
|
| H A D | siba_erom.c | 110 if (hint->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe() 144 if (cid->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
|
| /freebsd-13.1/sys/mips/cavium/ |
| H A D | octeon_machdep.c | 570 uint16_t chip_type; member
|
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | bnxt.h | 518 uint8_t chip_type; member
|
| H A D | bnxt_sysctl.c | 860 "chip_type", CTLFLAG_RD, vi->chip_type > MAX_CHIP_TYPE ? in bnxt_create_ver_sysctls() 861 bnxt_chip_type[MAX_CHIP_TYPE] : bnxt_chip_type[vi->chip_type], 0, in bnxt_create_ver_sysctls()
|
| H A D | bnxt_hwrm.c | 344 softc->ver_info->chip_type = resp->chip_platform_type; in bnxt_hwrm_ver_get()
|
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pci.c | 394 if (probe->cid.chip_type == BHND_CHIPTYPE_SIBA) { in bhndb_pci_attach()
|