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

/freebsd-current/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-current/sys/dev/exca/
H A Dexca.c664 exca->chipset = EXCA_BOGUS;
683 exca->chipset = EXCA_I82365;
700 exca->chipset = EXCA_VG365;
703 exca->chipset = EXCA_VG465;
706 exca->chipset = EXCA_VG468;
709 exca->chipset = EXCA_VG469;
720 exca->chipset = EXCA_RF5C396;
723 exca->chipset = EXCA_RF5C296;
736 exca->chipset = EXCA_PD6722;
738 exca->chipset
[all...]
H A Dexcavar.h83 int chipset; member in struct:exca_softc
/freebsd-current/sys/dev/pccbb/
H A Dpccbbvar.h72 int chipset; /* chipset id */ member in struct:cbb_softc
H A Dpccbb.c753 if (volts != 0 && sc->chipset == CB_O2MICRO)
809 if (sc->chipset == CB_TOPIC95)
831 if (on && sc->chipset != CB_TOPIC95) {
851 if (sc->chipset == CB_TOPIC97) {
862 if (volts != 0 && sc->chipset == CB_O2MICRO)
947 delay = sc->chipset == CB_RF5C47X ? 400 : 20;
H A Dpccbb_pci.c235 * Do we know that we support the chipset? If so, then we
291 sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL);
328 sc->exca.chipset = EXCA_CARDBUS;
464 switch (sc->chipset) {
487 switch (sc->chipset) {
740 * in the PCI bridge chipset (or cbb brige) that's being used in

Completed in 120 milliseconds