Home
last modified time | relevance | path

Searched +full:0 +full:- +full:32 (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_uniupr.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * uniupr.h - Unicode compressed case ranges
13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 000-00f */
14 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 010-01f */
15 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 020-02f */
16 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 030-03f */
17 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 040-04f */
18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 050-05f */
19 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, /* 060-06f */
20 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 0, 0, 0, 0, 0, /* 070-07f */
[all …]
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_uniupr.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) International Business Machines Corp., 2000-2002
13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 000-00f */
14 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 010-01f */
15 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 020-02f */
16 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 030-03f */
17 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 040-04f */
18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 050-05f */
19 0,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, /* 060-06f */
20 -32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, 0, 0, 0, 0, 0, /* 070-07f */
[all …]
/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dpcie-sh7786.h1 /* SPDX-License-Identifier: GPL-2.0
3 * SH7786 PCI-Express controller definitions.
11 /* PCIe bus-0(x4) on SH7786 */ // Rev1.171
12 #define SH4A_PCIE_SPW_BASE 0xFE000000 /* spw config address for controller 0 */
13 #define SH4A_PCIE_SPW_BASE1 0xFE200000 /* spw config address for controller 1 (Rev1.14)*/
14 #define SH4A_PCIE_SPW_BASE2 0xFCC00000 /* spw config address for controller 2 (Rev1.171)*/
15 #define SH4A_PCIE_SPW_BASE_LEN 0x00080000
17 #define SH4A_PCI_CNFG_BASE 0xFE040000 /* pci config address for controller 0 */
18 #define SH4A_PCI_CNFG_BASE1 0xFE240000 /* pci config address for controller 1 (Rev1.14)*/
19 #define SH4A_PCI_CNFG_BASE2 0xFCC40000 /* pci config address for controller 2 (Rev1.171)*/
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Delf.py2 # SPDX-License-Identifier: GPL-2.0-only
6 # TARGET_OS TARGET_ARCH MACHINE, OSABI, ABIVERSION, Little Endian, 32bit?
9 "arm" : (40, 0, 0, True, 32),
12 "arm" : (40, 0, 0, True, 32),
15 "aarch64" : (183, 0, 0, True, 64),
16 "aarch64_be" :(183, 0, 0, False, 64),
17 "i586" : (3, 0, 0, True, 32),
18 "i686" : (3, 0, 0, True, 32),
19 "x86_64": (62, 0, 0, True, 64),
20 "epiphany": (4643, 0, 0, True, 32),
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <asm/required-features.h>
10 #include <asm/disabled-features.h>
16 #define NCAPINTS 19 /* N 32-bit words worth of info */
17 #define NBUGINTS 1 /* N 32-bit bug flags */
25 * please update the table in kernel/cpu/cpuid-deps.c as well.
28 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */
29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */
30 #define X86_FEATURE_VME ( 0*32+ 1) /* Virtual Mode Extensions */
31 #define X86_FEATURE_DE ( 0*32+ 2) /* Debugging Extensions */
[all …]
H A Dvmxfeatures.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 #define NVMXINTS 3 /* N 32-bit words worth of info */
16 /* Pin-Based VM-Execution Controls, EPT/VPID, APIC and VM-Functions, word 0 */
17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* "" VM-Exit on vectored interrupts */
18 #define VMX_FEATURE_NMI_EXITING ( 0*32+ 3) /* "" VM-Exit on NMIs */
19 #define VMX_FEATURE_VIRTUAL_NMIS ( 0*32+ 5) /* "vnmi" NMI virtualization */
20 #define VMX_FEATURE_PREEMPTION_TIMER ( 0*32+ 6) /* VMX Preemption Timer */
21 #define VMX_FEATURE_POSTED_INTR ( 0*32+ 7) /* Posted Interrupts */
23 /* EPT/VPID features, scattered to bits 16-23 */
24 #define VMX_FEATURE_INVVPID ( 0*32+ 16) /* INVVPID is supported */
[all …]
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <asm/required-features.h>
10 #include <asm/disabled-features.h>
16 #define NCAPINTS 19 /* N 32-bit words worth of info */
17 #define NBUGINTS 1 /* N 32-bit bug flags */
25 * please update the table in kernel/cpu/cpuid-deps.c as well.
28 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */
29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */
30 #define X86_FEATURE_VME ( 0*32+ 1) /* Virtual Mode Extensions */
31 #define X86_FEATURE_DE ( 0*32+ 2) /* Debugging Extensions */
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
16 ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ in CheckPositive()
17 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ in CheckPositive()
18 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ in CheckPositive()
19 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive()
20 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ in CheckPositive()
24 pDM_Odm->CutVersion << 24 | in CheckPositive()
25 pDM_Odm->SupportPlatform << 16 | in CheckPositive()
26 pDM_Odm->PackageType << 12 | in CheckPositive()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11_ta.h1 /* SPDX-License-Identifier: BSD-2-Clause */
3 * Copyright (c) 2018-2020, Linaro Limited
12 #define PKCS11_TA_UUID { 0xfd02c9da, 0x306c, 0x48c7, \
13 { 0xa4, 0x9c, 0xbb, 0xd8, 0x27, 0xae, 0x86, 0xee } }
16 #define PKCS11_TA_VERSION_MAJOR 0
18 #define PKCS11_TA_VERSION_PATCH 0
21 #define PKCS11_CK_UNAVAILABLE_INFORMATION UINT32_C(0xFFFFFFFF)
22 #define PKCS11_UNDEFINED_ID UINT32_C(0xFFFFFFFF)
33 * Param#0 is used for the so-called control arguments of the invoked command
35 * Param#0 is an in/out memory reference (aka memref[0]). The input buffer
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmpcispi.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Broadcom PCI-SPI Host Controller Register Definitions
5 * Copyright (C) 1999-2017, Broadcom Corporation
26 * <<Broadcom-WL-IPTag/Open:>>
28 * $Id: bcmpcispi.h 514727 2014-11-12 03:02:48Z $
42 uint32 spih_ctrl; /* 0x00 SPI Control Register */
43 uint32 spih_stat; /* 0x04 SPI Status Register */
44 uint32 spih_data; /* 0x08 SPI Data Register, 32-bits wide */
45 uint32 spih_ext; /* 0x0C SPI Extension Register */
46 uint32 PAD[4]; /* 0x10-0x1F PADDING */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmpcispi.h2 * Broadcom PCI-SPI Host Controller Register Definitions
6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id: bcmpcispi.h 514727 2014-11-12 03:02:48Z $
42 uint32 spih_ctrl; /* 0x00 SPI Control Register */
43 uint32 spih_stat; /* 0x04 SPI Status Register */
44 uint32 spih_data; /* 0x08 SPI Data Register, 32-bits wide */
45 uint32 spih_ext; /* 0x0C SPI Extension Register */
46 uint32 PAD[4]; /* 0x10-0x1F PADDING */
48 uint32 spih_gpio_ctrl; /* 0x20 SPI GPIO Control Register */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmpcispi.h2 * Broadcom PCI-SPI Host Controller Register Definitions
6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id: bcmpcispi.h 514727 2014-11-12 03:02:48Z $
42 uint32 spih_ctrl; /* 0x00 SPI Control Register */
43 uint32 spih_stat; /* 0x04 SPI Status Register */
44 uint32 spih_data; /* 0x08 SPI Data Register, 32-bits wide */
45 uint32 spih_ext; /* 0x0C SPI Extension Register */
46 uint32 PAD[4]; /* 0x10-0x1F PADDING */
48 uint32 spih_gpio_ctrl; /* 0x20 SPI GPIO Control Register */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmpcispi.h2 * Broadcom PCI-SPI Host Controller Register Definitions
6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id: bcmpcispi.h 514727 2014-11-12 03:02:48Z $
42 uint32 spih_ctrl; /* 0x00 SPI Control Register */
43 uint32 spih_stat; /* 0x04 SPI Status Register */
44 uint32 spih_data; /* 0x08 SPI Data Register, 32-bits wide */
45 uint32 spih_ext; /* 0x0C SPI Extension Register */
46 uint32 PAD[4]; /* 0x10-0x1F PADDING */
48 uint32 spih_gpio_ctrl; /* 0x20 SPI GPIO Control Register */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmpcispi.h2 * Broadcom PCI-SPI Host Controller Register Definitions
21 * <<Broadcom-WL-IPTag/Dual:>>
34 +---------------------------------------------------------------------------+
36 | 7 6 5 4 3 2 1 0 |
37 | 0x0000 SPI_CTRL SPIE SPE 0 MSTR CPOL CPHA SPR1 SPR0 |
38 | 0x0004 SPI_STAT SPIF WCOL ST1 ST0 WFFUL WFEMP RFFUL RFEMP |
39 | 0x0008 SPI_DATA Bits 31:0, data to send out on MOSI |
40 | 0x000C SPI_EXT ICNT1 ICNT0 BSWAP *HSMODE ESPR1 ESPR0 |
41 | 0x0020 GPIO_OE 0=input, 1=output PWR_OE CS_OE |
42 | 0x0024 GPIO_DATA CARD:1=missing, 0=present CARD PWR_DAT CS_DAT |
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmpcispi.h2 * Broadcom PCI-SPI Host Controller Register Definitions
21 * <<Broadcom-WL-IPTag/Dual:>>
34 +---------------------------------------------------------------------------+
36 | 7 6 5 4 3 2 1 0 |
37 | 0x0000 SPI_CTRL SPIE SPE 0 MSTR CPOL CPHA SPR1 SPR0 |
38 | 0x0004 SPI_STAT SPIF WCOL ST1 ST0 WFFUL WFEMP RFFUL RFEMP |
39 | 0x0008 SPI_DATA Bits 31:0, data to send out on MOSI |
40 | 0x000C SPI_EXT ICNT1 ICNT0 BSWAP *HSMODE ESPR1 ESPR0 |
41 | 0x0020 GPIO_OE 0=input, 1=output PWR_OE CS_OE |
42 | 0x0024 GPIO_DATA CARD:1=missing, 0=present CARD PWR_DAT CS_DAT |
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * x86_64/AVX2/AES-NI assembler implementation of Camellia
10 #include <asm/nospec-branch.h>
15 #define key_table 0
52 32-way camellia
57 * x0..x7: byte-sliced AB state
61 * x0..x7: new byte-sliced CD state
66 * S-function with AES subbytes \
148 vpbroadcastq key, t0; /* higher 64-bit duplicate ignored */ \
160 /* P-function */ \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh2 # SPDX-License-Identifier: GPL-2.0
7 #3: insert module fail when gpio-mockup is a module.
8 #4: Skip test including run as non-root user.
19 # Kselftest framework requirement - SKIP code is 4.
25 echo "$0 [-f] [-m name] [-t type]"
26 echo "-f: full test. It maybe conflict with existence gpio device."
27 echo "-m: module name, default name is gpio-mockup. It could also test"
29 echo "-t: interface type: chardev(char device) and sysfs(being"
32 echo "$0 -h"
39 if [ $UID != 0 ]; then
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dirq-platform.h4 * SPDX-License-Identifier: GPL-2.0+
11 #define GPIO0_PHYS 0x2007C000
12 #define GPIO1_PHYS 0x20080000
13 #define GPIO2_PHYS 0x20084000
14 #define GPIO3_PHYS 0x20088000
16 #define GIC_IRQS_NR (4 * 32)
17 #define GPIO_IRQS_NR (4 * 32)
20 #define GPIO_BANK_PINS 32
30 #define GPIO0_PHYS 0x11110000
31 #define GPIO1_PHYS 0x11120000
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Ddes_asm.S1 /* SPDX-License-Identifier: GPL-2.0 */
7 .align 32
11 ld [%o0 + 0x00], %f0
12 ld [%o0 + 0x04], %f1
13 DES_KEXPAND(0, 0, 0)
14 DES_KEXPAND(0, 1, 2)
29 std %f0, [%o1 + 0x00]
30 std %f2, [%o1 + 0x08]
31 std %f4, [%o1 + 0x10]
32 std %f6, [%o1 + 0x18]
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcputable.c1 // SPDX-License-Identifier: GPL-2.0-or-later
141 .pvr_mask = 0xffff0000,
142 .pvr_value = 0x00390000,
159 .pvr_mask = 0xffff0000,
160 .pvr_value = 0x003c0000,
176 { /* PPC970MP DD1.0 - no DEEPNAP, use regular 970 init */
177 .pvr_mask = 0xffffffff,
178 .pvr_value = 0x00440100,
195 .pvr_mask = 0xffff0000,
196 .pvr_value = 0x00440000,
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dsubreg.c1 /* This file contains sub-register zero extension checks for insns defining
2 * sub-registers, meaning:
3 * - All insns under BPF_ALU class. Their BPF_ALU32 variants or narrow width
4 * forms (BPF_END) could define sub-registers.
5 * - Narrow direct loads, BPF_B/H/W | BPF_LDX.
6 * - BPF_LD is not exposed to JIT back-ends, so no need for testing.
8 * "get_prandom_u32" is used to initialize low 32-bit of some registers to
9 * prevent potential optimizations done by verifier or JIT back-ends which could
16 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 0, 0, BPF_FUNC_get_prandom_u32),
18 BPF_LD_IMM64(BPF_REG_0, 0x100000000ULL),
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/rtl8703b/
H A Dhalhwimg8703b_rf.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dskfbi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
15 * FDDI-Fx (x := {I(SA), P(CI)})
19 /*--------------------------------------------------------------------------*/
34 #define I2C_ADDR_VPD 0xA0 /* I2C address for the VPD EEPROM */
38 * Bank 0
40 #define B0_RAP 0x0000 /* 8 bit register address port */
41 /* 0x0001 - 0x0003: reserved */
42 #define B0_CTRL 0x0004 /* 8 bit control register */
43 #define B0_DAS 0x0005 /* 8 Bit control register (DAS) */
44 #define B0_LED 0x0006 /* 8 Bit LED register */
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_dbg.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2003-2014 QLogic Corporation
17 __be16 mailbox_reg[32];
18 __be16 resp_dma_reg[32];
32 __be16 risc_ram[0xf800];
33 __be16 stack_ram[0x1000];
40 __be16 mailbox_reg[32];
54 __be16 risc_ram[0xf000];
60 __be32 host_reg[32];
62 __be16 mailbox_reg[32];
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1 // SPDX-License-Identifier: GPL-2.0
75 #include "anr/anr_1.0/ia_css_anr.host.h"
76 #include "cnr/cnr_1.0/ia_css_cnr.host.h"
77 #include "csc/csc_1.0/ia_css_csc.host.h"
78 #include "de/de_1.0/ia_css_de.host.h"
79 #include "dp/dp_1.0/ia_css_dp.host.h"
80 #include "bnr/bnr_1.0/ia_css_bnr.host.h"
81 #include "fpn/fpn_1.0/ia_css_fpn.host.h"
82 #include "gc/gc_1.0/ia_css_gc.host.h"
83 #include "ob/ob_1.0/ia_css_ob.host.h"
[all …]

12345678910>>...53