| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-peripherals-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 emc_icc_dvfs_opp_table: opp-table-emc { 5 compatible = "operating-points-v2"; 7 opp-12750000-800 { 8 opp-microvolt = <800000 800000 1150000>; 9 opp-hz = /bits/ 64 <12750000>; 10 opp-supported-hw = <0x0003>; 13 opp-12750000-950 { 14 opp-microvolt = <950000 950000 1150000>; 15 opp-hz = /bits/ 64 <12750000>; [all …]
|
| H A D | tegra30-peripherals-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 core_opp_table: opp-table-core { 5 compatible = "operating-points-v2"; 6 opp-shared; 8 core_opp_950: opp-950000 { 9 opp-microvolt = <950000 950000 1350000>; 10 opp-level = <950000>; 13 core_opp_1000: opp-1000000 { 14 opp-microvolt = <1000000 1000000 1350000>; 15 opp-level = <1000000>; [all …]
|
| H A D | tegra20-peripherals-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 core_opp_table: opp-table-core { 5 compatible = "operating-points-v2"; 6 opp-shared; 8 core_opp_950: opp-950000 { 9 opp-microvolt = <950000 950000 1300000>; 10 opp-level = <950000>; 13 core_opp_1000: opp-1000000 { 14 opp-microvolt = <1000000 1000000 1300000>; 15 opp-level = <1000000>; [all …]
|
| H A D | tegra30-cpu-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 cpu0_opp_table: opp-table-cpu0 { 5 compatible = "operating-points-v2"; 6 opp-shared; 8 opp-51000000-800 { 9 clock-latency-ns = <100000>; 10 opp-supported-hw = <0x1F 0x31FE>; 11 opp-hz = /bits/ 64 <51000000>; 14 opp-51000000-850 { 15 clock-latency-ns = <100000>; [all …]
|
| H A D | tegra20-cpu-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 cpu0_opp_table: opp-table-cpu0 { 5 compatible = "operating-points-v2"; 6 opp-shared; 8 opp-216000000-750 { 9 clock-latency-ns = <400000>; 10 opp-supported-hw = <0x0F 0x0003>; 11 opp-hz = /bits/ 64 <216000000>; 12 opp-suspend; 15 opp-216000000-800 { [all …]
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132-peripherals-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 emc_icc_dvfs_opp_table: opp-table-dvfs0 { 6 compatible = "operating-points-v2"; 8 opp-12750000-800 { 9 opp-microvolt = <800000 800000 1150000>; 10 opp-hz = /bits/ 64 <12750000>; 11 opp-supported-hw = <0x0003>; 14 opp-12750000-950 { 15 opp-microvolt = <950000 950000 1150000>; 16 opp-hz = /bits/ 64 <12750000>; [all …]
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | sg2044-cpus.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 #address-cells = <2>; 8 #size-cells = <2>; 11 #address-cells = <1>; 12 #size-cells = <0>; 13 timebase-frequency = <50000000>; 15 cpu0: cpu@0 { 17 reg = <0>; 18 i-cache-block-size = <64>; 19 i-cache-size = <65536>; [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sa8540p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 /delete-node/ &cpu0_opp_table; 10 /delete-node/ &cpu4_opp_table; 13 cpu0_opp_table: opp-table-cpu0 { 14 compatible = "operating-points-v2"; 15 opp-shared; 17 opp-300000000 { 18 opp-hz = /bits/ 64 <300000000>; 19 opp-peak-kBps = <(300000 * 32)>; 21 opp-403200000 { [all …]
|
| H A D | msm8996pro.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 /delete-node/ opp-table-cluster0; 10 /delete-node/ opp-table-cluster1; 14 * nibble of supported hw, so speed bin 0 becomes 0x10, speed bin 1 15 * becomes 0x20, speed 2 becomes 0x40. 18 cluster0_opp: opp-table-cluster0 { 19 compatible = "operating-points-v2-kryo-cpu"; 20 nvmem-cells = <&speedbin_efuse>; 21 opp-shared; 23 opp-307200000 { [all …]
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | fib_offload.sh | 2 # SPDX-License-Identifier: GPL-2.0 6 lib_dir=$(dirname $0)/../../../net/forwarding 43 __addr_add_del $spine_p1 add 2001:db8:1::1/64 44 __addr_add_del $spine_p2 add 2001:db8:2::1/64 49 __addr_add_del $spine_p2 del 2001:db8:2::1/64 50 __addr_add_del $spine_p1 del 2001:db8:1::1/64 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l) 67 if [ $num -eq $expected_num ]; then 68 return 0 76 RET=0 [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
| H A D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 5 "EventCode": "0x1f", 6 "UMask": "0x7fe", 12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.", 13 "EventCode": "0x5f", 14 "UMask": "0x7fe", 20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.", 21 "EventCode": "0x9f", 22 "UMask": "0x7fe", 28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.", [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | fib_offload_lib.sh | 1 # 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 18 return 0 60 RET=0 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 [all …]
|
| H A D | router_mpath_seed.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # +-------------------------+ +-------------------------+ 8 # | 2001:db8:1::1/64 | | | | 2001:db8:3::2/64 | 9 # +-------------------|-----+ +-|-----------------------+ 11 # +-------------------|-----+ +-|-----------------------+ 15 # | 2001:db8:1::2/64 | | 2001:db8:3::1/64 | 19 # | 2001:db8:2::17/64 | | | | 2001:db8:2::18..27/64 | 20 # +-------------------|-----+ +-|-----------------------+ 22 # `----------' 38 simple_if_init $h1 192.0.2.1/28 2001:db8:1::1/64 [all …]
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_stream_defs.c | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 20 PVR_STREAM_DEF_SET(owner, member, PVR_STREAM_SIZE_ ## member_size, 0, PVR_FEATURE_NONE) 23 PVR_STREAM_DEF_SET(owner, member, PVR_STREAM_SIZE_ ## member_size, 0, feature) 26 PVR_STREAM_DEF_SET(owner, member, PVR_STREAM_SIZE_ ## member_size, 0, \ 31 sizeof(((struct owner *)0)->member), PVR_FEATURE_NONE) 35 sizeof(((struct owner *)0)->member), feature) 39 sizeof(((struct owner *)0)->member), (feature) | PVR_FEATURE_NOT) 47 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.vdm_ctrl_stream_base, 64), 48 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.tpu_border_colour_table, 64), 49 PVR_STREAM_DEF_FEATURE(rogue_fwif_cmd_geom, regs.vdm_draw_indirect0, 64, [all …]
|
| /linux/Documentation/devicetree/bindings/ufs/ |
| H A D | qcom,sm8650-ufshc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/ufs/qcom,sm8650-ufshc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 12 # Select only our matches, not all jedec,ufs-2.0 18 - qcom,kaanapali-ufshc 19 - qcom,sm8650-ufshc 20 - qcom,sm8750-ufshc 22 - compatible [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_ids.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 #define LP_OPTIONS 0 20 * If page size and eraseblock size are 0, the sizes are taken from the 29 {"TC58NVG0S3E 1G 3.3V 8-bit", 30 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} }, 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 33 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} }, 34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 35 {"TC58NVG2S0H 4G 3.3V 8-bit", [all …]
|
| /linux/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-cpus.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #address-cells = <0x1>; 6 #size-cells = <0x0>; 8 cpu-map { 43 CPU0: cpu@0 { 45 compatible = "arm,cortex-a57"; 46 reg = <0x0>; 47 enable-method = "psci"; 49 i-cache-size = <0xC000>; 50 i-cache-line-size = <64>; [all …]
|
| /linux/lib/raid6/ |
| H A D | recov_avx512.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 const u8 x0f = 0x0f; in raid6_2data_recov_avx512() 30 p = (u8 *)ptrs[disks-2]; in raid6_2data_recov_avx512() 31 q = (u8 *)ptrs[disks-1]; in raid6_2data_recov_avx512() 41 ptrs[disks-2] = dp; in raid6_2data_recov_avx512() 44 ptrs[disks-1] = dq; in raid6_2data_recov_avx512() 51 ptrs[disks-2] = p; in raid6_2data_recov_avx512() 52 ptrs[disks-1] = q; in raid6_2data_recov_avx512() 55 pbmul = raid6_vgfmul[raid6_gfexi[failb-faila]]; in raid6_2data_recov_avx512() 62 asm volatile("vpbroadcastb %0, %%zmm7" : : "m" (x0f)); in raid6_2data_recov_avx512() [all …]
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * Copyright (C) 2007-2016 Broadcom Corporation. 9 * Copyright (C) 2016-2017 Broadcom Limited. 17 #define TG3_64BIT_REG_HIGH 0x00UL 18 #define TG3_64BIT_REG_LOW 0x04UL 21 #define TG3_BDINFO_HOST_ADDR 0x0UL /* 64-bit */ 22 #define TG3_BDINFO_MAXLEN_FLAGS 0x8UL /* 32-bit */ 23 #define BDINFO_FLAGS_USE_EXT_RECV 0x00000001 /* ext rx_buffer_desc */ 24 #define BDINFO_FLAGS_DISABLED 0x00000002 25 #define BDINFO_FLAGS_MAXLEN_MASK 0xffff0000 [all …]
|
| /linux/arch/loongarch/lib/ |
| H A D | csum.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (C) 2019-2020 Arm Ltd. 6 #include <linux/kasan-checks.h> 20 * We over-read the buffer and this makes KASAN unhappy. Instead, disable 27 u64 data, sum64 = 0; in do_csum() 29 if (unlikely(len <= 0)) in do_csum() 30 return 0; in do_csum() 36 * should absolutely not be pointing to anything read-sensitive. We do, in do_csum() 39 * compensate with an explicit check up-front. in do_csum() 42 ptr = (u64 *)(buff - offset); in do_csum() [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H A D | stwotox.S | 4 | stwotox --- 2**X 5 | stwotoxd --- 2**X for denormalized X 6 | stentox --- 10**X 7 | stentoxd --- 10**X for denormalized X 9 | Input: Double-extended number X in location pointed to 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the 27 | 2. If |X| < 2**(-70), go to ExpSm. 29 | 3. Decompose X as X = N/64 + r where |r| <= 1/128. Furthermore 31 | N = 64(M + M') + j, j = 0,1,2,...,63. 34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r). [all …]
|
| /linux/drivers/input/misc/ |
| H A D | yealink.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 u8 size; /* 1-11, size of used data bytes. */ 28 * cmd 0x8e 30 * offset 0 31 * data 0,0,0,0.... 33 #define CMD_INIT 0x8e 37 * cmd 0x80 39 * offset 0 40 * data[0] on return returns the key number, if it changes there's a new 43 #define CMD_KEYPRESS 0x80 [all …]
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv.h | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Privileged (non-hypervisor) host registers to save. 6 #include "asm/guest-state-buffer.h" 32 return kvm->arch.nested_enable && kvm_is_radix(kvm); in nesting_enabled() 51 #define accumulate_time(vcpu, next) do {} while (0) 52 #define start_timing(vcpu, next) do {} while (0) 53 #define end_timing(vcpu) do {} while (0) 58 vcpu->arch.shregs.msr = val; in __kvmppc_set_msr_hv() 64 WARN_ON(kvmhv_nestedv2_cached_reload(vcpu, KVMPPC_GSID_MSR) < 0); in __kvmppc_get_msr_hv() 65 return vcpu->arch.shregs.msr; in __kvmppc_get_msr_hv() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-xilinx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2008 - 2013 Xilinx, Inc. 24 #define XGPIO_DATA_OFFSET (0x0) /* Data register */ 25 #define XGPIO_TRI_OFFSET (0x4) /* I/O direction register */ 27 #define XGPIO_CHANNEL0_OFFSET 0x0 28 #define XGPIO_CHANNEL1_OFFSET 0x8 30 #define XGPIO_GIER_OFFSET 0x11c /* Global Interrupt Enable */ 32 #define XGPIO_IPISR_OFFSET 0x120 /* IP Interrupt Status */ 33 #define XGPIO_IPIER_OFFSET 0x128 /* IP Interrupt Enable */ 45 * struct xgpio_instance - Stores information about GPIO device [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aria-gfni-avx512-asm_64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * ARIA Cipher 64-way parallel algorithm (AVX512) 11 #include <asm/asm-offsets.h> 19 ( (((a0) & 1) << 0) | \ 29 ( ((l7) << (0 * 8)) | \ 170 /* load blocks to registers and apply pre-whitening */ 176 vmovdqu64 (0 * 64)(rio), x0; \ 177 vmovdqu64 (1 * 64)(rio), x1; \ 178 vmovdqu64 (2 * 64)(rio), x2; \ 179 vmovdqu64 (3 * 64)(rio), x3; \ [all …]
|