Home
last modified time | relevance | path

Searched +full:test +full:- +full:part1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_gpt.py1 # SPDX-License-Identifier: GPL-2.0
5 # Test GPT manipulation commands.
13 the test.
23 u_boot_console: A U-Boot console.
43 cmd = ('sgdisk', '-U', '375a56f7-d6c9-4e81-b5f0-09d41ca89efe',
46 # part1 offset 1MB size 1MB
47 cmd = ('sgdisk', '--new=1:2048:4095', '-c 1:part1', persistent)
50 cmd = ('sgdisk', '--new=2:4096:7167', '-c 2:part2', persistent)
52 cmd = ('sgdisk', '-l', persistent)
62 This is function-scoped because it uses u_boot_console, which is also
[all …]
H A Dtest_ums.py1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
4 # Test U-Boot's "ums" command. The test starts UMS in U-Boot, waits for USB
6 # block device, optionally mounts a partition and performs filesystem-based
7 # read/write tests, and finally aborts the "ums" command in U-Boot.
17 Note: This test relies on:
20 available for testing. Without this, this test will be automatically skipped.
26 '/mnt/ubtest-mnt-p2371-2180-na',
33 'host_ums_dev_node': '/dev/disk/by-path/pci-0000:00:14.0-usb-0:13:1.0-scsi-0:0:0:0',
44 # If present, the partition will be mounted and a file written-to and
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dmtd-physmap.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
10 - Rob Herring <robh@kernel.org>
17 - $ref: mtd.yaml#
18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
23 - items:
24 - enum:
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dltp.py5 # SPDX-License-Identifier: GPL-2.0-only
38 cls.tc.target.run("mkdir -p /opt/ltp/results")
60-locktests", "commands", "net.ipv6_lib", "input","fs_perms_simple", "cve", "crypto", "ima", "net.n…
71 …cmd = '/opt/ltp/runltp -f %s -q -r /opt/ltp -l /opt/ltp/results/%s -I 1 -d /opt/ltp' % (ltp_group,…
83 with open(os.path.join(self.ltptest_log_dir, "%s-raw.log" % ltp_group), 'w') as f:
86 # Also put the console log into the test result JSON
89 # Copy the machine-readable test results locally so we can parse it
100 sections['duration'] = int(endtime-starttime)
104 for test in results:
105 result = results[test]
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py4 # SPDX-License-Identifier: GPL-2.0-only
9 """Test cases for wic."""
30 extract file names from the output of debugfs -R 'ls -p',
54 """Wic test class."""
60 """This code is executed before each test method."""
61 self.resultdir = os.path.join(self.builddir, "wic-tmp")
69 self.skipTest('wic-tools needs USE_NLS=yes')
71 bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
83 bitbake('%s -c do_rootfs_wicenv' % image)
91 """Test wic --version"""
[all …]
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c3 * Copyright © 2006-2007 Intel Corporation
53 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK)
54 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
55 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK)
56 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK))
105 * This is set if we're going to treat the device as TV-out.
108 * to decide this for us, the S-Video output on our HDMI+S-Video card
159 /* add the property for the SDVO-TV */
177 /* add the property for the SDVO-TV/LVDS */
233 struct drm_device *dev = psb_intel_sdvo->base.base.dev; in psb_intel_sdvo_write_sdvox()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
6 - compatible : should contain the specific model of mtd chip(s)
7 used, if known, followed by either "cfi-flash", "jedec-flash",
8 "mtd-ram" or "mtd-rom".
9 - reg : Address range(s) of the mtd chip(s)
11 non-identical chips can be described in one node.
12 - bank-width : Width (in bytes) of the bank. Equal to the
14 - device-width : (optional) Width of a single mtd chip. If
15 omitted, assumed to be equal to 'bank-width'.
16 - #address-cells, #size-cells : Must be present if the device has
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c3 * Copyright © 2006-2007 Intel Corporation
63 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK)
64 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
65 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK)
66 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK))
67 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK))
124 * the sdvo flag gets lost in round trip: dtd->adjusted_mode->dtd
140 /* add the property for the SDVO-TV */
158 /* add the property for the SDVO-TV/LVDS */
217 struct drm_device *dev = intel_sdvo->base.base.dev; in intel_sdvo_write_sdvox()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_rfk.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
280 rtwdev->dbcc_en, phy_idx); in _kpath()
282 if (!rtwdev->dbcc_en) { in _kpath()
309 RTW8852B_RXDCK_VER, rtwdev->hal.cv); in _rx_dck()
315 if (rtwdev->is_tssi_mode[path]) in _rx_dck()
327 if (rtwdev->is_tssi_mode[path]) in _rx_dck()
404 struct rtw89_dack_info *dack = &rtwdev->dack; in _addck_backup()
407 dack->addck_d[0][0] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A0); in _addck_backup()
408 dack->addck_d[0][1] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A1); in _addck_backup()
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dsd.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2003-2004 Russell King, All Rights Reserved.
7 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved.
62 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \
63 const int __off = 3 - ((start) / 32); \
69 __res |= resp[__off-1] << ((32 - __shft) % 32); \
86 u32 *resp = card->raw_cid; in mmc_decode_cid()
92 add_device_randomness(&card->raw_cid, sizeof(card->raw_cid)); in mmc_decode_cid()
98 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8); in mmc_decode_cid()
99 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16); in mmc_decode_cid()
[all …]