Searched refs:chip_type (Results 1 – 13 of 13) sorted by relevance
68 enum chip_type { enum80 static inline int is_t4(enum chip_type chip) in is_t4()85 static inline int is_t5(enum chip_type chip) in is_t5()91 static inline int is_fpga(enum chip_type chip) in is_fpga()
608 if (sc->chip_type == ED_CHIP_TYPE_DL10019 || in ed_pccard_attach()609 sc->chip_type == ED_CHIP_TYPE_DL10022) { in ed_pccard_attach()615 } else if (sc->chip_type == ED_CHIP_TYPE_AX88190 || in ed_pccard_attach()616 sc->chip_type == ED_CHIP_TYPE_AX88790 || in ed_pccard_attach()617 sc->chip_type == ED_CHIP_TYPE_TC5299J) { in ed_pccard_attach()714 sc->chip_type = (id & 0x90) == 0x90 ? in ed_pccard_dl100xx()726 if (sc->chip_type != ED_CHIP_TYPE_DL10022) in ed_pccard_dl100xx_mii_reset()834 sc->chip_type = ED_CHIP_TYPE_AX88790; in ed_probe_ax88x90_generic()836 sc->chip_type = ED_CHIP_TYPE_AX88190; in ed_probe_ax88x90_generic()897 if (sc->chip_type == ED_CHIP_TYPE_AX88190) in ed_pccard_ax88x90_check_mii()[all …]
102 sc->chip_type = ED_CHIP_TYPE_DP8390; in ed_probe_WD80x3_generic()228 sc->chip_type = ED_CHIP_TYPE_WD790; in ed_probe_WD80x3_generic()290 (sc->chip_type != ED_CHIP_TYPE_WD790)) { in ed_probe_WD80x3_generic()315 if (sc->chip_type == ED_CHIP_TYPE_WD790) { in ed_probe_WD80x3_generic()373 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_probe_WD80x3_generic()388 (sc->chip_type != ED_CHIP_TYPE_WD790)) { in ed_probe_WD80x3_generic()398 if (sc->chip_type != ED_CHIP_TYPE_WD790) { in ed_probe_WD80x3_generic()
96 sc->chip_type = ED_CHIP_TYPE_RTL8019; in ed_probe_RTL80x9()100 sc->chip_type = ED_CHIP_TYPE_RTL8029; in ed_probe_RTL80x9()209 & (sc->chip_type == ED_CHIP_TYPE_RTL8029 ? ED_RTL80X9_CF0_BNC in ed_rtl_get_media()
139 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_disable_16bit_access()152 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_enable_16bit_access()295 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_attach()439 if (sc->chip_type == ED_CHIP_TYPE_AX88190 || in ed_stop_hw()440 sc->chip_type == ED_CHIP_TYPE_AX88790) in ed_stop_hw()575 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_init_locked()1002 if (sc->chip_type == ED_CHIP_TYPE_AX88190) { in edintr()1603 if (sc->chip_type == ED_CHIP_TYPE_AX88190 || in ed_setrcr()1604 sc->chip_type == ED_CHIP_TYPE_AX88790) in ed_setrcr()1773 if (sc->chip_type == ED_CHIP_TYPE_WD790) in ed_shmem_write_mbufs()[all …]
175 sc->chip_type = ED_CHIP_TYPE_DP8390; in ed_probe_Novell_generic()
47 u_char chip_type; /* the type of chip (one of ED_CHIP_TYPE_*) */ member
139 sc->chip_type = ED_CHIP_TYPE_DP8390; in ed_probe_HP_pclanp()
267 int chip_type, pp_isaint; in cs_cs89x0_probe() local295 chip_type = rev_type & ~REVISON_BITS; in cs_cs89x0_probe()298 sc->chip_type = chip_type; in cs_cs89x0_probe()300 if (chip_type == CS8900) { in cs_cs89x0_probe()344 if (chip_type == CS8900) { in cs_cs89x0_probe()361 if (chip_type == CS8900) { in cs_cs89x0_probe()384 chip_type == CS8900 ? '0' : '2', in cs_cs89x0_probe()385 chip_type == CS8920M ? "M" : "", in cs_cs89x0_probe()523 if (sc->chip_type != CS8900) { in cs_attach()550 if (sc->chip_type != CS8900) { in cs_attach()[all …]
43 int chip_type; /* Type of chip */ member
102 int chip_type; member
1443 aic->chip_type = AIC6260; in aic_init()1448 aic->chip_type = aic_chip_ids[i].type; in aic_init()1469 if (aic->chip_type > AIC6260 || aic_inb(aic, REV)) { in aic_init()1567 device_printf(aic->dev, "%s", aic_chip_names[aic->chip_type]); in aic_attach()
566 uint16_t chip_type; member