/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | packing.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/core-api/packing.rst 22 -------- 42 -------- 46 - 将一个CPU可使用的数字打包到内存缓冲区中(具有硬件约束/特殊性)。 47 - 将内存缓冲区(具有硬件约束/特殊性)解压缩为一个CPU可使用的数字。 61 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 63 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 75 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39 [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_multicast.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # +------------------+ 9 # +-------------|----+ 11 # +-------------|-------------------------------+ 20 # +--------------|--------------------------|---+ 23 # +--------------|---+ +--------------|---+ 28 # +------------------+ +------------------+ 154 SMCROUTEDIR="$(mktemp -d)" 161 $MCD -N -I $table_name -f $SMCROUTEDIR/$table_name.conf \ 162 -P $SMCROUTEDIR/$table_name.pid [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | packing.rst | 6 ----------------- 10 One can memory-map a pointer to a carefully crafted struct over the hardware 23 were performed byte-by-byte. Also the code can easily get cluttered, and the 24 high-level idea might get lost among the many bit shifts required. 25 Many drivers take the bit-shifting approach and then attempt to reduce the 30 ------------ 34 - Packing a CPU-usable number into a memory buffer (with hardware 36 - Unpacking a memory buffer (which has hardware constraints/quirks) 37 into a CPU-usable number. 55 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | sandbox.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 38 /* turn on command-line edit/c/auto */ 42 /* SPI - enable all SPI flash types for testing purposes */ 46 /* Memory things - we don't really want a memory test */ 89 #define SANDBOX_SERIAL_SETTINGS "stdin=serial,cros-ec-keyb,usbkbd\0" \ 98 #define SANDBOX_ETH_SETTINGS "ethaddr=00:00:11:22:33:44\0" \ 99 "eth1addr=00:00:11:22:33:45\0" \ 100 "eth3addr=00:00:11:22:33:46\0" \ 101 "eth5addr=00:00:11:22:33:47\0" \
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/ |
H A D | index.html | 2 <head><title>Index of /pub/linux/utils/util-linux/v2.25/</title></head> 4 <h1>Index of /pub/linux/utils/util-linux/v2.25/</h1><hr><pre><a href="../">../</a> 5 <a href="libblkid-docs/">libblkid-docs/</a> 24-Oct-2014 13:05 … 6 <a href="libmount-docs/">libmount-docs/</a> 24-Oct-2014 13:06 … 7 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 24-Oct-2014 13:… 8 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:53 … 9 <a href="util-linux-2.25-rc1.tar.gz">util-linux-2.25-rc1.tar.gz</a> 18-Jun-… 10 <a href="util-linux-2.25-rc1.tar.sign">util-linux-2.25-rc1.tar.sign</a> 18-Ju… 11 <a href="util-linux-2.25-rc1.tar.xz">util-linux-2.25-rc1.tar.xz</a> 18-Jun-… 12 <a href="util-linux-2.25-rc2.tar.gz">util-linux-2.25-rc2.tar.gz</a> 02-Jul-… [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-yuv-planar.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. planar-yuv: 12 - Semi-planar formats use two planes. The first plane is the luma plane and 16 - Fully planar formats use three planes to store the Y, Cb and Cr components 26 and applications that support the multi-planar API, described in 27 :ref:`planar-apis`. Unless explicitly documented as supporting non-contiguous 31 Semi-Planar YUV Formats 46 For non-contiguous formats, no constraints are enforced by the format on the 57 .. flat-table:: Overview of Semi-Planar YUV Formats 58 :header-rows: 1 [all …]
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pci-6602.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * comedi/drivers/ni_routing/ni_device_routes/pci-6602.c 6 * COMEDI - Linux Control and Measurement Device Interface 31 .device = "pci-6602", 147 NI_PFI(22), 176 NI_PFI(22), 347 .dest = NI_PFI(22), 526 NI_PFI(33), 552 .dest = NI_PFI(33), 621 NI_PFI(22), [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 177 | 6 # Copyright (C) 2016-2018 Red Hat, Inc. 54 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io 55 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 56 $QEMU_IO -c "write -P 22 0 $size" "$TEST_IMG" | _filter_qemu_io 58 # Limited to 64k max-transfer 60 echo "== constrained alignment and max-transfer ==" 61 limits=align=4k,max-transfer=64k 62 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \ 63 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io 66 echo "== write zero with constrained max-transfer ==" [all …]
|
H A D | 204 | 6 # Copyright (C) 2016-2018 Red Hat, Inc. 55 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io 56 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 57 $QEMU_IO -c "write -P 22 0 110M" "$TEST_IMG" | _filter_qemu_io 59 # Limited to 64k max-transfer 61 echo "== constrained alignment and max-transfer ==" 62 limits=align=4k,max-transfer=64k 63 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \ 64 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io 67 echo "== write zero with constrained max-transfer ==" [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/ |
H A D | psplash-raspberrypi-img.h | 1 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ 12 "\206\0\0\0\377\4\0\0\0\356\0\0\0\271\0\0\0t\0\0\0-\377\0\0\0\0\363\0" \ 13 "\0\0\0\4\0\0\0-\0\0\0|\0\0\0\311\0\0\0\371\206\0\0\0\377\4\0\0\0\356" \ 31 "\0\0\0\"\2\0\0\0\33\0\0\0\13\213\0\0\0\0\3\0\0\0\14\0\0\0j\0\0\0\327" \ 35 "\0\0\223\0\0\0\371\231\0\0\0\377\3\0\0\0\334\0\0\0r\0\0\0\22\203\0\0" \ 48 "\0\0\0\0\326\0\0\0\0\6\0\0\0\22\0\0\0V\0\0\0\216\0\0\0\260\0\0\0\323" \ 51 "\0\33\377\0\0\0\0\257\0\0\0\0\2\0\0\0""3\0\0\0\300\321\0\0\0\377\7\0" \ 58 "\0o\0\0\0\15\202\0\0\0\0\5\0\0\0\7\0\0\0-\0\0\0G\0\0\0^\0\0\0t\202\0" \ 75 "\0\0\2\0\0\0\22\0\0\0#\0\0\0""3\0\0\0D\0\0\0T\203\0\0\0U\4\0\0\0I\0\0" \ 76 "\0""2\0\0\0\35\0\0\0\11\377\0\0\0\0\227\0\0\0\0\6\0\0\0\22\0\0\0L\0\0" \ [all …]
|
/openbmc/linux/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * Jeffy Chen <jeffy.chen@rock-chips.com> 12 #include <media/v4l2-h264.h> 13 #include <media/v4l2-mem2mem.h> 16 #include "rkvdec-regs.h" 50 #define LOG2_MAX_FRAME_NUM_MINUS4 PS_FIELD(22, 4) 53 #define LOG2_MAX_PIC_ORDER_CNT_LSB_MINUS4 PS_FIELD(33, 4) 133 /* Table 9-12 – Values of variables m and n for ctxIdx from 0 to 10 */ 134 CABAC_ENTRY(0, 20, -15, 20, -15, 20, -15, 20, -15), 137 CABAC_ENTRY(3, 20, -15, 20, -15, 20, -15, 20, -15), [all …]
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | pci_handler_test.cpp | 29 {std::byte(0), std::byte(11), std::byte(22), std::byte(33), in PciHandlerTest() 56 EXPECT_EQ(pciDataHandler->getMemoryRegionSize(), testRegionSize); in TEST_F() 63 EXPECT_THAT(pciDataHandler->read(0, 0), ElementsAreArray(emptyVector)); in TEST_F() 66 EXPECT_THAT(pciDataHandler->read(offsetTooBig, 1), in TEST_F() 74 EXPECT_EQ(pciDataHandler->write(0, emptyVector), 0); in TEST_F() 77 std::vector<uint8_t> testVector(testRegionSize - 1); in TEST_F() 78 EXPECT_EQ(pciDataHandler->write(offsetTooBig, testVector), 0); in TEST_F() 87 EXPECT_THAT(pciDataHandler->read(testOffset, testSize), in TEST_F() 92 testSize = testRegionSize - testOffset; in TEST_F() 94 expectedVector = {33, 44, 55, 66, 77}; in TEST_F() [all …]
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | imx8ulp-clock.h | 1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 29 #define IMX8ULP_CLK_SPLL3_PFD3_DIV2 22 40 #define IMX8ULP_CLK_FROSC_DIV1 33 89 #define IMX8ULP_CLK_PLL4_PFD0_DIV2 22 100 #define IMX8ULP_CLK_CGC2_SOSC_DIV2 33 142 #define IMX8ULP_CLK_DMA1_CH8 22 153 #define IMX8ULP_CLK_DMA1_CH19 33 194 #define IMX8ULP_CLK_RGPIOF 22 221 #define IMX8ULP_CLK_DMA2_CH2 22 232 #define IMX8ULP_CLK_DMA2_CH13 33
|
H A D | exynos5433.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 26 #define CLK_MOUT_ACLK_BUS0_400 22 37 #define CLK_MOUT_SCLK_MMC1_B 33 223 #define CLK_MOUT_CLKM_PHY_B 22 234 #define CLK_MOUT_SCLK_DECON_ECLK_A 33 417 #define CLK_PCLK_HSI2C10 22 428 #define CLK_SCLK_SPI0 33 487 #define CLK_PCLK_TZPC4 22 498 #define CLK_SCLK_ASV_TB 33 530 #define CLK_MOUT_PHYCLK_LLI_MPHY_TO_UFS_USER 22 [all …]
|
H A D | mediatek,mt8188-clk.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ 33 #define CLK_TOP_CAMTG2 22 44 #define CLK_TOP_PWRAP_ULPOSC 33 241 #define CLK_INFRA_AO_UART5 22 252 #define CLK_INFRA_AO_HDMI_32K 33 381 #define CLK_VPP0_SMI_IOMMU 22 392 #define CLK_VPP0_FAKE_ENG 33 436 #define CLK_WPE_VPP0_TOP 22 462 #define CLK_VPP1_SVPP2_MDP_TDSHP 22 473 #define CLK_VPP1_SVPP1_MDP_AAL 33 [all …]
|
H A D | mt2701-clk.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 32 #define CLK_TOP_UNIVPLL_D26 22 43 #define CLK_TOP_UNIVPLL2_D32 33 243 #define CLK_PERI_UART2 22 255 #define CLK_PERI_USB1_MCU 33 298 #define CLK_AUD_I2SO5 22 309 #define CLK_AUD_A2SYS 33 375 #define CLK_MM_DSI_ENGINE 22 386 #define CLK_MM_HDMI_SPDIF 33 453 #define CLK_BDP_F2FS74_148 22 [all …]
|
H A D | mt8195-clk.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 4 * Author: Chun-Jie Chen <chun-jie.chen@mediatek.com> 34 #define CLK_TOP_CAMTG2 22 45 #define CLK_TOP_INTDIR 33 283 #define CLK_INFRA_AO_UART5 22 294 #define CLK_INFRA_AO_CEC_66M_H 33 381 #define CLK_APMIXED_DGIPLL 22 455 #define CLK_VPP0_SMI_IOMMU 22 466 #define CLK_VPP0_FAKE_ENG 33 512 #define CLK_WPE_VPP0_TOP 22 [all …]
|
/openbmc/linux/drivers/net/appletalk/ |
H A D | cops_ffdrv.h | 24 * - Jay Schulist <jschlst@samba.org> 31 58,3,0,50,228,149,33,255,255,34,226,149, 32 249,17,40,152,33,202,154,183,237,82,77,68, 36 237,57,49,33,107,137,34,32,128,33,83,130, 37 34,40,128,33,86,130,34,42,128,33,112,130, 38 34,36,128,33,211,130,34,38,128,62,0,237, 39 57,16,33,63,148,34,34,128,237,94,205,15, 46 32,40,68,40,68,7,16,8,34,7,22,6, 51 66,62,100,61,32,253,6,28,33,205,129,14, 52 66,237,163,194,253,129,6,28,33,205,129,14, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 3 Date: Wed, 13 Mar 2024 14:08:25 -0600 9 Upstream-Status: Inappropriate (embedded specific) 10 Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com> 11 --- 12 tests/functional/w/wrong_import_order.txt | 22 +++++++++++----------- 13 1 file changed, 11 insertions(+), 11 deletions(-) 15 --- a/tests/functional/w/wrong_import_order.txt 17 @@ -3,14 +3,14 @@ wrong-import-order:14:0:14:10::"standard 18 …wrong-import-order:15:0:15:15::"standard import ""datetime"" should be placed before third party i… 19 …wrong-import-order:18:0:18:22::"third party import ""totally_missing"" should be placed before loc… [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | arch.c | 2 * Copyright(c) 2019-2023 Qualcomm Innovation Center, Inc. All Rights Reserved. 62 {33, 41, 48, 56}, 66 {27, 33, 39, 45}, 69 {23, 28, 33, 39}, 70 {22, 27, 32, 37}, 72 {20, 24, 29, 33}, 74 {18, 22, 26, 30}, 77 {15, 19, 22, 25}, 80 {13, 16, 19, 22}, 103 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 67 ip link add name vrf-test type vrf table 10 68 ip link set dev $swp1 master vrf-test 70 ip -4 address add 192.0.2.1/24 dev vrf-test 72 ip -6 address add 2001:db8:1::1/64 dev vrf-test 75 log_test "RIF - setting IP address on VRF" 77 ip link del dev vrf-test 99 ip link set dev d addr 00:11:22:33:44:55 107 ip link set dev $swp2 addr 00:11:22:33:44:55 110 log_test "RIF - attach port with bad MAC to bridge with set MAC" [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 14 { 0, -4, 123, 9, 0 }, 15 { 0, -4, 108, 24, 0 }, 16 { 0, -2, 87, 43, 0 }, 18 { 0, 43, 87, -2, 0 }, 19 { 0, 24, 108, -4, 0 }, 20 { 0, 9, 123, -4, 0 }, 26 { 0, -2, 100, 30, 0 }, 27 { 0, -2, 83, 47, 0 }, [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 { 0, -4, 123, 9, 0 }, 17 { 0, -4, 108, 24, 0 }, 18 { 0, -2, 87, 43, 0 }, 20 { 0, 43, 87, -2, 0 }, 21 { 0, 24, 108, -4, 0 }, 22 { 0, 9, 123, -4, 0 }, 28 { 0, -2, 100, 30, 0 }, 29 { 0, -2, 83, 47, 0 }, 31 { 0, 47, 83, -2, 0 }, [all …]
|
/openbmc/linux/drivers/video/logo/ |
H A D | logo_parisc_clut224.ppm | 2 # 224-color PA-RISC Linux logo 33 2 2 2 2 2 2 6 6 7 22 22 23 36 22 22 23 6 6 7 2 2 2 2 2 2 136 33 34 35 22 22 23 2 2 2 6 6 7 158 22 22 23 2 2 2 2 2 2 2 2 2 172 33 34 35 146 146 146 226 226 226 33 34 35 198 119 119 118 22 22 23 2 2 2 2 2 2 231 2 2 2 2 2 2 2 2 2 22 22 23 232 126 126 127 230 230 231 22 22 23 2 2 2 271 2 2 2 2 2 2 2 2 2 33 34 35 [all …]
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | mt6397-pinfunc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 #include <dt-bindings/pinctrl/mt65xx.h> 127 #define MT6397_PIN_22_ROW2__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) 128 #define MT6397_PIN_22_ROW2__FUNC_ROW2 (MTK_PIN_NO(22) | 1) 129 #define MT6397_PIN_22_ROW2__FUNC_EINT20_1X (MTK_PIN_NO(22) | 2) 130 #define MT6397_PIN_22_ROW2__FUNC_SCL1_3X (MTK_PIN_NO(22) | 3) 131 #define MT6397_PIN_22_ROW2__FUNC_TEST_IN13 (MTK_PIN_NO(22) | 6) 132 #define MT6397_PIN_22_ROW2__FUNC_TEST_OUT13 (MTK_PIN_NO(22) | 7) 211 #define MT6397_PIN_33_SCL1__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) 212 #define MT6397_PIN_33_SCL1__FUNC_SCL1 (MTK_PIN_NO(33) | 1) [all …]
|