Home
last modified time | relevance | path

Searched +full:ext +full:- +full:32 +full:k (Results 1 – 25 of 196) sorted by relevance

12345678

/Linux-v5.10/Documentation/devicetree/bindings/clock/
Damlogic,gxbb-aoclkc.txt4 controllers within the Always-On part of the SoC.
8 - compatible: value should be different for each SoC family as :
9 - GXBB (S905) : "amlogic,meson-gxbb-aoclkc"
10 - GXL (S905X, S905D) : "amlogic,meson-gxl-aoclkc"
11 - GXM (S912) : "amlogic,meson-gxm-aoclkc"
12 - AXG (A113D, A113X) : "amlogic,meson-axg-aoclkc"
13 - G12A (S905X2, S905D2, S905Y2) : "amlogic,meson-g12a-aoclkc"
14 followed by the common "amlogic,meson-gx-aoclkc"
15 - clocks: list of clock phandle, one for each entry clock-names.
16 - clock-names: should contain the following:
[all …]
Dsprd,sc9863a-clk.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/clock/sprd,sc9863a-clk.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
16 "#clock-cells":
21 - sprd,sc9863a-ap-clk
22 - sprd,sc9863a-aon-clk
[all …]
/Linux-v5.10/drivers/clk/sprd/
Dsc9863a-clk.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/clk-provider.h>
16 #include <dt-bindings/clock/sprd,sc9863a-clk.h>
26 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll0_gate, "mpll0-gate", "ext-26m", 0x94,
28 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll0_gate, "dpll0-gate", "ext-26m", 0x98,
30 static SPRD_PLL_SC_GATE_CLK_FW_NAME(lpll_gate, "lpll-gate", "ext-26m", 0x9c,
32 static SPRD_PLL_SC_GATE_CLK_FW_NAME(gpll_gate, "gpll-gate", "ext-26m", 0xa8,
34 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll1_gate, "dpll1-gate", "ext-26m", 0x1dc,
36 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll1_gate, "mpll1-gate", "ext-26m", 0x1e0,
38 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll2_gate, "mpll2-gate", "ext-26m", 0x1e4,
[all …]
Dsc9860-clk.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/clk-provider.h>
16 #include <dt-bindings/clock/sprd,sc9860-clk.h>
25 static CLK_FIXED_FACTOR(fac_4m, "fac-4m", "ext-26m",
27 static CLK_FIXED_FACTOR(fac_2m, "fac-2m", "ext-26m",
29 static CLK_FIXED_FACTOR(fac_1m, "fac-1m", "ext-26m",
31 static CLK_FIXED_FACTOR(fac_250k, "fac-250k", "ext-26m",
33 static CLK_FIXED_FACTOR(fac_rpll0_26m, "rpll0-26m", "ext-26m",
35 static CLK_FIXED_FACTOR(fac_rpll1_26m, "rpll1-26m", "ext-26m",
37 static CLK_FIXED_FACTOR(fac_rco_25m, "rco-25m", "ext-rc0-100m",
[all …]
/Linux-v5.10/arch/arm64/crypto/
Dghash-ce-core.S1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2014 - 2018 Linaro Ltd. <ard.biesheuvel@linaro.org>
60 .arch armv8-a+crypto
71 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1
72 ext t5.8b, \ad\().8b, \ad\().8b, #2 // A2
73 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3
105 pmull\t t9.8h, \ad, \b4\().\nb // K = A*B4
123 // t9 = (K) (P6 + P7) << 32
135 ext t3.16b, t3.16b, t3.16b, #15
136 ext t5.16b, t5.16b, t5.16b, #14
[all …]
Dcrct10dif-ce-core.S2 // Accelerated CRC-T10DIF using arm64 NEON and Crypto Extensions instructions
14 // Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions
62 // /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
69 .arch armv8-a+crypto
112 ushr k00_16.2d, k32_48.2d, #32
136 ext t4.8b, ad.8b, ad.8b, #1 // A1
137 ext t5.8b, ad.8b, ad.8b, #2 // A2
138 ext t6.8b, ad.8b, ad.8b, #3 // A3
146 pmull t3.8h, ad.8b, bd4.8b // K = A*B4
160 pmull2 t3.8h, ad.16b, bd4.16b // K = A*B4
[all …]
Dsha256-core.S_shipped1 // SPDX-License-Identifier: GPL-2.0
11 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
30 // SHA256-hw SHA256(*) SHA512
31 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
32 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
33 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
35 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
40 // (**) The result is a trade-off: it's possible to improve it by
42 // on Cortex-A53 (or by 4 cycles per round).
43 // (***) Super-impressive coefficients over gcc-generated code are
[all …]
/Linux-v5.10/arch/arm64/boot/dts/sprd/
Dsharkl3.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
9 interrupt-parent = <&gic>;
10 #address-cells = <2>;
11 #size-cells = <2>;
14 compatible = "simple-bus";
15 #address-cells = <2>;
16 #size-cells = <2>;
20 compatible = "sprd,sc9863a-glbregs", "syscon",
21 "simple-mfd";
23 #address-cells = <1>;
[all …]
Dsc9863a.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/clock/sprd,sc9863a-clk.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #address-cells = <2>;
15 #size-cells = <0>;
17 cpu-map {
48 compatible = "arm,cortex-a55";
50 enable-method = "psci";
51 cpu-idle-states = <&CORE_PD>;
56 compatible = "arm,cortex-a55";
[all …]
Dwhale2.dtsi6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 #include <dt-bindings/clock/sprd,sc9860-clk.h>
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "simple-bus";
18 #address-cells = <2>;
19 #size-cells = <2>;
67 ap-apb {
68 compatible = "simple-bus";
[all …]
/Linux-v5.10/drivers/tty/serial/8250/
D8250_pnp.c1 // SPDX-License-Identifier: GPL-2.0
3 * Probe for 8250/16550-type ISAPNP serial ports.
9 * Ported to the Linux PnP Layer - (C) Adam Belay.
37 /* Actiontec ISA PNP 56K X2 Fax Modem */
39 /* Rockwell 56K ACF II Fax+Data+Voice Modem */
43 * Native driver (ali-ircc) is broken so at least
44 * it can be used with irtty-sir.
52 /* Boca Complete Ofc Communicator 14.4 Data-FAX */
63 /* EuroViVa CommCenter-33.6 SP PnP */
70 /* Davicom ISA 33.6K Modem */
[all …]
/Linux-v5.10/arch/m68k/fpsp040/
Dbindec.S12 | value in memory; d0 contains the k-factor sign-extended
13 | to 32-bits. The input may be either normalized,
18 | Saves and Modifies: D2-D7,A2,FP2
22 | A1. Set RM and size ext; Set SIGMA = sign of input.
23 | The k-factor is saved for use in d7. Clear the
45 | k-factor can dictate either the total number of digits,
67 | A9. Scale X -> Y.
74 | compensated for by 'or-ing' in the INEX2 flag to
77 | A11. Restore original FPCR; set size ext.
87 | or less than LEN -1 digits, adjust ILOG and repeat from
[all …]
/Linux-v5.10/drivers/clk/meson/
Dgxbb-aoclk.c1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
8 #include "meson-aoclk.h"
9 #include "gxbb-aoclk.h"
11 #include "clk-regmap.h"
12 #include "clk-dualdiv.h"
33 .fw_name = "mpeg-clk", \
167 { .fw_name = "ext-32k-0", },
168 { .fw_name = "ext-32k-1", },
169 { .fw_name = "ext-32k-2", },
188 { .fw_name = "mpeg-clk", },
[all …]
/Linux-v5.10/include/linux/mfd/
Dab3100.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2007-2009 ST-Ericsson AB
28 * these are catenated into a single 32-bit flag in the code
97 char chip_name[32];
109 * F, G, H, K, EXT and BUCK.
113 * Order: LDO A, C, E, E sleep, F, G, H, K, EXT, BUCK,
/Linux-v5.10/net/netfilter/ipset/
Dip_set_hash_gen.h1 /* SPDX-License-Identifier: GPL-2.0-only */
21 lockdep_is_held(&(set)->lock))
35 * read-locked, so the only possible concurrent operations are
48 #define AHASH_MAX(h) ((h)->ahash_max)
66 ((h)->ahash_max = tune_ahash_max((h)->ahash_max, multi))
87 : jhash_size((htable_bits) - HTABLE_REGION_BITS))
111 struct ip_set_region *hregion; /* Region locks and ext sizes */
115 #define hbucket(h, i) ((h)->bucket[i])
123 /* Book-keeping of the prefixes added to the set */
139 if ((((size_t)-1) - sizeof(struct htable)) / sizeof(struct hbucket *) in htable_size()
[all …]
/Linux-v5.10/net/netfilter/
Dnf_conntrack_h323_asn1.c1 // SPDX-License-Identifier: GPL-2.0-only
60 /* #define BITS 1-8 */
71 #define EXT 4 macro
100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;}
101 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;}
102 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;}
154 v = *bs->cur++; in get_len()
159 v += *bs->cur++; in get_len()
167 bits += bs->bit; in nf_h323_error_boundary()
172 if (bs->cur + bytes > bs->end) in nf_h323_error_boundary()
[all …]
Dnft_set_pipapo.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (c) 2019-2020 Red Hat GmbH
15 * -------
17 * Match packet bytes against entries composed of ranged or non-ranged packet
22 * --- fields --->
33 * ------------------
65 * next-field rules the current rule maps to.
73 * A stand-alone, reference implementation, also including notes about possible
78 * ---------
80 * - For each packet field:
[all …]
/Linux-v5.10/kernel/power/
Dswap.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * Copyright (C) 1998,2001-2005 Pavel Machek <pavel@ucw.cz>
10 * Copyright (C) 2010-2012 Bojan Smojver <bojan@rexursive.com>
61 #define MAP_PAGE_ENTRIES (PAGE_SIZE / sizeof(sector_t) - 1)
68 return nr_free_pages() - nr_free_highpages(); in low_free_pages()
92 * a file-alike way
100 unsigned int k; member
106 char reserved[PAGE_SIZE - 20 - sizeof(sector_t) - sizeof(int) -
134 struct swsusp_extent *ext; in swsusp_extents_insert() local
138 ext = rb_entry(*new, struct swsusp_extent, node); in swsusp_extents_insert()
[all …]
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_log_format.h1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
13 * On-disk Log Format definitions.
15 * This file contains all the on-disk format definitions used within the log. It
30 #define XLOG_MIN_RECORD_BSIZE (16*1024) /* eventually 32k */
31 #define XLOG_BIG_RECORD_BSIZE (32*1024) /* 32k buffers */
33 #define XLOG_HEADER_CYCLE_SIZE (32*1024) /* cycle data in header */
35 #define XLOG_BIG_RECORD_BSHIFT 15 /* 32k == 1 << 15 */
36 #define XLOG_MAX_RECORD_BSHIFT 18 /* 256k == 1 << 18 */
37 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \
[all …]
/Linux-v5.10/drivers/scsi/bfa/
Dbfad.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
47 int bfa_linkup_delay = -1;
59 #define BFAD_FW_FILE_CB "cbfw-3.2.5.1.bin"
60 #define BFAD_FW_FILE_CT "ctfw-3.2.5.1.bin"
61 #define BFAD_FW_FILE_CT2 "ct2fw-3.2.5.1.bin"
112 MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32, Range[>0]");
126 MODULE_PARM_DESC(msix_disable_cb, "Disable Message Signaled Interrupts for QLogic-415/425/815/825 c…
[all …]
/Linux-v5.10/drivers/staging/comedi/drivers/
Drtd520.c1 // SPDX-License-Identifier: GPL-2.0+
6 * COMEDI - Linux Control and Measurement Device Interface
13 * Devices: [Real Time Devices] DM7520HR-1 (DM7520), DM7520HR-8,
14 * PCI4520 (PCI4520), PCI4520-8
16 * Status: Works. Only tested on DM7520-8. Not SMP safe.
24 * The PCI4520 is a PCI card. The DM7520 is a PC/104-plus card.
40 * These boards can support external multiplexors and multi-board
71 * Analog-In supports instruction and command mode.
73 * With DMA, you can sample at 1.15Mhz with 70% idle on a 400Mhz K6-2
74 * (single channel, 64K read buffer). I get random system lockups when
[all …]
/Linux-v5.10/drivers/block/drbd/
Ddrbd_actlog.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>.
9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
34 /* checksum on the full 4k block, with this field set to 0. */
38 * purge-all, set-all-idle, set-all-active, ... to-be-defined
48 /* maximum slot number, "al-extents" in drbd.conf speak.
57 * sectors-written since device creation, and other data generation tag
61 /* --- 36 byte used --- */
64 * in one transaction, then use the remaining byte in the 4k block for
[all …]
/Linux-v5.10/drivers/mtd/tests/
Dsubpagetest.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2006-2007 Nokia Corporation
5 * Test sub-page read and write on MTD device.
6 * Author: Adrian Hunter <ext-adrian.hunter@nokia.com>
22 static int dev = -EINVAL;
47 loff_t addr = (loff_t)ebnum * mtd->erasesize; in write_eraseblock()
58 return err ? err : -1; in write_eraseblock()
72 return err ? err : -1; in write_eraseblock()
81 int err = 0, k; in write_eraseblock2() local
82 loff_t addr = (loff_t)ebnum * mtd->erasesize; in write_eraseblock2()
[all …]
/Linux-v5.10/fs/affs/
DChanges7 -----------
9 - Doesn't work on the alpha. The only 64/32-bit
14 Alas, I've got no alpha to debug. :-(
16 - The partition checker (drivers/block/genhd.c)
20 - The feature to automatically make the fs clean
24 - When a file is truncated to a size that is not
29 Please direct bug reports to: zippel@linux-m68k.org
32 ------------
33 - kill kernel lock
34 - fix for a possible bitmap corruption
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
32 ((le16_to_cpu(fw_hdr->signature) & 0xFFF0) == 0x5300)
39 /* This structure must be carefully byte-ordered. */
41 /* 8-byte alinment required */
43 /* LONG WORD 0 ---- */
45 * 88C1: MP A-cut; 92C1: MP A-cut */
53 /* LONG WORD 1 ---- */
62 /* LONG WORD 2 ---- */
66 /* LONG WORD 3 ---- */
[all …]

12345678