Home
last modified time | relevance | path

Searched +full:- +full:- +full:- +full:t13 +full:- +full:- +full:- +full:- (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dedd.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * This is based on the T13 group document D1572 Revision 0 (August 14 2002)
10 * available at http://www.t13.org/docs2002/d1572r0.pdf. It is
11 * very similar to D1484 Revision 3 http://www.t13.org/docs2002/d1484r3.pdf
14 * table in the boot_params that contains a list of BIOS-enumerated
H A Data.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * Copyright 2003-2004 Red Hat, Inc. All rights reserved.
5 * Copyright 2003-2004 Jeff Garzik
8 * as Documentation/driver-api/libata.rst
10 * Hardware documentation available from http://www.t13.org/
34 ATA_MAX_TRIM_RNUM = 64, /* 512-byte payload / (6-byte LBA + 2-byte range per entry) */
46 ATA_ID_DWORD_IO = 48, /* before ATA-8 */
47 ATA_ID_TRUSTED = 48, /* ATA-8 and later */
140 ATA_UDMA_MASK_40C = ATA_UDMA2, /* udma0-2 */
142 /* DMA-related */
[all …]
/openbmc/linux/include/uapi/linux/
H A Dedd.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
9 * This is based on the T13 group document D1572 Revision 0 (August 14 2002)
10 * available at http://www.t13.org/docs2002/d1572r0.pdf. It is
11 * very similar to D1484 Revision 3 http://www.t13.org/docs2002/d1484r3.pdf
14 * table in the boot_params that contains a list of BIOS-enumerated
37 in boot_params - treat this as 1 byte */
54 in boot_params - treat this as 1 byte */
H A Dhdreg.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
17 #define IDE_DRIVE_TASK_INVALID -1
134 /* ATA/ATAPI Commands pre T13 Spec */
137 * 0x01->0x02 Reserved
141 * 0x04->0x07 Reserved
146 * 0x09->0x0F Reserved
151 * 0x10->0x1F Reserved
153 #define WIN_READ 0x20 /* 28-Bit */
154 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
155 #define WIN_READ_LONG 0x22 /* 28-Bit */
[all …]
/openbmc/u-boot/include/linux/
H A Dedd.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * This is based on the T13 group document D1572 Revision 0 (August 14 2002)
10 * available at http://www.t13.org/docs2002/d1572r0.pdf. It is
11 * very similar to D1484 Revision 3 http://www.t13.org/docs2002/d1484r3.pdf
14 * table in the boot_params that contains a list of BIOS-enumerated
27 in boot_params - treat this as 1 byte */
44 in boot_params - treat this as 1 byte */
/openbmc/linux/arch/ia64/lib/
H A Dcopy_page_mck.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * McKinley-optimized version of copy_page().
5 * Copyright (C) 2002 Hewlett-Packard Co
15 * - use regular loads and stores to prefetch data to avoid consuming M-slot just for
16 * lfetches => good for in-cache performance
17 * - avoid l2 bank-conflicts by not storing into the same 16-byte bank within a single
21 * First, note that L1 has a line-size of 64 bytes and L2 a line-size of 128 bytes.
22 * To avoid secondary misses in L2, we prefetch both source and destination with a line-size
28 * We use a software-pipelined loop to control the overall operation. The pipeline
30 * source cache-lines. The second PREFETCH_DIST stages are used for prefetching destination
[all …]
H A Dmemcpy_mck.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Itanium 2-optimized version of memcpy and copy_user function
39 /* r19-r30 are temp for each code section */
58 #define t13 r28 macro
110 // both dest and src are aligned on 8-byte boundary
113 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
124 add cnt=-1,cnt
141 shr.u r29=in2,5 // number of 32-byte iteration
144 add cnt=-1,r29 // ctop iteration adjustment
175 and r21=-8,tmp
[all …]
/openbmc/linux/Documentation/block/
H A Ddata-integrity.rst17 as SATA/T13 (External Path Protection) try to remedy this by adding
48 transferred between the controller and target. The T13 proposal is
54 scatter-gather lists.
60 Also, the 16-bit CRC checksum mandated by both the SCSI and SATA specs
64 lighter-weight checksum to be used when interfacing with the operating
66 The IP checksum received from the OS is converted to the 16-bit CRC
79 bodies (T10, T13), Oracle and its partners are trying to standardize
102 concept of an end-to-end protection scheme is a layering violation.
118 16-bit value. The owner of this tag space is the owner of the block
134 -------
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-feiyang-fy07024di26a30d.c1 // SPDX-License-Identifier: GPL-2.0+
50 struct mipi_dsi_device *dsi = ctx->dsi; in feiyang_prepare()
54 ret = regulator_enable(ctx->dvdd); in feiyang_prepare()
61 ret = regulator_enable(ctx->avdd); in feiyang_prepare()
68 gpiod_set_value(ctx->reset, 0); in feiyang_prepare()
76 gpiod_set_value(ctx->reset, 1); in feiyang_prepare()
85 ret = mipi_dsi_dcs_write_buffer(dsi, cmd->data, in feiyang_prepare()
101 mipi_dsi_dcs_set_display_on(ctx->dsi); in feiyang_enable()
110 return mipi_dsi_dcs_set_display_off(ctx->dsi); in feiyang_disable()
118 ret = mipi_dsi_dcs_set_display_off(ctx->dsi); in feiyang_unprepare()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Ddrivetemp.rst1 .. SPDX-License-Identifier: GPL-2.0
8 ----------
10 ANS T13/1699-D
11 Information technology - AT Attachment 8 - ATA/ATAPI Command Set (ATA8-ACS)
14 Information technology - SCSI Primary Commands - 4 (SPC-4)
17 Information technology - SCSI / ATA Translation - 5 (SAT-5)
21 -----------
34 ----------
47 intervals larger than twice the spin-down time. Otherwise affected drives
52 -------------
[all …]
/openbmc/linux/drivers/firmware/
H A Dedd.c1 // SPDX-License-Identifier: GPL-2.0-only
10 * conformant to T13 Committee www.t13.org
14 * fn41 - Check Extensions Present and
15 * fn48 - Get Device Parameters with EDD extensions
38 #define EDD_DATE "2004-Jun-25"
45 #define left (PAGE_SIZE - (p - buf) - 1)
76 return edev->index < min_t(unsigned char, edd.mbr_signature_nr, EDD_MBR_SIG_MAX); in edd_has_mbr_signature()
82 return edev->index < min_t(unsigned char, edd.edd_info_nr, EDDMAXNR); in edd_has_edd_info()
88 return edev->info; in edd_dev_get_info()
94 edev->index = i; in edd_dev_set_info()
[all …]
/openbmc/linux/block/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
18 - block device files will become unusable
19 - some filesystems (such as ext3) will become unavailable.
72 T10/SCSI Data Integrity Field or the T13/ATA External Path
86 support for ZAC/ZBC/ZNS host-managed and host-aware zoned block
101 See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information.
128 Enable writeback throttling by default for request-based block devices.
197 Build the blk-crypto subsystem. Enabling this lets the
202 bool "Enable crypto API fallback for blk-crypto"
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dsecurity.rst6 ---------------
16 ------------------
28 update <old_keyid> <new_keyid> - enable or update passphrase.
29 disable <keyid> - disable enabled security and remove key.
30 freeze - freeze changing of security states.
31 erase <keyid> - delete existing user encryption key.
32 overwrite <keyid> - wipe the entire nvdimm.
33 master_update <keyid> <new_keyid> - enable or update master passphrase.
34 master_erase <keyid> - delete existing user encryption key.
37 -----------------
[all …]
/openbmc/qemu/hw/ide/
H A Dide-internal.h5 * QEMU IDE Emulation -- internal header file
7 * non-internal declarations are in hw/include/ide-*.h
10 #include "hw/ide/ide-bus.h"
19 * ATA3-7: obsolete. */
45 #define BBD_ERR 0x80 /* pre-EIDE meaning: block marked bad */
59 /* ACS-2 T13/2015-D Table B.2 Command codes */
72 #define WIN_READ 0x20 /* 28-Bit */
73 #define WIN_READ_ONCE 0x21 /* 28-Bit w/o retries, obsolete since ATA5 */
75 #define WIN_READ_EXT 0x24 /* 48-Bit */
76 #define WIN_READDMA_EXT 0x25 /* 48-Bit */
[all …]
/openbmc/linux/include/net/
H A Drose.h1 /* SPDX-License-Identifier: GPL-2.0 */
63 #define ROSE_DEFAULT_T3 180000 /* Default T13 T23 value */
65 #define ROSE_DEFAULT_IDLE 0 /* No Activity Timeout - none */
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-edp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-edp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Douglas Anderson <dianders@chromium.org>
14 to a Embedded DisplayPort AUX bus (see display/dp-aux-bus.yaml) without
17 board, either for second-sourcing purposes or to support multiple SKUs
51 :<T1>:<T2>: :<--T10-->:<T11>:<T12>:
52 : +-----------------------+---------+---------+
53 eDP -----------+ Black video | Src vid | Blk vid +
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst2 dm-zoned
5 The dm-zoned device mapper target exposes a zoned block device (ZBC and
7 pattern constraints. In effect, it implements a drive-managed zoned
10 host-managed zoned block devices and can mitigate the potential
11 device-side performance degradation due to excessive random writes on
12 host-aware zoned block devices.
21 http://www.t13.org/Documents/UploadedDocuments/docs2015/di537r05-Zoned_Device_ATA_Command_Set_ZAC.p…
23 The dm-zoned implementation is simple and minimizes system overhead (CPU
25 host-managed disk with 256 MB zones, dm-zoned memory usage per disk
29 dm-zoned target devices are formatted and checked using the dmzadm
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7 <font-face units-per-em="1200" ascent="960" descent="-240" />
8 <missing-glyph horiz-adv-x="500" />
9 <glyph horiz-adv-x="0" />
10 <glyph horiz-adv-x="400" />
12-1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -
13-14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q…
15-5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100…
16 <glyph unicode="&#x2000;" horiz-adv-x="650" />
[all …]
H A Dfontawesome-webfont.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="fontawesomeregular" horiz-adv-x="1536" >
7 <font-face units-per-em="1792" ascent="1536" descent="-256" />
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
[all …]
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c4 This software is provided 'as-is', without any express or implied
40 2002-04-13 lpd Clarified derivation from RFC 1321; now handles byte order
43 2002-03-11 lpd Corrected argument list for main(), and added int return
45 2002-02-21 lpd Added missing #include <stdio.h> in test program.
46 2000-07-03 lpd Patched to eliminate warnings about "constant is
48 self-checking.
49 1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
50 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5).
51 1999-05-03 lpd Original version.
57 #undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */
[all …]
/openbmc/linux/include/xen/interface/io/
H A Dblkif.h1 /* SPDX-License-Identifier: MIT */
5 * Unified block-device I/O interface for Xen guest OSes.
7 * Copyright (c) 2003-2004, Keir Fraser
17 * Front->back notifications: When enqueuing a new request, sending a
19 * hold-off mechanism provided by the ring macros). Backends must set
22 * Back->front notifications: When enqueuing a new response, sending a
24 * hold-off mechanism provided by the ring macros). Frontends must set
33 * If supported, the backend will write the key "multi-queue-max-queues" to
37 * key "multi-queue-num-queues" with the number they wish to use, which must be
39 * "multi-queue-max-queues".
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot81 # Example of call using pre-defined filter args (defined above).
118 ... case-insensitive
149 [Documentation] Verify existence of prerequisite logging-test.
151 ... BMC Execute Command test -f /tmp/tarball/bin/logging-test print_out=1
152 Should Be Empty ${stderr} msg=Logging Test stderr is non-empty.
211 BMC Execute Command /tmp/tarball/bin/logging-test -c AutoTestSimple
245 BMC Execute Command rm -rf /tmp/tarball
262 # "Created": "2019-05-29T13:19:27+00:00",
349 # [@odata.id]: /redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1
351 …# [AdditionalDataURI]: /redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1/atta…
[all …]
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot105 # "Created": "2019-05-29T13:19:27+00:00",
107 # "Id": "1", <----- Event log ID
166 # "Created": "2023-05-10T10:26:02.186+00:00", <--- Time stamp
215 # "Created": "2023-05-10T10:26:02.186+00:00",
219 # "Modified": "2023-05-10T10:26:02.186+00:00",
324 ${cmd}= Catenate uptime; for i in {1..201}; do /tmp/tarball/bin/logging-test -c
345 …${cmd}= Catenate uptime; for i in {1..${max_num_event_logs}}; do /tmp/tarball/bin/logging-test -c
463 # "Created": "2019-05-31T18:41:33+00:00",
492 ... CEC Hardware - Hostboot-Service Processor Interface
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-boneblue.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
8 #include "am335x-osd335x-common.dtsi"
9 #include <dt-bindings/interrupt-controller/irq.h>
13 compatible = "ti,am335x-bone-blue", "ti,am33xx";
16 stdout-path = &uart0;
20 pinctrl-names = "default";
21 pinctrl-0 = <&user_leds_s0>;
23 compatible = "gpio-leds";
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch6 Upstream-Status: Submitted [https://github.com/requests/toolbelt/pull/356]
7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 ---
9 tests/cassettes/file_for_download.json | 56 ++++-
10 tests/cassettes/http2bin_cookies.json | 133 +++++++++-
11 tests/cassettes/http2bin_fingerprint.json | 65 ++++-
12 tests/cassettes/httpbin_guess_auth_basic.json | 115 ++++++++-
13 .../cassettes/httpbin_guess_auth_digest.json | 124 +++++++++-
14 tests/cassettes/httpbin_guess_auth_none.json | 59 ++++-
15 tests/cassettes/klevas_vu_lt_ssl3.json | 36 ++-
[all …]

12