Searched refs:chipset (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tools/tools/ifinfo/
H A Drfc1650.c20 static void identify_chipset(u_int32_t chipset);
103 identify_chipset(u_int32_t chipset) argument
105 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset);
106 u_int part = DOT3CHIPSET_PART(chipset);
/freebsd-13-stable/sys/dev/exca/
H A Dexca.c667 exca->chipset = EXCA_BOGUS;
686 exca->chipset = EXCA_I82365;
703 exca->chipset = EXCA_VG365;
706 exca->chipset = EXCA_VG465;
709 exca->chipset = EXCA_VG468;
712 exca->chipset = EXCA_VG469;
723 exca->chipset = EXCA_RF5C396;
726 exca->chipset = EXCA_RF5C296;
739 exca->chipset = EXCA_PD6722;
741 exca->chipset
[all...]
H A Dexcavar.h84 int chipset; member in struct:exca_softc
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbbvar.h74 int chipset; /* chipset id */ member in struct:cbb_softc
H A Dpccbb.c767 if (volts != 0 && sc->chipset == CB_O2MICRO)
823 if (sc->chipset == CB_TOPIC95)
845 if (on && sc->chipset != CB_TOPIC95) {
865 if (sc->chipset == CB_TOPIC97) {
876 if (volts != 0 && sc->chipset == CB_O2MICRO)
961 delay = sc->chipset == CB_RF5C47X ? 400 : 20;
H A Dpccbb_pci.c238 * Do we know that we support the chipset? If so, then we
294 sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL);
331 sc->exca.chipset = EXCA_CARDBUS;
467 switch (sc->chipset) {
490 switch (sc->chipset) {
743 * in the PCI bridge chipset (or cbb brige) that's being used in
/freebsd-13-stable/sys/dev/sound/isa/
H A Dmss.c1644 static char *chipset[] = { local
1676 return chipset[version];

Completed in 123 milliseconds