Home
last modified time | relevance | path

Searched +full:10 +full:base +full:- +full:t1l (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dadi,adin1110.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ADI ADIN1110 MAC-PHY
10 - Alexandru Tachici <alexandru.tachici@analog.com>
13 The ADIN1110 is a low power single port 10BASE-T1L MAC-
18 The ADIN2111 is a low power, low complexity, two-Ethernet ports
19 switch with integrated 10BASE-T1L PHYs and one serial peripheral
22 with the IEEE 802.3cg-2019 Ethernet standard for long reach
23 10 Mbps single pair Ethernet (SPE).
[all …]
H A Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl1 # Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
10 # This implementation is based on the AES-GCM code (AVX512VAES + VPCLMULQDQ)
11 # from Intel(R) Multi-Buffer Crypto for IPsec Library v1.1
12 # (https://github.com/intel/intel-ipsec-mb).
16 # [1] Vinodh Gopal et. al. Optimized Galois-Counter-Mode Implementation on
18 # [2] Erdinc Ozturk et. al. Enabling High-Performance Galois-Counter-Mode on
20 # [3] Shay Gueron et. al. Intel Carry-Less Multiplication Instruction and its
46 ($xlate = "${dir}x86_64-xlate.pl" and -f $xlate)
47 or ($xlate = "${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate)
48 or die "can't locate x86_64-xlate.pl";
[all …]