| /OK3568_Linux_fs/kernel/arch/arm/include/asm/hardware/ |
| H A D | entry-macro-iomd.S | 2 * arch/arm/include/asm/hardware/entry-macro-iomd.S 4 * Low-level IRQ helper macros for IOC/IOMD based platforms 45 irq_prio_h: .byte 0, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10 46 .byte 12, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10 47 .byte 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10 48 .byte 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10 49 .byte 14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10 50 .byte 14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10 51 .byte 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10 52 .byte 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | debug_font_data.hpp | 6 const int8_t simplex_1[] = { 5, 21, 5, 7, -1, -1, 5, 2, 4, 1, 5, 0, 6, 1, 5, 2 }; 7 const int8_t simplex_2[] = { 4, 21, 4, 14, -1, -1, 12, 21, 12, 14 }; 8 const int8_t simplex_3[] = { 11, 25, 4, -7, -1, -1, 17, 25, 10, -7, -1, -1, 4, 12, 18, 12, -1, -1, … 9 …_4[] = { 8, 25, 8, -4, -1, -1, 12, 25, 12, -4, -1, -1, 17, 18, 15, 20, 12, 21, 8, 21, 5, 20, 3, 18… 10 …21, 3, 0, -1, -1, 8, 21, 10, 19, 10, 17, 9, 15, 7, 14, 5, 14, 3, 16, 3, 18, 4, 20, 6, 21, 8, 21, 1… 11 …11, 17, 6, 15, 3, 13, 1, 11, 0, 7, 0, 5, 1, 4, 2, 3, 4, 3, 6, 4, 8, 5, 9, 12, 13, 13, 14, 14, 16, … 13 const int8_t simplex_8[] = { 11, 25, 9, 23, 7, 20, 5, 16, 4, 11, 4, 7, 5, 2, 7, -2, 9, -5, 11, -7 }; 14 const int8_t simplex_9[] = { 3, 25, 5, 23, 7, 20, 9, 16, 10, 11, 10, 7, 9, 2, 7, -2, 5, -5, 3, -7 }; 15 const int8_t simplex_10[] = { 8, 21, 8, 9, -1, -1, 3, 18, 13, 12, -1, -1, 13, 18, 3, 12 }; 16 const int8_t simplex_11[] = { 13, 18, 13, 0, -1, -1, 4, 9, 22, 9 }; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_rf.c | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 35 u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ in CheckPositive() 36 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ in CheckPositive() 37 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ in CheckPositive() 38 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive() 39 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ in CheckPositive() 42 u4Byte driver1 = pDM_Odm->CutVersion << 24 | in CheckPositive() 43 (pDM_Odm->SupportInterface & 0xF0) << 16 | in CheckPositive() 44 pDM_Odm->SupportPlatform << 16 | in CheckPositive() 45 pDM_Odm->PackageType << 12 | in CheckPositive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_rf.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 30 u8 _board_type = ((p_dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 31 ((p_dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 32 ((p_dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 33 ((p_dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 34 ((p_dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 35 ((p_dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 36 ((p_dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 40 u8 cut_version_for_para = (p_dm->cut_version == ODM_CUT_A) ? 15 : p_dm->cut_version; in check_positive() 41 u8 pkg_type_for_para = (p_dm->package_type == 0) ? 15 : p_dm->package_type; in check_positive() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha1-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions 13 .arch armv8-a 14 .fpu crypto-neon-fp-armv8 68 vld1.32 {k0-k1}, [ip, :128]! 69 vld1.32 {k2-k3}, [ip, :128] 76 0: vld1.32 {q8-q9}, [r1]! 77 vld1.32 {q10-q11}, [r1]! 90 add_update c, 0, k0, 8, 9, 10, 11, dgb 91 add_update c, 1, k0, 9, 10, 11, 8 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | samsung_mipi_dcphy.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * (C) Copyright 2008-2018 Fuzhou Rockchip Electronics Co., Ltd 5 * Author: Guochun Huang <hero.huang@rock-chips.com> 14 #include <asm/arch-rockchip/clock.h> 43 #define S_MASK GENMASK(10, 8) 44 #define S(x) UPDATE(x, 10, 8) 57 #define SSCG_EN BIT(11) 59 #define RESET_N_SEL BIT(10) 80 #define T_LPX(x) UPDATE(x, 11, 4) 94 #define SKEW_CAL_INIT_RUN_TIME(x) UPDATE(x, 11, 8) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | halhwimg8723d_rf.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | halhwimg8723d_rf.c | 3 * 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/gpu/drm/i915/display/ |
| H A D | intel_vdsc.c | 1 // SPDX-License-Identifier: MIT 32 /* From DSC_v1.11 spec, rc_parameter_Set syntax element typically constant */ 51 * from DSC_v1.11 spec & C Model release: DSC_model_20161212 56 { 768, 15, 6144, 3, 13, 11, 11, { 57 { 0, 4, 0 }, { 1, 6, -2 }, { 3, 8, -2 }, { 4, 8, -4 }, 58 { 5, 9, -6 }, { 5, 9, -6 }, { 6, 9, -6 }, { 6, 10, -8 }, 59 { 7, 11, -8 }, { 8, 12, -10 }, { 9, 12, -10 }, { 10, 12, -12 }, 60 { 10, 12, -12 }, { 11, 12, -12 }, { 13, 14, -12 } 63 /* 6BPP/10BPC */ 65 { 0, 8, 0 }, { 3, 10, -2 }, { 7, 12, -2 }, { 8, 12, -4 }, [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | sha1_ce_core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * sha1_ce_core.S - SHA-1 secure hash using ARMv8 Crypto Extensions 15 .arch armv8-a+crypto 82 /* load input (64 bytes into v8->v11 16B vectors) */ 83 0: ld1 {v8.4s-v11.4s}, [x1], #64 95 add_update c, ev, k0, 8, 9, 10, 11, dgb 96 add_update c, od, k0, 9, 10, 11, 8 97 add_update c, ev, k0, 10, 11, 8, 9 98 add_update c, od, k0, 11, 8, 9, 10 99 add_update c, ev, k1, 8, 9, 10, 11 [all …]
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/clock/ |
| H A D | rockchip-ddr.h | 21 #define DDR3_800D (0) /* 5-5-5 */ 22 #define DDR3_800E (1) /* 6-6-6 */ 23 #define DDR3_1066E (2) /* 6-6-6 */ 24 #define DDR3_1066F (3) /* 7-7-7 */ 25 #define DDR3_1066G (4) /* 8-8-8 */ 26 #define DDR3_1333F (5) /* 7-7-7 */ 27 #define DDR3_1333G (6) /* 8-8-8 */ 28 #define DDR3_1333H (7) /* 9-9-9 */ 29 #define DDR3_1333J (8) /* 10-10-10 */ 30 #define DDR3_1600G (9) /* 8-8-8 */ [all …]
|
| H A D | rk3399-ddr.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 11 /* DDR3-800 (5-5-5) */ 13 /* DDR3-800 (6-6-6) */ 15 /* DDR3-1066 (6-6-6) */ 17 /* DDR3-1066 (7-7-7) */ 19 /* DDR3-1066 (8-8-8) */ 21 /* DDR3-1333 (7-7-7) */ 23 /* DDR3-1333 (8-8-8) */ 25 /* DDR3-1333 (9-9-9) */ 27 /* DDR3-1333 (10-10-10) */ [all …]
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/clock/ |
| H A D | rockchip-ddr.h | 21 #define DDR3_800D (0) /* 5-5-5 */ 22 #define DDR3_800E (1) /* 6-6-6 */ 23 #define DDR3_1066E (2) /* 6-6-6 */ 24 #define DDR3_1066F (3) /* 7-7-7 */ 25 #define DDR3_1066G (4) /* 8-8-8 */ 26 #define DDR3_1333F (5) /* 7-7-7 */ 27 #define DDR3_1333G (6) /* 8-8-8 */ 28 #define DDR3_1333H (7) /* 9-9-9 */ 29 #define DDR3_1333J (8) /* 10-10-10 */ 30 #define DDR3_1600G (9) /* 8-8-8 */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/ |
| H A D | index.html | 2 <head><title>Index of /pub/linux/utils/util-linux/v2.35/</title></head> 4 <h1>Index of /pub/linux/utils/util-linux/v2.35/</h1><hr><pre><a href="../">../</a> 5 <a href="libblkid-docs/">libblkid-docs/</a> 11-Dec-2019 10:04 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 11-Dec-2019 10:05 … 7 <a href="libmount-docs/">libmount-docs/</a> 11-Dec-2019 10:05 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 11-Dec-2019 10:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 11-Dec-2019 10:11 … 10 <a href="util-linux-2.35-rc1.tar.gz">util-linux-2.35-rc1.tar.gz</a> 11-Dec-… 11 <a href="util-linux-2.35-rc1.tar.sign">util-linux-2.35-rc1.tar.sign</a> 11-De… 12 <a href="util-linux-2.35-rc1.tar.xz">util-linux-2.35-rc1.tar.xz</a> 11-Dec-… [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/lib/firmware/nxp/ |
| H A D | txpwrlimit_cfg_8987.conf | 5 Action:2=0 # 0 - GET 6 SubBand:2=0x00 # 0x00 2G subband (2.4G: channel 1-14) 15 # 5G: channel 7,8,11,12,16,34) 21 Action:2=0 # 0 - GET 22 SubBand:2=0x10 # 0x00 2G subband (2.4G: channel 1-14) 31 # 5G: channel 7,8,11,12,16,34) 37 Action:2=0 # 0 - GET 38 SubBand:2=0x11 # 0x00 2G subband (2.4G: channel 1-14) 47 # 5G: channel 7,8,11,12,16,34) 53 Action:2=0 # 0 - GET [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha1-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions 12 .arch armv8-a+crypto 84 0: ld1 {v8.4s-v11.4s}, [x1], #64 95 add_update c, ev, k0, 8, 9, 10, 11, dgb 96 add_update c, od, k0, 9, 10, 11, 8 97 add_update c, ev, k0, 10, 11, 8, 9 98 add_update c, od, k0, 11, 8, 9, 10 99 add_update c, ev, k1, 8, 9, 10, 11 101 add_update p, od, k1, 9, 10, 11, 8 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-dcphy.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Guochun Huang <hero.huang@rock-chips.com> 19 #include <media/v4l2-ctrls.h> 20 #include <media/v4l2-fwnode.h> 21 #include <media/v4l2-subdev.h> 22 #include <media/v4l2-device.h> 23 #include "phy-rockchip-csi2-dphy-common.h" 24 #include "phy-rockchip-samsung-dcphy.h" 38 #define S_MASK GENMASK(10, 8) 39 #define S(x) UPDATE(x, 10, 8) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | sch_tbf_core.sh | 1 # SPDX-License-Identifier: GPL-2.0 7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or 10 # +-------------------------------------------+ 12 # | + $h1.10 $h1.11 + | 18 # +---------------------|---------------------+ 20 # +---------------------|---------------------+ 24 # | +-|--------------+ +--------------|-+ | 25 # | | + $swp1.10 | | $swp1.11 + | | 29 # | | + $swp2.10 | | $swp2.11 + | | 30 # | +-|--------------+ +--------------|-+ | [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt5640.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5640.h -- RT5640 ALSA SoC audio driver 14 #include <dt-bindings/sound/rt5640.h> 21 /* I/O - Output */ 26 /* I/O - Input */ 30 /* I/O - ADC/DAC/DMIC */ 37 /* Mixer - D-D */ 47 /* Mixer - ADC */ 52 /* Mixer - DAC */ 77 /* Format - ADC/DAC */ [all …]
|
| H A D | rt5651.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5651.h -- RT5651 ALSA SoC audio driver 12 #include <dt-bindings/sound/rt5651.h> 19 /* I/O - Output */ 23 /* I/O - Input */ 28 /* I/O - ADC/DAC/DMIC */ 35 /* Mixer - D-D */ 48 /* Mixer - ADC */ 53 /* Mixer - DAC */ 72 /* Format - ADC/DAC */ [all …]
|
| H A D | rt5670.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5670.h -- RT5670 ALSA SoC audio driver 17 /* I/O - Output */ 20 /* I/O - Input */ 26 /* I/O - ADC/DAC/DMIC */ 34 /* Mixer - D-D */ 47 /* Mixer - PDM */ 56 /* Mixer - ADC */ 61 /* Mixer - DAC */ 77 /* Format - ADC/DAC */ [all …]
|
| H A D | rt5616.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5616.h -- RT5616 ALSA SoC audio driver 17 /* I/O - Output */ 21 /* I/O - Input */ 24 /* I/O - ADC/DAC/DMIC */ 28 /* Mixer - D-D */ 33 /* Mixer - ADC */ 38 /* Mixer - DAC */ 57 /* Format - ADC/DAC */ 62 /* Function - Analog */ [all …]
|
| H A D | rt5660.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5660.h -- RT5660 ALSA SoC audio driver 20 /* I/O - Output */ 23 /* I/O - Input */ 26 /* I/O - ADC/DAC/DMIC */ 30 /* Mixer - D-D */ 35 /* Mixer - ADC */ 40 /* Mixer - DAC */ 61 /* Format - ADC/DAC */ 66 /* Function - Analog */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 3 * 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/external/rkwifibt/drivers/rtl8189fs/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 3 * 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 …]
|