Home
last modified time | relevance | path

Searched refs:Combo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp290 NfaStateTy Combo = ComboBitToBitsMap[ResourceMask]; in emitForItineraries() local
291 if (Combo && ((~S & Combo) != Combo)) in emitForItineraries()
294 NfaStateTy ResultingResourceState = S | ResourceMask | Combo; in emitForItineraries()
/freebsd/sys/arm64/conf/
H A Dstd.rockchip16 # Combo PHY support
17 device rk_combphy # Naneng Combo PHY
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_blake.txt196 Input = "Combo input with outlen, custom and salt"
249 Input = "Combo input with outlen, custom and salt"
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dbcm958742k.dts39 model = "Stingray Combo SVK (BCM958742K)";
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetItinerary.td149 // Combo Function Unit data - This is a map of combo function unit names to
158 // Combo Function Units - This is a list of all combo function unit data.
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-friendlyelec-cm3588-nas.dts215 /* Combo PHY 1 is configured to act as as PCIe 2.0 PHY */
221 /* Combo PHY 2 is configured to act as USB3 PHY */
H A Drk3588-friendlyelec-cm3588.dtsi93 /* Combo PHY 0 is configured to act as as PCIe 2.0 PHY */
/freebsd/share/misc/
H A Dusb_vendors428 231d Broadcom 2070 Bluetooth Combo
2698 0021 CyMotion Expert Combo
3147 c52e MK260 Wireless Combo Receiver
3861 04ee Duplex Combo Scanner
9255 0102 Wireless Keyboard/Mouse Combo [MK1152WC]
9801 100a SP550 Pad and Joystick Combo
10220 c710 VoIP Combo Device
10221 c711 VoIP Combo
10222 c712 VoIP Combo Device
10223 c713 VoIP Combo Device
[all …]
H A Dpci_vendors452 103c 1323 Core I/O LAN/SCSI Combo [AB314A]
9638 9001 3c900 10Mbps Combo [Boomerang]
9641 9005 3c900B-Combo Etherlink XL [Cyclone]
9642 10b7 9005 3C900B-Combo Etherlink XL Combo
10393 1043 4021 V7100 Deluxe Combo
13795 103c 831b Realtek RTL8822BE 802.11ac 2x2 Wi-Fi + Bluetooth 4.2 Combo Adapter (MU-MIMO supported)
20709 103c 1300 Core LAN/SCSI Combo [A6794A]
20782 103c 3226 NC150T 4-port Gigabit Combo Switch & Adapter
21053 103c 12c3 Combo FC/GigE-SX [A9782A]
21054 103c 12ca Combo FC/GigE-T [A9784A]
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs3321 product MEI S2000 0x1101 Series 2000 Combo Acceptor
3647 product ONSPEC CFSM_COMBO 0xa109 USB to CF + SM Combo (LC1)
4440 product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader
4980 product WESTERN COMBO 0x0200 Firewire USB Combo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10281 SDValue Combo = NewLoad; in LowerMLOAD() local
10286 Combo = DAG.getNode(ISD::VSELECT, dl, VT, Mask, NewLoad, PassThru); in LowerMLOAD()
10287 return DAG.getMergeValues({Combo, NewLoad.getValue(1)}, dl); in LowerMLOAD()