/linux/drivers/video/logo/ |
H A D | logo_superh_clut224.ppm | 2 # 224-color SuperH Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 2 2 2 6 6 6 10 10 10 14 14 13 36 14 14 13 10 10 10 6 6 6 2 2 2 53 6 6 6 14 14 13 26 26 26 42 42 43 57 6 6 6 2 2 2 2 2 2 2 2 2 77 14 14 13 6 6 6 2 2 2 2 2 2 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 11 /* from BPP 6 to 24 in steps of 0.5 */ 14 /* from BPP 6 to 30 in steps of 0.5 */ 17 /* from BPP 6 to 36 in steps of 0.5 */ 43 { 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 45 { 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 47 { 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 49 { 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 51 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 53 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, [all …]
|
/linux/Documentation/input/devices/ |
H A D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 17 3. Differentiating hardware versions 24 5.2 Native absolute mode 6 byte packet format 25 5.2.1 Parity checking and packet re-synchronization 27 5.2.3 Two finger touch 28 6. Hardware version 3 30 6.2 Native absolute mode 6 byte packet format 35 7.2 Native absolute mode 6 byte packet format 38 7.2.3 Motion packet 39 8. Trackpoint (for Hardware version 3 and 4) [all …]
|
/linux/lib/ |
H A D | util_macros_kunit.c | 1 // SPDX-License-Identifier: GPL-2.0+ 27 static u32 wd_timeout_table[] = { 2, 4, 6, 8, 16, 32, 48, 64 }; in test_find_closest() 28 static int array_prog1a[] = { 1, 2, 3, 4, 5 }; in test_find_closest() 29 static u32 array_prog1b[] = { 2, 3, 4, 5, 6 }; in test_find_closest() 30 static int array_prog1mix[] = { -2, -1, 0, 1, 2 }; in test_find_closest() 31 static int array_prog2a[] = { 1, 3, 5, 7 }; in test_find_closest() 32 static u32 array_prog2b[] = { 2, 4, 6, 8 }; in test_find_closest() 36 static u32 array_prog4b[] = { 2, 6, 10, 14 }; in test_find_closest() 38 FIND_CLOSEST_RANGE_CHECK(-3, 2, ina226_avg_tab, 0); in test_find_closest() 39 FIND_CLOSEST_RANGE_CHECK(3, 10, ina226_avg_tab, 1); in test_find_closest() [all …]
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 1 // SPDX-License-Identifier: LGPL-2.1+ 8 * A Recursive Algorithm for Sequency-Ordered Fast Walsh Transforms, 15 #include "codec-fwht.h" 36 3, 10, 17, 24, 39 6, 13, 20, 27, 34, 41, 48, 75 for (i = 63; i >= 0 && !block[zigzag[i]]; i--) in rlc() 81 to_encode = 8 * 8 - (lastzero_run > 14 ? lastzero_run : 0); in rlc() 93 cnt--; in rlc() 111 * This function will worst-case increase rlc_in by 65*2 bytes: 130 * Now de-compress, it expands one byte to up to 15 bytes in derlc() [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib_offload.sh | 2 # SPDX-License-Identifier: GPL-2.0 20 simple_if_init $tor1_p1 2001:db8:1::2/128 2001:db8:1::3/128 25 simple_if_fini $tor1_p1 2001:db8:1::2/128 2001:db8:1::3/128 30 simple_if_init $tor2_p1 2001:db8:2::2/128 2001:db8:2::3/128 35 simple_if_fini $tor2_p1 2001:db8:2::2/128 2001:db8:2::3/128 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l) 67 if [ $num -eq $expected_num ]; then 79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100 80 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1 85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200 [all …]
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dsc_helper.c | 1 // SPDX-License-Identifier: MIT 35 * drm_dsc_dp_pps_header_init() - Initializes the PPS Header 49 pps_header->HB1 = DP_SDP_PPS; in drm_dsc_dp_pps_header_init() 50 pps_header->HB2 = DP_SDP_PPS_HEADER_PAYLOAD_BYTES_MINUS_1; in drm_dsc_dp_pps_header_init() 55 * drm_dsc_dp_rc_buffer_size - get rc buffer size in bytes 57 * @rc_buffer_size: number of blocks - 1, according to DPCD offset 63h 82 * drm_dsc_pps_payload_pack() - Populates the DSC PPS 110 pps_payload->dsc_version = in drm_dsc_pps_payload_pack() 111 dsc_cfg->dsc_version_minor | in drm_dsc_pps_payload_pack() 112 dsc_cfg->dsc_version_major << DSC_PPS_VERSION_MAJOR_SHIFT; in drm_dsc_pps_payload_pack() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/meteorlake/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 14 "Counter": "0,1,2,3,4,5,6,7", 18 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 25 "Counter": "0,1,2,3,4,5,6,7", 35 "Counter": "0,1,2,3,4,5,6,7", 45 "Counter": "0,1,2,3,4,5,6,7", 54 "Counter": "0,1,2,3,4,5,6,7", 64 "Counter": "0,1,2,3,4,5,6,7", 73 "Counter": "0,1,2,3,4,5,6,7", 84 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt8183.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt8183.h" 10 #include "pinctrl-paris.h" 14 * iocfg[3]:0x11E70000, iocfg[4]:0x11E90000, iocfg[5]:0x11D30000, 15 * iocfg[6]:0x11D20000, iocfg[7]:0x11C50000, iocfg[8]:0x11F30000. 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), 45 PINS_FIELD_BASE(4, 7, 6, 0x000, 0x10, 5, 1), 46 PIN_FIELD_BASE(8, 8, 6, 0x000, 0x10, 0, 1), 47 PINS_FIELD_BASE(9, 10, 6, 0x000, 0x10, 12, 1), 48 PIN_FIELD_BASE(11, 11, 1, 0x000, 0x10, 3, 1), [all …]
|
H A D | pinctrl-mt8186.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt8186.h" 10 #include "pinctrl-paris.h" 14 * iocfg[3]:0x10002400, iocfg[4]:0x10002600, iocfg[5]:0x10002800, 15 * iocfg[6]:0x10002C00. 42 PIN_FIELD_BASE(0, 0, 6, 0x0030, 0x10, 13, 1), 43 PIN_FIELD_BASE(1, 1, 6, 0x0030, 0x10, 14, 1), 44 PIN_FIELD_BASE(2, 2, 6, 0x0030, 0x10, 17, 1), 45 PIN_FIELD_BASE(3, 3, 6, 0x0030, 0x10, 18, 1), 46 PIN_FIELD_BASE(4, 4, 6, 0x0030, 0x10, 19, 1), [all …]
|
/linux/sound/soc/codecs/ |
H A D | sma1303.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * sma1303.h -- sma1303 ALSA SoC Audio driver 27 #define SMA1303_I2C_RETRY_COUNT 3 127 #define SMA1303_RJ_20BIT (6<<4) 130 #define SMA1303_LEFTPOL_MASK (1<<3) 131 #define SMA1303_LOW_FIRST_CH (0<<3) 132 #define SMA1303_HIGH_FIRST_CH (1<<3) 139 #define SMA1303_IMODE_MASK (3<<6) 140 #define SMA1303_I2S (0<<6) 141 #define SMA1303_PCM_SHORT (1<<6) [all …]
|
H A D | es8328.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * es8328.h -- ES8328 ALSA SoC Audio driver 25 #define ES8328_CONTROL1_VMIDSEL_5k (3 << 0) 26 #define ES8328_CONTROL1_VMIDSEL_MASK (3 << 0) 28 #define ES8328_CONTROL1_SEQEN (1 << 3) 32 #define ES8328_CONTROL1_LRCM (1 << 6) 39 #define ES8328_CONTROL2_ANALOG_OFF (1 << 3) 42 #define ES8328_CONTROL2_OVERCURRENT_ON (1 << 6) 49 #define ES8328_CHIPPOWER_ADCDLL_OFF 3 52 #define ES8328_CHIPPOWER_DACDIG_OFF 6 [all …]
|
/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl_sp7021.c | 1 // SPDX-License-Identifier: GPL-2.0 18 D_PIS(0, 0), D_PIS(0, 1), D_PIS(0, 2), D_PIS(0, 3), 19 D_PIS(0, 4), D_PIS(0, 5), D_PIS(0, 6), D_PIS(0, 7), 20 D_PIS(1, 0), D_PIS(1, 1), D_PIS(1, 2), D_PIS(1, 3), 21 D_PIS(1, 4), D_PIS(1, 5), D_PIS(1, 6), D_PIS(1, 7), 22 D_PIS(2, 0), D_PIS(2, 1), D_PIS(2, 2), D_PIS(2, 3), 23 D_PIS(2, 4), D_PIS(2, 5), D_PIS(2, 6), D_PIS(2, 7), 24 D_PIS(3, 0), D_PIS(3, 1), D_PIS(3, 2), D_PIS(3, 3), 25 D_PIS(3, 4), D_PIS(3, 5), D_PIS(3, 6), D_PIS(3, 7), 26 D_PIS(4, 0), D_PIS(4, 1), D_PIS(4, 2), D_PIS(4, 3), [all …]
|
/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 8 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 14 "Counter": "0,1,2,3,4,5,6,7", 23 "Counter": "0,1,2,3,4,5,6,7", 32 "Counter": "0,1,2,3,4,5,6,7", 41 "Counter": "0,1,2,3,4,5,6,7", 51 "Counter": "0,1,2,3,4,5,6,7", 61 "Counter": "0,1,2,3,4,5,6,7", 71 "Counter": "0,1,2,3,4,5,6,7", 81 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d2-pinfunc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 #define PIN_PA0__D0 PINMUX_PIN(PIN_PA0, 6, 2) 14 #define PIN_PA1__D1 PINMUX_PIN(PIN_PA1, 6, 2) 19 #define PIN_PA2__D2 PINMUX_PIN(PIN_PA2, 6, 2) 20 #define PIN_PA3 3 24 #define PIN_PA3__D3 PINMUX_PIN(PIN_PA3, 6, 2) 29 #define PIN_PA4__D4 PINMUX_PIN(PIN_PA4, 6, 2) 34 #define PIN_PA5__D5 PINMUX_PIN(PIN_PA5, 6, 2) 35 #define PIN_PA6 6 41 #define PIN_PA6__D6 PINMUX_PIN(PIN_PA6, 6, 2) [all …]
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 14 "Counter": "0,1,2,3,4,5,6,7", 18 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 24 "Counter": "0,1,2,3,4,5,6,7", 34 "Counter": "0,1,2,3,4,5,6,7", 43 "Counter": "0,1,2,3,4,5,6,7", 53 "Counter": "0,1,2,3,4,5,6,7", 62 "Counter": "0,1,2,3,4,5,6,7", 71 "Counter": "0,1,2,3,4,5,6,7", 81 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 14 "Counter": "0,1,2,3,4,5,6,7", 18 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 24 "Counter": "0,1,2,3,4,5,6,7", 34 "Counter": "0,1,2,3,4,5,6,7", 43 "Counter": "0,1,2,3,4,5,6,7", 53 "Counter": "0,1,2,3,4,5,6,7", 62 "Counter": "0,1,2,3,4,5,6,7", 71 "Counter": "0,1,2,3,4,5,6,7", 81 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/arch/arm/mach-omap1/ |
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * linux/arch/arm/mach-omap1/mux.c 7 * Copyright (C) 2003 - 2008 Nokia Corporation 15 #include <linux/soc/ti/omap1-io.h> 30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 34 MUX_CFG("UART2_TX", C, 27, 1, 3, 3, 0, NA, 0, 0) 35 MUX_CFG("UART2_RX", C, 18, 0, 3, 1, 1, NA, 0, 0) 36 MUX_CFG("UART2_CTS", C, 21, 0, 3, 1, 1, NA, 0, 0) 37 MUX_CFG("UART2_RTS", C, 24, 1, 3, 2, 0, NA, 0, 0) 40 MUX_CFG("UART3_TX", 6, 0, 1, 0, 30, 0, NA, 0, 0) [all …]
|
/linux/arch/alpha/lib/ |
H A D | fls.c | 1 // SPDX-License-Identifier: GPL-2.0 9 /* This is fls(x)-1, except zero is held to zero. This allows most 18 3, 3, 3, 3, 3, 3, 3, 3, 24 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 25 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 26 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 27 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
|
/linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 13 "Counter": "0,1,2,3,4,5,6,7", 21 "Counter": "0,1,2,3,4,5,6,7", 29 "Counter": "0,1,2,3,4,5,6,7", 37 "Counter": "0,1,2,3,4,5,6,7", 45 "Counter": "0,1,2,3,4,5,6,7", 53 "Counter": "0,1,2,3,4,5,6,7", 61 "Counter": "0,1,2,3,4,5,6,7", 70 "Counter": "0,1,2,3,4,5,6,7", 78 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/grandridge/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 13 "Counter": "0,1,2,3,4,5,6,7", 21 "Counter": "0,1,2,3,4,5,6,7", 29 "Counter": "0,1,2,3,4,5,6,7", 37 "Counter": "0,1,2,3,4,5,6,7", 45 "Counter": "0,1,2,3,4,5,6,7", 53 "Counter": "0,1,2,3,4,5,6,7", 61 "Counter": "0,1,2,3,4,5,6,7", 70 "Counter": "0,1,2,3,4,5,6,7", 78 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/arch/sh/include/mach-common/mach/ |
H A D | sh2007.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 #define BUS_SZ32 3 16 #define PCMCIA_IO16 3 19 #define PCMCIA_ATTR8 6 25 /* write-read/write-write delay (0-7:0,1,2,3,4,5,6,7) */ 27 #define IWW6 3 28 /* different area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ 31 /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ 34 /* different area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ 37 /* same area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ [all …]
|
/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 8 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 14 "Counter": "0,1,2,3,4,5,6,7", 23 "Counter": "0,1,2,3,4,5,6,7", 32 "Counter": "0,1,2,3,4,5,6,7", 42 "Counter": "0,1,2,3,4,5,6,7", 52 "Counter": "0,1,2,3,4,5,6,7", 62 "Counter": "0,1,2,3,4,5,6,7", 72 "Counter": "0,1,2,3,4,5,6,7", 82 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 8 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 14 "Counter": "0,1,2,3,4,5,6,7", 23 "Counter": "0,1,2,3,4,5,6,7", 32 "Counter": "0,1,2,3,4,5,6,7", 42 "Counter": "0,1,2,3,4,5,6,7", 52 "Counter": "0,1,2,3,4,5,6,7", 62 "Counter": "0,1,2,3,4,5,6,7", 72 "Counter": "0,1,2,3,4,5,6,7", 82 "Counter": "0,1,2,3,4,5,6,7", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/icelake/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3,4,5,6,7", 8 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 14 "Counter": "0,1,2,3,4,5,6,7", 23 "Counter": "0,1,2,3,4,5,6,7", 32 "Counter": "0,1,2,3,4,5,6,7", 42 "Counter": "0,1,2,3,4,5,6,7", 52 "Counter": "0,1,2,3,4,5,6,7", 62 "Counter": "0,1,2,3,4,5,6,7", 72 "Counter": "0,1,2,3,4,5,6,7", 82 "Counter": "0,1,2,3,4,5,6,7", [all …]
|