/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | Makefile | 185 DTC_FLAGS_sun8i-h3-orangepi-lite := -@ 186 DTC_FLAGS_sun8i-h3-bananapi-m2-plus := -@ 187 DTC_FLAGS_sun8i-h3-nanopi-m1-plus := -@ 188 DTC_FLAGS_sun8i-h3-nanopi-m1 := -@ 189 DTC_FLAGS_sun8i-h3-nanopi-duo2 := -@ 190 DTC_FLAGS_sun8i-h3-orangepi-plus2e := -@ 191 DTC_FLAGS_sun8i-h3-orangepi-one := -@ 192 DTC_FLAGS_sun8i-h3-orangepi-plus := -@ 193 DTC_FLAGS_sun8i-h3-orangepi-2 := -@ 194 DTC_FLAGS_sun8i-h3-orangepi-zero-plus2 := -@ [all …]
|
D | sun8i-h3-libretech-all-h3-cc.dts | 8 #include "sun8i-h3.dtsi" 9 #include "sunxi-libretech-all-h3-cc.dtsi" 12 model = "Libre Computer Board ALL-H3-CC H3"; 13 compatible = "libretech,all-h3-cc-h3", "allwinner,sun8i-h3";
|
D | sunxi-h3-h5.dtsi | 45 #include <dt-bindings/clock/sun8i-h3-ccu.h> 49 #include <dt-bindings/reset/sun8i-h3-ccu.h> 104 compatible = "allwinner,sun8i-h3-display-engine"; 129 compatible = "allwinner,sun8i-h3-de2-mixer-0"; 152 compatible = "allwinner,sun8i-h3-dma"; 161 compatible = "allwinner,sun8i-h3-tcon-tv", 244 compatible = "allwinner,sun8i-h3-msgbox", 254 compatible = "allwinner,sun8i-h3-musb"; 268 compatible = "allwinner,sun8i-h3-usb-phy"; 300 compatible = "allwinner,sun8i-h3-ehci", "generic-ehci"; [all …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | mirror_gre.sh | 31 tunnel_create h3-gt6-key ip6gretap 2001:db8:3::2 2001:db8:3::1 \ 33 ip link set h3-gt6-key vrf v$h3 34 matchall_sink_create h3-gt6-key 37 ip address add dev $h3 2001:db8:3::2/64 42 ip address del dev $h3 2001:db8:3::2/64 45 tunnel_destroy h3-gt6-key 57 tunnel_create h3-gt6-soft ip6gretap 2001:db8:4::2 2001:db8:4::1 58 ip link set h3-gt6-soft vrf v$h3 59 matchall_sink_create h3-gt6-soft 65 ip link set dev v2 vrf v$h3 [all …]
|
D | qos_mc_aware.sh | 13 # throughput, because many packets (that reach $h3) don't get to the kernel at 17 # So instead we send traffic with mausezahn and use RX ethtool counters at $h3. 53 # | + $h3 H3 | 56 # | + $h3.111 | 104 simple_if_init $h3 192.0.2.66/28 105 mtu_set $h3 10000 107 vlan_create $h3 111 v$h3 192.0.2.130/28 112 vlan_destroy $h3 111 114 mtu_restore $h3 115 simple_if_fini $h3 192.0.2.66/28 [all …]
|
D | qos_ets_strict.sh | 8 # them. In H3, we expect to see (almost) exclusively the high-priority traffic. 39 # | + $h3 H3 | 42 # | $h3.111 + + $h3.222 | 94 simple_if_init $h3 95 mtu_set $h3 10000 97 vlan_create $h3 111 v$h3 192.0.2.34/28 98 vlan_create $h3 222 v$h3 192.0.2.66/28 103 vlan_destroy $h3 222 104 vlan_destroy $h3 111 106 mtu_restore $h3 [all …]
|
/linux-6.12.1/lib/crypto/ |
D | poly1305-donna32.c | 38 u32 h0, h1, h2, h3, h4; in poly1305_core_blocks() local 61 h3 = state->h[3]; in poly1305_core_blocks() 69 h3 += (get_unaligned_le32(&input[9]) >> 6) & 0x3ffffff; in poly1305_core_blocks() 74 ((u64)h2 * s3) + ((u64)h3 * s2) + in poly1305_core_blocks() 77 ((u64)h2 * s4) + ((u64)h3 * s3) + in poly1305_core_blocks() 80 ((u64)h2 * r0) + ((u64)h3 * s4) + in poly1305_core_blocks() 83 ((u64)h2 * r1) + ((u64)h3 * r0) + in poly1305_core_blocks() 86 ((u64)h2 * r2) + ((u64)h3 * r1) + in poly1305_core_blocks() 100 h3 = (u32)d3 & 0x3ffffff; in poly1305_core_blocks() 115 state->h[3] = h3; in poly1305_core_blocks() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | router_multicast.sh | 24 # | H2 (v$h2) | | | H3 (v$h3) | | 25 # | $h2 + | | $h3 + | 94 simple_if_init $h3 198.51.100.34/28 2001:db8:3::2/64 96 ip route add 198.51.100.0/28 vrf v$h3 nexthop via 198.51.100.33 97 ip route add 198.51.100.16/28 vrf v$h3 nexthop via 198.51.100.33 99 ip route add 2001:db8:1::/64 vrf v$h3 nexthop via 2001:db8:3::1 100 ip route add 2001:db8:2::/64 vrf v$h3 nexthop via 2001:db8:3::1 102 tc qdisc add dev $h3 ingress 107 tc qdisc del dev $h3 ingress 109 ip route del 2001:db8:2::/64 vrf v$h3 [all …]
|
D | mirror_gre_vlan_bridge_1q.sh | 35 # | H3 + $h3 + h3-gt6 (ip6gretap) + h3-gt4 (gretap) | 37 # | + $h3.555 rem=2001:db8:2::1 rem=192.0.2.129 | 84 h3=${NETIFS[p6]} 86 # gt4's remote address is at $h3.555, not $h3. Thus the packets arriving 87 # directly to $h3 for test_gretap_untagged_egress() are rejected by 90 sysctl_set net.ipv4.conf.$h3.rp_filter 0 100 vlan_create $h3 555 v$h3 101 h3_addr_add_del add $h3.555 115 h3_addr_add_del del $h3.555 116 vlan_destroy $h3 555 [all …]
|
D | mirror_gre_topo_lib.sh | 5 # $swp3 and $h3 need to have addresses set up. 28 # | H3 + $h3 + h3-gt6 (ip6gretap) + h3-gt4 (gretap) | 42 tunnel_create h3-gt4 gretap 192.0.2.130 192.0.2.129 43 ip link set h3-gt4 vrf v$h3 44 matchall_sink_create h3-gt4 46 tunnel_create h3-gt6 ip6gretap 2001:db8:2::2 2001:db8:2::1 47 ip link set h3-gt6 vrf v$h3 48 matchall_sink_create h3-gt6 53 tunnel_destroy h3-gt6 54 tunnel_destroy h3-gt4
|
D | mirror_vlan.sh | 28 h3=${NETIFS[p6]} 35 vlan_create $h3 555 v$h3 36 matchall_sink_create $h3.555 44 trap_install $h3 ingress 51 trap_uninstall $h3 ingress 55 vlan_destroy $h3 555 71 test_span_dir "$h3.555" "$forward_type" "$backward_type" 92 do_test_span_vlan_dir_ips '>= 10' "$h3.555" 111 ip 192.0.2.17 192.0.2.18 93 do_test_span_vlan_dir_ips 0 "$h3.555" 555 ip 192.0.2.17 192.0.2.18
|
D | router_broadcast.sh | 60 vrf_create "vrf-h3" 61 ip link set dev $h3 master vrf-h3 63 ip link set dev vrf-h3 up 64 ip link set dev $h3 up 66 ip address add 198.51.200.2/24 dev $h3 68 ip route add 192.0.2.0/24 vrf vrf-h3 nexthop via 198.51.200.1 69 ip route add 198.51.100.0/24 vrf vrf-h3 nexthop via 198.51.200.1 74 ip route del 198.51.100.0/24 vrf vrf-h3 75 ip route del 192.0.2.0/24 vrf vrf-h3 77 ip address del 198.51.200.2/24 dev $h3 [all …]
|
D | mirror_gre_nh.sh | 30 h3=${NETIFS[p6]} 33 sysctl_set net.ipv4.conf.$h3.rp_filter 0 38 sysctl_set net.ipv4.conf.v$h3.rp_filter 0 41 ip address add dev $h3 192.0.2.162/28 43 ip address add dev h3-gt4 192.0.2.130/32 50 ip address add dev $h3 2001:db8:4::2/64 52 ip address add dev h3-gt6 2001:db8:2::2 60 ip address del dev $h3 2001:db8:4::2/64 63 ip address del dev $h3 192.0.2.162/28 66 sysctl_restore net.ipv4.conf.v$h3.rp_filter 0 [all …]
|
D | mirror_gre_vlan.sh | 29 h3=${NETIFS[p6]} 42 ip link add name $h3.555 link $h3 type vlan id 555 43 ip link set dev $h3.555 master v$h3 44 ip address add dev $h3.555 192.0.2.130/28 45 ip address add dev $h3.555 2001:db8:2::2/64 46 ip link set dev $h3.555 up 53 ip link del dev $h3.555
|
D | mirror_gre_bound.sh | 33 # | H3 + $h3 + h3-gt6 (ip6gretap) + h3-gt4 (gretap) | 77 simple_if_init $h3 192.0.2.130/28 2001:db8:2::2/64 79 tunnel_create h3-gt4 gretap 192.0.2.130 192.0.2.129 80 ip link set h3-gt4 vrf v$h3 81 matchall_sink_create h3-gt4 83 tunnel_create h3-gt6 ip6gretap 2001:db8:2::2 2001:db8:2::1 84 ip link set h3-gt6 vrf v$h3 85 matchall_sink_create h3-gt6 90 tunnel_destroy h3-gt6 91 tunnel_destroy h3-gt4 [all …]
|
D | mirror_gre_lag_lacp.sh | 36 # | + $h3 + $h4 H3 | 109 team_create lag2 lacp $h3 $h4 110 __simple_if_init lag2 vrf-h3 192.0.2.130/32 111 ip -4 route add vrf vrf-h3 192.0.2.129/32 dev lag2 116 ip -4 route del vrf vrf-h3 192.0.2.129/32 dev lag2 120 ip link set dev $h3 down 126 vrf_create vrf-h3 127 ip link set dev vrf-h3 up 132 ip link set dev gt4-dst master vrf-h3 143 ip link set dev vrf-h3 down [all …]
|
D | mirror_gre.sh | 36 h3=${NETIFS[p6]} 42 ip address add dev $h3 192.0.2.130/28 45 ip address add dev $h3 2001:db8:2::2/64 52 ip address del dev $h3 2001:db8:2::2/64 55 ip address del dev $h3 192.0.2.130/28 78 icmp_capture_install h3-${tundev} "src_mac $src_mac dst_mac $dst_mac" 80 mirror_test v$h1 192.0.2.1 192.0.2.2 h3-${tundev} 100 10 82 icmp_capture_uninstall h3-${tundev}
|
D | mirror_gre_lib.sh | 13 do_test_span_dir_ips 10 h3-$tundev "$ip1" "$ip2" \ 23 do_test_span_dir_ips 0 h3-$tundev "$ip1" "$ip2" 34 test_span_dir_ips h3-$tundev "$forward_type" \ 51 test_span_dir_ips "h3-$tundev" "$forward_type" \ 73 test_span_dir_ips "h3-$tundev" "$forward_type" \ 76 tc filter add dev $h3 ingress pref 77 prot 802.1q \ 79 mirror_test v$h1 $ip1 $ip2 $h3 77 '>= 10' 80 tc filter del dev $h3 ingress pref 77 139 local h3mac=$(mac_get $h3)
|
D | mirror_gre_bridge_1q.sh | 33 # | H3 + $h3 + h3-gt6(ip6gretap) + h3-gt4 (gretap) | 35 # | + $h3.555 rem=2001:db8:2::1 rem=192.0.2.129 | 60 h3=${NETIFS[p6]} 76 vlan_create $h3 555 v$h3 192.0.2.130/28 2001:db8:2::2/64 85 vlan_destroy $h3 555 93 ip neigh replace 192.0.2.130 lladdr $(mac_get $h3) \ 101 ip neigh replace 2001:db8:2::2 lladdr $(mac_get $h3) \
|
D | mirror_gre_bridge_1d.sh | 36 # | H3 + $h3 + h3-gt6(ip6gretap) + h3-gt4 (gretap) | 63 h3=${NETIFS[p6]} 79 ip address add dev $h3 192.0.2.130/28 80 ip address add dev $h3 2001:db8:2::2/64 87 ip address del dev $h3 2001:db8:2::2/64 88 ip address del dev $h3 192.0.2.130/28 97 ip neigh replace 192.0.2.130 lladdr $(mac_get $h3) \ 105 ip neigh replace 2001:db8:2::2 lladdr $(mac_get $h3) \
|
/linux-6.12.1/arch/arm/crypto/ |
D | poly1305-armv4.pl | 178 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 209 adcs $r2,$r2,$h3,lsl#14 210 mov $r3,$h3,lsr#18 221 movne $h3,$r3 297 adcs $h3,$h3,r3 304 umlal r0,r1,$h3,$s1 308 umlal r2,r3,$h3,$s2 321 umlal r0,r1,$h3,$s3 323 umlal r2,r3,$h3,$r0 337 adds $h3,r2,r1 @ d3+=d2>>32 [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
D | poly1305-x86_64-cryptogams.pl | 419 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 715 vmovd $h1#d,$H3 817 vmovd $h1#d,$H3 847 vmovd 4*3($ctx),$H3 970 # d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4 971 # d3 = h3*r0 + h2*r1 + h1*r2 + h0*r3 + h4*5*r4 972 # d2 = h2*r0 + h1*r1 + h0*r2 + h4*5*r3 + h3*5*r4 973 # d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4 974 # d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4 984 vpmuludq $T3,$D4,$D3 # d3 = h3*r0 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | allwinner,sun8i-h3-deinterlace.yaml | 4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-h3-deinterlace.yaml# 7 title: Allwinner H3 Deinterlace 15 The Allwinner H3 and later has a deinterlace core used for 21 - const: allwinner,sun8i-h3-deinterlace 24 - const: allwinner,sun8i-h3-deinterlace 27 - const: allwinner,sun8i-h3-deinterlace 67 #include <dt-bindings/clock/sun8i-h3-ccu.h> 68 #include <dt-bindings/reset/sun8i-h3-ccu.h> 71 compatible = "allwinner,sun8i-h3-deinterlace";
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | sunxi.yaml | 122 - const: allwinner,sun8i-h3 132 - const: allwinner,sun8i-h3 177 - const: allwinner,sun8i-h3 277 - const: allwinner,sun8i-h3 282 - const: allwinner,sun8i-h3 287 - const: allwinner,sun8i-h3 292 - const: allwinner,sun8i-h3 302 - const: allwinner,sun8i-h3 312 - const: allwinner,sun8i-h3 322 - const: allwinner,sun8i-h3 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | allwinner,sun8i-a83t-emac.yaml | 17 - const: allwinner,sun8i-h3-emac 73 - allwinner,sun8i-h3-emac 117 - allwinner,sun8i-h3-emac 133 const: allwinner,sun8i-h3-mdio-mux 153 const: allwinner,sun8i-h3-mdio-internal 181 description: External MDIO Bus (H3 only) 197 compatible = "allwinner,sun8i-h3-emac"; 218 compatible = "allwinner,sun8i-h3-mdio-mux"; 225 compatible = "allwinner,sun8i-h3-mdio-internal"; 248 compatible = "allwinner,sun8i-h3-emac"; [all …]
|