Home
last modified time | relevance | path

Searched refs:chipset (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/dev/rtw89/
H A DKconfig51 Select this option will enable support for 8851BE chipset
62 Select this option will enable support for 8851BU chipset
73 Select this option will enable support for 8852AE chipset
84 Select this option will enable support for 8852AU chipset
96 Select this option will enable support for 8852BE chipset
108 Select this option will enable support for 8852BU chipset
120 Select this option will enable support for 8852BE-VT chipset
131 Select this option will enable support for 8852CE chipset
142 Select this option will enable support for 8852CU chipset
153 Select this option will enable support for 8922AE/8922AE-VS chipset
/freebsd/tools/tools/ifinfo/
H A Drfc1650.c20 static void identify_chipset(u_int32_t chipset);
103 identify_chipset(u_int32_t chipset) in identify_chipset() argument
105 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset); in identify_chipset()
106 u_int part = DOT3CHIPSET_PART(chipset); in identify_chipset()
/freebsd/sys/dev/exca/
H A Dexca.c662 exca->chipset = EXCA_BOGUS; in exca_valid_slot()
681 exca->chipset = EXCA_I82365; in exca_valid_slot()
698 exca->chipset = EXCA_VG365; in exca_valid_slot()
701 exca->chipset = EXCA_VG465; in exca_valid_slot()
704 exca->chipset = EXCA_VG468; in exca_valid_slot()
707 exca->chipset = EXCA_VG469; in exca_valid_slot()
718 exca->chipset = EXCA_RF5C396; in exca_valid_slot()
721 exca->chipset = EXCA_RF5C296; in exca_valid_slot()
734 exca->chipset = EXCA_PD6722; in exca_valid_slot()
736 exca->chipset = EXCA_PD6710; in exca_valid_slot()
[all …]
H A Dexcavar.h83 int chipset; member
/freebsd/sys/dev/agp/
H A Dagp_if.m32 # differences between various AGP chipsets into chipset mini drivers. It
82 # ensure that any mappings cached in the chipset are discarded.
98 # Allocate memory of a given type. The type is a chipset-specific
101 # the chipset. An opaque handle representing the memory region is
124 # Bind a memory region to a specific byte offset within the chipset's
/freebsd/sys/dev/ppbus/
H A Dppbus_if.m60 # Set chipset mode
75 # Do chipset dependent low level read
85 # Do chipset dependent low level write
/freebsd/sys/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt7 (a) "hisilicon,hip05-sas-v1" for v1 hw in hip05 chipset
8 (b) "hisilicon,hip06-sas-v2" for v2 hw in hip06 chipset
9 (c) "hisilicon,hip07-sas-v2" for v2 hw in hip07 chipset
/freebsd/sys/contrib/device-tree/Bindings/ufs/
H A Dufs-hisi.txt9 host controller present on Hi3660 chipset.
11 host controller present on Hi3670 chipset.
H A Dufs-qcom.txt14 present on MSM8996 chipset.
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_main.c66 qcom_gcc_chipset_t chipset; member
115 sc->sc_chipset = ce->chipset; in qcom_gcc_probe()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_hostb_if.m80 * If supported by the chipset, return the clock source for the given clock.
97 * If supported by the chipset, gate the clock source for @p clock.
114 * If supported by the chipset, ungate the clock source for @p clock.
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-dhcom-picoitx.dts133 /* No WiFi/BT chipset on this SoM variant. */
158 /* No WiFi/BT chipset on this SoM variant. */
H A Dimx8mp-dhcom-drc02.dts209 /* No WiFi/BT chipset on this SoM variant. */
236 /* No WiFi/BT chipset on this SoM variant. */
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-db9500.dtsi26 * will not do on this old chipset. But you can never
H A Dste-db8500.dtsi44 * will not do on this old chipset. But you can never
H A Dste-db8520.dtsi44 * will not do on this old chipset. But you can never
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-hix5hd2.txt1 I2C for Hisilicon hix5hd2 chipset platform
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c287 sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL); in cbb_pci_attach()
319 sc->exca.chipset = EXCA_CARDBUS; in cbb_pci_attach()
425 switch (sc->chipset) { in cbb_chipinit()
448 switch (sc->chipset) { in cbb_chipinit()
H A Dpccbb.c723 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power()
779 if (sc->chipset == CB_TOPIC95) in cbb_power()
801 if (on && sc->chipset != CB_TOPIC95) { in cbb_power()
821 if (sc->chipset == CB_TOPIC97) { in cbb_power()
832 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power()
917 delay = sc->chipset == CB_RF5C47X ? 400 : 20; in cbb_cardbus_reset_power()
H A Dpccbbvar.h72 int chipset; /* chipset id */ member
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dieee80211.txt9 normally. It may happen chipset supports a wide wireless band but it is
H A Dqca,ath9k.txt13 ID depends on the chipset - see the following (possibly
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dgamecube.dts44 /* devices contained int the flipper chipset */
/freebsd/sys/contrib/dev/athk/ath11k/
H A DKconfig3 tristate "Qualcomm Technologies 802.11ax chipset support"
/freebsd/sys/riscv/conf/
H A DNOTES88 # riscv doesn't support inb/outb, so disable chipset probing which needs it

12