/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | brcm,stingray-usb-phy.txt | 5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS. 9 - Must be 1 for brcm,sr-usb-combo-phy as it expects one argument to indicate 17 compatible = "brcm,sr-usb-combo-phy"; 23 compatible = "brcm,sr-usb-combo-phy";
|
H A D | intel,combo-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml# 23 - const: intel,combo-phy 94 compatible = "intel,combophy-lgm", "intel,combo-phy";
|
H A D | amlogic,meson-g12a-usb3-pcie-phy.yaml | 8 title: Amlogic G12A USB3 + PCIE Combo PHY
|
H A D | calxeda-combophy.yaml | 45 combophy5: combo-phy@fff5d000 {
|
H A D | amlogic,g12a-usb3-pcie-phy.yaml | 8 title: Amlogic G12A USB3 + PCIE Combo PHY
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DFAPacketizerEmitter.cpp | 77 // Construct a map from a combo function unit bit to the bits of all included 143 LLVM_DEBUG(dbgs() << " CFD:" << i << " (" << FUs.size() << " combo FUs) " in collectAllComboFuncs() 157 LLVM_DEBUG(dbgs() << " combo: " << ComboFuncName << ":0x" in collectAllComboFuncs() 168 LLVM_DEBUG(dbgs() << " => combo bits: " << ComboFuncName << ":0x" in collectAllComboFuncs() 290 NfaStateTy Combo = ComboBitToBitsMap[ResourceMask]; in emitForItineraries() local 291 if (Combo && ((~S & Combo) != Combo)) in emitForItineraries() 292 // This combo units bits are not available. in emitForItineraries() 294 NfaStateTy ResultingResourceState = S | ResourceMask | Combo; in emitForItineraries()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
/freebsd/share/man/man4/ |
H A D | xl.4 | 106 Enable AUI transceiver (available only on COMBO cards). 108 Enable BNC coax transceiver (available only on COMBO cards). 134 3Com 3c900-COMBO 146 3Com 3c900B-COMBO 154 3Com 3c905B-COMBO
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, in ossl_curve448_base_double_scalarmul_non_secret() argument 658 curve448_point_copy(combo, ossl_curve448_point_identity); in ossl_curve448_base_double_scalarmul_non_secret() 662 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret() 665 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret() 666 add_niels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret() 673 niels_to_pt(combo, ossl_curve448_wnaf_base[control_pre[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret() 681 point_double_internal(combo, combo, i && !(cv || cp)); in ossl_curve448_base_double_scalarmul_non_secret() 687 add_pniels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret() 691 sub_pniels_from_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret() 701 add_niels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret() [all …]
|
H A D | point_448.h | 279 * combo = scalar1*curve448_point_base + scalar2*base2. 284 * combo (out): The linear combination scalar1*base + scalar2*base2. 293 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
|
/freebsd/crypto/libecc/ |
H A D | meson.options | 7 option('with_wordsize', type: 'combo', choices : ['0', '16', '32', '64'], value : '0', description… 17 option('with_double_add', type: 'combo', choices: ['unset', 'false', 'true'], value: 'unset', descr… 18 option('with_monty_ladder', type: 'combo', choices: ['unset', 'false', 'true'], value: 'unset', des…
|
/freebsd/sys/arm64/conf/ |
H A D | std.rockchip | 16 # Combo PHY support 17 device rk_combphy # Naneng Combo PHY
|
/freebsd/sys/dev/ice/ |
H A D | ice_nvm.h | 60 __le32 combo_ver; /* Combo Image Version number */ 61 u8 combo_name_len; /* Length of the unicode combo image version string, max of 32 */ 62 __le16 combo_name[32]; /* Unicode string representing the Combo Image version */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 149 // 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/broadcom/stingray/ |
H A D | stingray-usb.dtsi | 18 compatible = "brcm,sr-usb-combo-phy"; 45 compatible = "brcm,sr-usb-combo-phy";
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_blake.txt | 196 Input = "Combo input with outlen, custom and salt" 249 Input = "Combo input with outlen, custom and salt"
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bman_private.h | 89 /* Commonly used combo */ 117 /* Commonly used combo */
|
/freebsd/sys/contrib/device-tree/src/arm/calxeda/ |
H A D | ecx-common.dtsi | 217 combophy0: combo-phy@fff58000 { 224 combophy5: combo-phy@fff5d000 {
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_private.h | 90 /* Commonly used combo */ 122 /* Commonly used combo */
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | mediatek,mt7921s-bluetooth.yaml | 13 MT7921S is an SDIO-attached dual-radio WiFi+Bluetooth Combo chip; each
|
H A D | amlogic,w155s2-bt.yaml | 11 The W155S2 is an Amlogic Bluetooth and Wi-Fi combo chip. It works on
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ac100.txt | 3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ab8500/ |
H A D | fg.txt | 10 main-charger, usb-combo-charger and battery-temperature-monitoring.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | nxp,fxos8700.yaml | 13 Accelerometer and magnetometer combo device with an i2c and SPI interface.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti-bluetooth.txt | 42 "ext_clock" (External clock provided to the TI combo chip).
|