Home
last modified time | relevance | path

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

/src/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()
/src/sys/arm64/conf/
H A Dstd.rockchip16 # Combo PHY support
17 device rk_combphy # Naneng Combo PHY
/src/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"
/src/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dbcm958742k.dts39 model = "Stingray Combo SVK (BCM958742K)";
/src/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.
/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-friendlyelec-cm3588-nas.dts227 /* Combo PHY 1 is configured to act as as PCIe 2.0 PHY */
233 /* 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 */
/src/share/misc/
H A Dusb_vendors438 231d Broadcom 2070 Bluetooth Combo
2714 0021 CyMotion Expert Combo
3170 c52e MK260 Wireless Combo Receiver
3887 04ee Duplex Combo Scanner
9300 0102 Wireless Keyboard/Mouse Combo [MK1152WC]
9846 100a SP550 Pad and Joystick Combo
10265 c710 VoIP Combo Device
10266 c711 VoIP Combo
10267 c712 VoIP Combo Device
10268 c713 VoIP Combo Device
[all …]
H A Dpci_vendors451 103c 1323 Core I/O LAN/SCSI Combo [AB314A]
9774 9001 3c900 10Mbps Combo [Boomerang]
9777 9005 3c900B-Combo Etherlink XL [Cyclone]
9778 10b7 9005 3C900B-Combo Etherlink XL Combo
10529 1043 4021 V7100 Deluxe Combo
14031 103c 831b Realtek RTL8822BE 802.11ac 2x2 Wi-Fi + Bluetooth 4.2 Combo Adapter (MU-MIMO supported)
21099 103c 1300 Core LAN/SCSI Combo [A6794A]
21172 103c 3226 NC150T 4-port Gigabit Combo Switch & Adapter
21443 103c 12c3 Combo FC/GigE-SX [A9782A]
21444 103c 12ca Combo FC/GigE-T [A9784A]
[all …]
/src/contrib/libdiff/test/
H A Dtest010.left.txt8034 "CF + SM Combo (LC1)",
9850 "DigiFilm-Combo",
H A Dtest110.left-P.txt8034 "CF + SM Combo (LC1)",
9850 "DigiFilm-Combo",
H A Dtest110.right-P.txt8034 "CF + SM Combo (LC1)",
9850 "DigiFilm-Combo",
H A Dtest010.right.txt8034 "CF + SM Combo (LC1)",
9850 "DigiFilm-Combo",
/src/sys/dev/usb/
H A Dusbdevs3322 product MEI S2000 0x1101 Series 2000 Combo Acceptor
3648 product ONSPEC CFSM_COMBO 0xa109 USB to CF + SM Combo (LC1)
4443 product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader
4987 product WESTERN COMBO 0x0200 Firewire USB Combo
/src/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()