| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-ids.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 26 ((_jedec_id) >> 16) & 0xff, \ 27 ((_jedec_id) >> 8) & 0xff, \ 28 (_jedec_id) & 0xff, \ 29 ((_ext_id) >> 8) & 0xff, \ 30 (_ext_id) & 0xff, \ 32 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \ 41 ((_jedec_id) >> 16) & 0xff, \ 42 ((_jedec_id) >> 8) & 0xff, \ [all …]
|
| H A D | spi_flash_ids.c | 7 * SPDX-License-Identifier: GPL-2.0+ 19 ((_jedec_id) >> 16) & 0xff, \ 20 ((_jedec_id) >> 8) & 0xff, \ 21 (_jedec_id) & 0xff, \ 22 ((_ext_id) >> 8) & 0xff, \ 23 (_ext_id) & 0xff, \ 25 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \ 33 ((_jedec_id) >> 16) & 0xff, \ 34 ((_jedec_id) >> 8) & 0xff, \ 35 (_jedec_id) & 0xff, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | micron-st.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/mtd/spi-nor.h> 12 { "mt35xu512aba", INFO(0x2c5b1a, 0, 128 * 1024, 512, 15 { "mt35xu02g", INFO(0x2c5b1c, 0, 128 * 1024, 2048, 21 { "n25q016a", INFO(0x20bb15, 0, 64 * 1024, 32, 23 { "n25q032", INFO(0x20ba16, 0, 64 * 1024, 64, 25 { "n25q032a", INFO(0x20bb16, 0, 64 * 1024, 64, 27 { "n25q064", INFO(0x20ba17, 0, 64 * 1024, 128, 29 { "n25q064a", INFO(0x20bb17, 0, 64 * 1024, 128, 31 { "n25q128a11", INFO(0x20bb18, 0, 64 * 1024, 256, [all …]
|
| H A D | winbond.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/mtd/spi-nor.h> 19 * Unfortunately, Winbond has re-used the same JEDEC ID for both in w25q256_post_bfpt_fixups() 25 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 26 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups() 27 nor->flags |= SNOR_F_4B_OPCODES; in w25q256_post_bfpt_fixups() 29 return 0; in w25q256_post_bfpt_fixups() 37 /* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */ 38 { "w25x05", INFO(0xef3010, 0, 64 * 1024, 1, SECT_4K) }, 39 { "w25x10", INFO(0xef3011, 0, 64 * 1024, 2, SECT_4K) }, [all …]
|
| H A D | macronix.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/mtd/spi-nor.h> 19 * Unfortunately, Macronix has re-used the same JEDEC ID for both in mx25l25635_post_bfpt_fixups() 23 * seems that the F version advertises support for Fast Read 4-4-4 in in mx25l25635_post_bfpt_fixups() 26 if (bfpt->dwords[BFPT_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups() 27 nor->flags |= SNOR_F_4B_OPCODES; in mx25l25635_post_bfpt_fixups() 29 return 0; in mx25l25635_post_bfpt_fixups() 38 { "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1, SECT_4K) }, 39 { "mx25l2005a", INFO(0xc22012, 0, 64 * 1024, 4, SECT_4K) }, 40 { "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) }, [all …]
|
| H A D | spansion.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/mtd/spi-nor.h> 18 * The S25FS-S chip family reports 512-byte pages in BFPT but in s25fs_s_post_bfpt_fixups() 23 params->page_size = 256; in s25fs_s_post_bfpt_fixups() 25 return 0; in s25fs_s_post_bfpt_fixups() 33 /* Spansion/Cypress -- single (large) sector size only, at least 36 { "s25sl032p", INFO(0x010215, 0x4d00, 64 * 1024, 64, 38 { "s25sl064p", INFO(0x010216, 0x4d00, 64 * 1024, 128, 40 { "s25fl128s0", INFO6(0x012018, 0x4d0080, 256 * 1024, 64, 43 { "s25fl128s1", INFO6(0x012018, 0x4d0180, 64 * 1024, 256, [all …]
|
| H A D | eon.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/mtd/spi-nor.h> 12 /* EON -- en25xxx */ 13 { "en25f32", INFO(0x1c3116, 0, 64 * 1024, 64, SECT_4K) }, 14 { "en25p32", INFO(0x1c2016, 0, 64 * 1024, 64, 0) }, 15 { "en25q32b", INFO(0x1c3016, 0, 64 * 1024, 64, 0) }, 16 { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) }, 17 { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) }, 18 { "en25q80a", INFO(0x1c3014, 0, 64 * 1024, 16, 20 { "en25qh16", INFO(0x1c7015, 0, 64 * 1024, 32, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra30-cpu-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 compatible = "operating-points-v2"; 6 opp-shared; 9 clock-latency-ns = <100000>; 10 opp-supported-hw = <0x1F 0x31FE>; 11 opp-hz = /bits/ 64 <51000000>; 15 clock-latency-ns = <100000>; 16 opp-supported-hw = <0x1F 0x0C01>; 17 opp-hz = /bits/ 64 <51000000>; 21 clock-latency-ns = <100000>; [all …]
|
| H A D | tegra20-cpu-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 compatible = "operating-points-v2"; 6 opp-shared; 9 clock-latency-ns = <400000>; 10 opp-supported-hw = <0x0F 0x0003>; 11 opp-hz = /bits/ 64 <216000000>; 15 clock-latency-ns = <400000>; 16 opp-supported-hw = <0x0F 0x0004>; 17 opp-hz = /bits/ 64 <216000000>; 21 clock-latency-ns = <400000>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/ |
| H A D | halmac_init_8822b.c | 3 * Copyright(c) 2016 - 2019 Realtek Corporation. All rights reserved. 36 #define SYS_FUNC_EN 0xDC 42 #define RSVD_PG_CPU_INSTRUCTION_NUM 0 44 #define RSVD_PG_CSIBUF_NUM 0 52 #define BLK_DESC_NUM 0x3 54 #define WLAN_SLOT_TIME 0x09 55 #define WLAN_PIFS_TIME 0x19 56 #define WLAN_SIFS_CCK_CONT_TX 0xA 57 #define WLAN_SIFS_OFDM_CONT_TX 0xE 58 #define WLAN_SIFS_CCK_TRX 0x10 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/ |
| H A D | halmac_init_8822c.c | 3 * Copyright(c) 2017 - 2019 Realtek Corporation. All rights reserved. 37 #define SYS_FUNC_EN 0xD8 43 #define RSVD_PG_CPU_INSTRUCTION_NUM 0 53 #define WLAN_TXQ_RPT_EN 0x1F 55 #define BLK_DESC_NUM 0x3 56 #define RX_DLK_TIME 0x14 58 #define WLAN_SLOT_TIME 0x09 59 #define WLAN_SLOT_TIME_5M 0x15 60 #define WLAN_SLOT_TIME_10M 0x0D 61 #define WLAN_PIFS_TIME 0x1C [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/ |
| H A D | qcom-nvmem-cpufreq.txt | 8 defines the voltage and frequency value based on the msm-id in SMEM 10 The qcom-cpufreq-nvmem driver reads the msm-id and efuse value from the SoC 13 operating-points-v2 table when it is parsed by the OPP framework. 16 -------------------- 18 - operating-points-v2: Phandle to the operating-points-v2 table to use. 20 In 'operating-points-v2' table: 21 - compatible: Should be 22 - 'operating-points-v2-kryo-cpu' for apq8096, msm8996, msm8974, 26 -------------------- 28 - power-domains: A phandle pointing to the PM domain specifier which provides [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha512-core.S_shipped | 1 @ SPDX-License-Identifier: GPL-2.0 21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue 26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 31 @ Profiler-assisted and platform-specific optimization resulted in 7% 37 @ one byte in 23.3 cycles or ~60% faster than integer-only code. 43 @ Technical writers asserted that 3-way S4 pipeline can sustain 45 @ not be observed, see https://www.openssl.org/~appro/Snapdragon-S4.html 46 @ for further details. On side note Cortex-A15 processes one byte in 52 @ h[0-7], namely with most significant dword at *lower* address, which 53 @ was reflected in below two parameters as 0 and 4. Now caller is [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/images/ |
| H A D | clippy.svg | 2 …-64z m320-384H128v64h320v-64z m128 192V448L384 640l192 192V704h320V576H576z m-288-64H128v64h160v-6…
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | elf.py | 2 # SPDX-License-Identifier: GPL-2.0-only 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), 21 "lm32": (138, 0, 0, False, 32), [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/halmac_8822b/ |
| H A D | halmac_8822b_cfg.h | 25 #define HALMAC_SECURITY_CAM_ENTRY_NUM_8822B 64 /* CAM Entry Size */ 37 * PUBLIC_QUEUE -- decided after all other queue are defined 38 * GAP_QUEUE -- Used to separate AC queue and Rsvd page 40 * RSVD_DRIVER -- Driver used rsvd page area 41 * RSVD_H2C_EXTRAINFO -- Extra Information for h2c 42 * RSVD_H2C_QUEUE -- h2c queue in rsvd page 43 * RSVD_CPU_INSTRUCTION -- extend fw code 44 * RSVD_FW_TXBUFF -- fw used this area to send packet 53 #define HALMAC_RSVD_CPU_INSTRUCTION_PGNUM_8822B 0 /*0*/ 59 #define HALMAC_NORMAL_HPQ_PGNUM_8822B 64 /*8192*/ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | macronix.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #define SPINAND_MFR_MACRONIX 0xC2 15 #define MACRONIX_ECCSR_MASK 0x0F 18 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0), 19 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0), 20 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0), 21 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0)); 24 SPINAND_PROG_LOAD_X4(true, 0, NULL, 0), 25 SPINAND_PROG_LOAD(true, 0, NULL, 0)); 28 SPINAND_PROG_LOAD_X4(false, 0, NULL, 0), [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_ids.c | 23 * If page size and eraseblock size are 0, the sizes are taken from the 28 LEGACY_ID_NAND("NAND 1MiB 5V 8-bit", 0x6e, 1, SZ_4K, SP_OPTIONS), 29 LEGACY_ID_NAND("NAND 2MiB 5V 8-bit", 0x64, 2, SZ_4K, SP_OPTIONS), 30 LEGACY_ID_NAND("NAND 1MiB 3,3V 8-bit", 0xe8, 1, SZ_4K, SP_OPTIONS), 31 LEGACY_ID_NAND("NAND 1MiB 3,3V 8-bit", 0xec, 1, SZ_4K, SP_OPTIONS), 32 LEGACY_ID_NAND("NAND 2MiB 3,3V 8-bit", 0xea, 2, SZ_4K, SP_OPTIONS), 33 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xd5, 4, SZ_8K, SP_OPTIONS), 35 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xe6, 8, SZ_8K, SP_OPTIONS), 42 {"TC58NVG0S3E 1G 3.3V 8-bit", 43 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} }, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/ |
| H A D | alpine-v3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 compatible = "amazon,al-alpine-v3"; 14 interrupt-parent = <&gic>; 16 #address-cells = <2>; 17 #size-cells = <2>; 20 #address-cells = <1>; 21 #size-cells = <0>; 23 cpu@0 { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | macronix.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #define SPINAND_MFR_MACRONIX 0xC2 13 #define MACRONIX_ECCSR_MASK 0x0F 16 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0), 17 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0), 18 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0), 19 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0)); 22 SPINAND_PROG_LOAD_X4(true, 0, NULL, 0), 23 SPINAND_PROG_LOAD(true, 0, NULL, 0)); 26 SPINAND_PROG_LOAD_X4(false, 0, NULL, 0), [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-When-building-introspection-files-do-not-quote-CFLAG.patch | 8 …build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysroot-native/usr/lib/x86_64… 9 …build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysroot-native/usr/lib/x86_64… 10 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 11 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 12 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 13 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 14 …alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/build/Source/JavaScriptCor… 15 …build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysroot-native/usr/lib/x86_64… 18 …d from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sy… 19 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | flash.h | 2 * (C) Copyright 2000-2005 5 * SPDX-License-Identifier: GPL-2.0+ 15 /*----------------------------------------------------------------------- 46 const char *name; /* human-readable name */ 51 #ifdef CONFIG_CFI_FLASH /* DM-specific parts */ 64 #define FLASH_CFI_8BIT 0x01 65 #define FLASH_CFI_16BIT 0x02 66 #define FLASH_CFI_32BIT 0x04 67 #define FLASH_CFI_64BIT 0x08 71 #define FLASH_CFI_BY8 0x01 [all …]
|