Home
last modified time | relevance | path

Searched +full:- +full:24 (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/linux/drivers/clk/ti/
H A Dclk-7xx.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Tero Kristo (t-kristo@ti.com)
15 #include <dt-bindings/clock/dra7.h>
39 { 24, TI_CLK_MUX, dra7_ipu1_gfclk_mux_parents, NULL },
44 …1_MMU_IPU1_CLKCTRL, dra7_mmu_ipu1_bit_data, CLKF_HW_SUP | CLKF_NO_IDLEST, "ipu1-clkctrl:0000:24" },
76 { 24, TI_CLK_MUX, dra7_mcasp1_ahclkx_mux_parents, NULL },
98 { 24, TI_CLK_MUX, dra7_timer5_gfclk_mux_parents, NULL },
103 { 24, TI_CLK_MUX, dra7_timer5_gfclk_mux_parents, NULL },
108 { 24, TI_CLK_MUX, dra7_timer5_gfclk_mux_parents, NULL },
113 { 24, TI_CLK_MUX, dra7_timer5_gfclk_mux_parents, NULL },
[all …]
H A Dclk-44xx.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Tero Kristo (t-kristo@ti.com)
15 #include <dt-bindings/clock/omap4.h>
54 { 24, TI_CLK_DIVIDER, omap4_aess_fclk_parents, &omap4_aess_fclk_data },
59 "abe-clkctrl:0018:26",
73 { 24, TI_CLK_MUX, omap4_func_dmic_abe_gfclk_parents, NULL },
79 "abe-clkctrl:0020:26",
86 { 24, TI_CLK_MUX, omap4_func_mcasp_abe_gfclk_parents, NULL },
92 "abe-clkctrl:0028:26",
99 { 24, TI_CLK_MUX, omap4_func_mcbsp1_gfclk_parents, NULL },
[all …]
H A Dclk-54xx.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Tero Kristo (t-kristo@ti.com)
16 #include <dt-bindings/clock/omap5.h>
48 { 24, TI_CLK_DIVIDER, omap5_aess_fclk_parents, &omap5_aess_fclk_data },
53 "abe-clkctrl:0018:26",
67 { 24, TI_CLK_MUX, omap5_dmic_gfclk_parents, NULL },
73 "abe-clkctrl:0028:26",
80 { 24, TI_CLK_MUX, omap5_mcbsp1_gfclk_parents, NULL },
86 "abe-clkctrl:0030:26",
93 { 24, TI_CLK_MUX, omap5_mcbsp2_gfclk_parents, NULL },
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_router.sh2 # SPDX-License-Identifier: GPL-2.0
11 simple_if_init $h1 192.0.1.1/24
13 ip route add 192.0.2.0/24 vrf v$h1 nexthop via 192.0.1.2
14 ip route add 192.0.3.0/24 vrf v$h1 nexthop via 192.0.1.2
19 ip route del 192.0.3.0/24 vrf v$h1
20 ip route del 192.0.2.0/24 vrf v$h1
22 simple_if_fini $h1 192.0.1.1/24
27 simple_if_init $h2 192.0.2.1/24
29 ip route add 192.0.1.0/24 vrf v$h2 nexthop via 192.0.2.2
30 ip route add 192.0.3.0/24 vrf v$h2 nexthop via 192.0.2.2
[all …]
H A Drouter_broadcast.sh2 # SPDX-License-Identifier: GPL-2.0
10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
16 ip address add 192.0.2.2/24 dev $h1
18 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
19 ip route add 198.51.200.0/24 vrf vrf-h1 nexthop via 192.0.2.1
24 ip route del 198.51.200.0/24 vrf vrf-h1
25 ip route del 198.51.100.0/24 vrf vrf-h1
27 ip address del 192.0.2.2/24 dev $h1
[all …]
H A Drouter_multipath.sh2 # SPDX-License-Identifier: GPL-2.0
10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
16 ip address add 192.0.2.2/24 dev $h1
19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
25 ip route del 2001:db8:2::/64 vrf vrf-h1
26 ip route del 198.51.100.0/24 vrf vrf-h1
29 ip address del 192.0.2.2/24 dev $h1
[all …]
H A Drouter_mpath_nh.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +-------------------------+
7 # | 192.0.2.2/24 | |
9 # +-------------------|-----+
11 # +-------------------|----------------------+
14 # | 192.0.2.1/24 |
18 # | | 169.254.2.12/24 | 169.254.3.13/24 |
20 # +--|--------------------|------------------+
22 # +--|--------------------|------------------+
24 # | 169.254.2.22/24 169.254.3.23/24 |
[all …]
H A Drouter_nh.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +-------------------------+ +-------------------------+
7 # | 192.0.2.2/24 | | | 198.51.100.2/24 | |
9 # +-------------------|-----+ +-------------------|-----+
11 # +-------------------|----------------------------|-----+
14 # | 192.0.2.1/24 198.51.100.1/24 |
16 # +------------------------------------------------------+
29 vrf_create "vrf-h1"
30 ip link set dev $h1 master vrf-h1
32 ip link set dev vrf-h1 up
[all …]
H A Drouter_mpath_nh_res.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +-------------------------+
7 # | 192.0.2.2/24 | |
9 # +-------------------|-----+
11 # +-------------------|----------------------+
14 # | 192.0.2.1/24 |
18 # | | 169.254.2.12/24 | 169.254.3.13/24 |
20 # +--|--------------------|------------------+
22 # +--|--------------------|------------------+
24 # | 169.254.2.22/24 169.254.3.23/24 |
[all …]
H A Dfib_offload_lib.sh1 # SPDX-License-Identifier: GPL-2.0
13 ip -n $ns -j -p -$family route show $route \
14 | jq -e '.[]["flags"] | contains(["trap"])' &> /dev/null
17 if [[ $ret -ne 0 ]]; then
63 ip -n $ns link add name dummy$i type dummy
64 ip -n $ns link set dev dummy$i up
67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024
68 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false
71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024
72 fib4_trap_check $ns "192.0.2.0/24 dev dummy2 tos 0 metric 1024" true
[all …]
H A Drouter_vid_1.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +--------------------+ +----------------------+
8 # | 192.0.2.2/24 | | | | 198.51.100.2/24 |
13 # +------------------|-+ +-|--------------------+
15 # +------------------|-------------------------|--------------------+
21 # | 192.0.2.1/24 198.51.100.1/24 |
24 # +-----------------------------------------------------------------+
35 vrf_create "vrf-h1"
36 ip link set dev vrf-h1 up
39 vlan_create $h1 1 vrf-h1 192.0.2.2/24 2001:db8:1::2/64
[all …]
H A Dgre_inner_v4_multipath.sh2 # SPDX-License-Identifier: GPL-2.0
10 # +-------------------------+
13 # | 192.0.3.{2-62}/24 | |
14 # +-------------------|-----+
16 # +-------------------|------------------------+
19 # | 192.0.3.1/24 |
23 # | rem=192.0.2.66 --. |
28 # +---------------------|----------------------+
30 # +---------------------|----------------------+
41 # +--|----------------------|------------------+
[all …]
/linux/arch/microblaze/lib/
H A Dfastcopy.S2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
4 * Copyright (C) 2008 Jim Law - Iris LP All rights reserved.
21 * Input : Operand1 in Reg r5 - destination address
22 * Operand2 in Reg r6 - source address
23 * Operand3 in Reg r7 - number of bytes to transfer
24 * Output: Result in Reg r3 - starting destinaition address
44 cmpu r4, r4, r7 /* n = c - n (unsigned) */
51 /* n = 4 - n (yields 3, 2, 1 transfers for 1, 2, 3 addr offset) */
53 rsub r7, r4, r7 /* c = c - n adjust c */
[all …]
/linux/drivers/accel/habanalabs/include/goya/asic_reg/
H A Dmme1_rtr_masks.h1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright 2016-2018 HabanaLabs, Ltd.
9 ** This is an auto-generated file **
29 #define MME1_RTR_HBW_RD_RQ_E_ARB_L_SHIFT 24
39 #define MME1_RTR_HBW_RD_RQ_W_ARB_L_SHIFT 24
49 #define MME1_RTR_HBW_RD_RQ_N_ARB_L_SHIFT 24
59 #define MME1_RTR_HBW_RD_RQ_S_ARB_L_SHIFT 24
69 #define MME1_RTR_HBW_RD_RQ_L_ARB_N_SHIFT 24
117 #define MME1_RTR_HBW_RD_RS_E_ARB_L_SHIFT 24
127 #define MME1_RTR_HBW_RD_RS_W_ARB_L_SHIFT 24
[all …]
/linux/include/linux/
H A Dint_log.h1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 * Provides fixed-point logarithm operations.
14 * intlog2 - computes log2 of a value; the result is shifted left by 24 bits
20 * intlog2(value) = intlog2(value * 2^x) - x * 2^24
24 * intlog2(8) will give 3 << 24 = 3 * 2^24
26 * intlog2(9) will give 3 << 24 + ... = 3.16... * 2^24
28 * intlog2(1.5) = intlog2(3) - 2^24 = 0.584... * 2^24
31 * return: log2(value) * 2^24
36 * intlog10 - computes log10 of a value; the result is shifted left by 24 bits
42 * intlog10(value) = intlog10(value * 10^x) - x * 2^24
[all …]
/linux/arch/alpha/include/asm/
H A Dxor.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/asm-alpha/xor.h
5 * Optimized RAID-5 checksumming functions for alpha EV5 and EV6
62 ldq $6,24($17) \n\
63 ldq $7,24($18) \n\
71 ldq $24,48($18) \n\
85 stq $6,24($17) \n\
88 xor $23,$24,$23 \n\
118 ldq $21,24($17) \n\
120 ldq $22,24($18) \n\
[all …]
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda_property.c1 // SPDX-License-Identifier: GPL-2.0
25 int reset_gpio_index; /* -1 if no reset gpio */
26 int spkid_gpio_index; /* -1 if no spkid gpio */
27 int cs_gpio_index; /* -1 if no cs gpio, or cs-gpios already exists, max num amps == 2 */
34 { "10251826", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, -1, -1, 0, 0, 0 },
35 { "1025182C", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, -1, -1, 0, 0, 0 },
36 { "10251844", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, -1, -1, 0, 0, 0 },
37 { "10280B27", 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 1000, 4500, 24 },
38 { "10280B28", 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 1000, 4500, 24 },
39 { "10280BEB", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, -1, 0, 0, 0, 0 },
[all …]
/linux/sound/soc/codecs/
H A Drt1308.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * rt1308.h -- RT1308 ALSA SoC amplifier component driver
148 /* PLL1 M/N/K Code-1 (0x03) */
149 #define RT1308_PLL1_K_SFT 24
150 #define RT1308_PLL1_K_MASK (0x1f << 24)
159 /* CLOCK-1 (0x06) */
162 #define RT1308_SEL_FS_SYS_MASK (0x7 << 24)
163 #define RT1308_SEL_FS_SYS_SFT 24
164 #define RT1308_SEL_FS_SYS_SRC_MCLK (0x0 << 24)
165 #define RT1308_SEL_FS_SYS_SRC_BCLK (0x1 << 24)
[all …]
/linux/tools/testing/selftests/net/
H A Dxfrm_policy.sh2 # SPDX-License-Identifier: GPL-2.0
8 # ns1 ---- ns3 ----- ns4 ---- ns2
38 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
40 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
52 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
60 # re-built.
62 # in the 10.0.1.0/24 and 10.0.2.0/24 subnets, respectively.
75 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
77 # adds a new node in the 10.0.0.0/24 tree (dst node exists).
[all …]
/linux/lib/crypto/powerpc/
H A Dcurve25519-ppc64le_asm.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 # [1] https://github.com/dot-asm/cryptogams/
11 # Copyright (c) 2006-2017, CRYPTOGAMS by <appro@openssl.org>
58 # - Added x25519_fe51_sqr_times, x25519_fe51_frombytes, x25519_fe51_tobytes
61 # Copyright 2024- IBM Corp.
63 # X25519 lower-level primitives for PPC64.
73 stdu 1,-144(1)
77 std 24,80(1)
90 ld 10,24(4)
96 mulld 24,8,6
[all …]
/linux/drivers/media/platform/imagination/
H A De5010-core-regs.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
7 * Author: David Huang <d-huang@ti.com>
16 #define JASPER_CORE_ID_CR_GROUP_ID_SHIFT (24)
26 #define JASPER_CORE_REV_CR_JASPER_DESIGNER_SHIFT (24)
94 #define JASPER_INPUT_CTRL0_CR_INPUT_CHROMA_ORDER_SHIFT (24)
139 #define JASPER_LUMA_QUANTIZATION_TABLE0_CR_LUMA_QUANTIZATION_TABLE_03_SHIFT (24)
148 #define JASPER_LUMA_QUANTIZATION_TABLE1_CR_LUMA_QUANTIZATION_TABLE_07_SHIFT (24)
157 #define JASPER_LUMA_QUANTIZATION_TABLE2_CR_LUMA_QUANTIZATION_TABLE_13_SHIFT (24)
166 #define JASPER_LUMA_QUANTIZATION_TABLE3_CR_LUMA_QUANTIZATION_TABLE_17_SHIFT (24)
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_ipip_mtu.sh2 # SPDX-License-Identifier: GPL-2.0
10 # +--------+ +---------+ +--------+
11 # |Router A|-------|Wanrouter|-------|Router B|
13 # +--------+ +---------+ +--------+
16 #+--------+ +--------+
19 #+--------+ +--------+
27 checktool "iptables --version" "run test without iptables"
28 checktool "socat -h" "run test without socat"
34 rm -f "$rx"
43 ss -N "$ns" -lnu -o "sport = :$port" | grep -q "$port"
[all …]
/linux/arch/alpha/lib/
H A Ddivide.S1 /* SPDX-License-Identifier: GPL-2.0 */
14 * __divqu: 64-bit unsigned long divide
15 * __remqu: 64-bit unsigned long remainder
16 * __divqs/__remqs: signed 64-bit
17 * __divlu/__remlu: unsigned 32-bit
18 * __divls/__remls: signed 32-bit
22 * $24 and $25, and return the result in $27. Register $28 may
27 * This is a rather simple bit-at-a-time algorithm: it's very good
28 * at dividing random 64-bit numbers, but the more usual case where
37 * $0 - current bit
[all …]
/linux/drivers/clk/mediatek/
H A Dclk-mt8195-apmixedsys.c1 // SPDX-License-Identifier: GPL-2.0-only
4 // Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>
6 #include "clk-fhctl.h"
7 #include "clk-gate.h"
8 #include "clk-mtk.h"
9 #include "clk-pll.h"
10 #include "clk-pllfh.h"
12 #include <dt-bindings/clock/mt8195-clk.h>
63 0, 0, 22, 0x0398, 24, 0, 0, 0, 0x0398, 0, 0x0398, 0, 9),
65 0, 0, 22, 0x0198, 24, 0, 0, 0, 0x0198, 0, 0x0198, 0, 9),
[all …]
/linux/arch/powerpc/platforms/ps3/
H A Dhvcall.S1 /* SPDX-License-Identifier: GPL-2.0-only */
22 stdu r1, -STACK_FRAME_MIN_SIZE(r1); \
46 std r3, -8(r1); \
47 stdu r1, -STACK_FRAME_MIN_SIZE-8(r1); \
53 ld r11, -8(r1); \
66 std r3, -8(r1); \
67 std r4, -16(r1); \
68 stdu r1, -STACK_FRAME_MIN_SIZE-16(r1); \
74 ld r11, -8(r1); \
76 ld r11, -16(r1); \
[all …]

12345678910>>...43