Home
last modified time | relevance | path

Searched +full:full +full:- +full:hd (Results 1 – 25 of 175) sorted by relevance

1234567

/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 1999 - 2010 Intel Corporation.
12 #define OPTION_UNSET -1
17 * TxDescriptors - Transmit Descriptor Count
18 * @Valid Range: PCH_GBE_MIN_TXD - PCH_GBE_MAX_TXD
26 * RxDescriptors -Receive Descriptor Count
27 * @Valid Range: PCH_GBE_MIN_RXD - PCH_GBE_MAX_RXD
35 * Speed - User Specified Speed Override
37 * - 0: auto-negotiate at all supported speeds
38 * - 10: only link at 10 Mbps
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 1999 - 2006 Intel Corporation. */
12 #define OPTION_UNSET -1
30 * Valid Range: 80-256 for 82542 and 82543 gigabit ethernet controllers
31 * Valid Range: 80-4096 for 82544 and newer
39 * Valid Range: 80-256 for 82542 and 82543 gigabit ethernet controllers
40 * Valid Range: 80-4096 for 82544 and newer
49 * - 0 - auto-negotiate at all supported speeds
50 * - 10 - only link at 10 Mbps
51 * - 100 - only link at 100 Mbps
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter
43 ANX7625 is an ultra-low power 4K mobile HD transmitter
/openbmc/linux/Documentation/admin-guide/media/
H A Dcx231xx-cardlist.rst1 .. SPDX-License-Identifier: GPL-2.0
8 .. flat-table::
9 :header-rows: 1
11 :stub-columns: 0
13 * - Card number
14 - Card name
15 - USB IDs
16 * - 0
17 - Unknown CX231xx video grabber
18 - 0572:5A3C
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D25634 iotests.FilePath('img0-full') as img0_full_path, \
35 iotests.FilePath('img1-full') as img1_full_path, \
36 iotests.FilePath('img0-incr') as img0_incr_path, \
37 iotests.FilePath('img1-incr') as img1_incr_path, \
43 log(vm.cmd('blockdev-create', job_id='job1',
50 log(vm.cmd('blockdev-add', driver='file',
52 log(vm.cmd('blockdev-create', job_id='job2',
59 log(vm.cmd('blockdev-add', driver=iotests.imgfmt,
63 log('--- Preparing images & VM ---\n')
66 vm.add_device('virtio-scsi,id=scsi0,iothread=iothread0')
[all …]
H A D12747 _require_devices scsi-hd
48 _require_one_device_of virtio-scsi-pci virtio-scsi-ccw
53 TEST_IMG="$TEST_IMG.overlay0" _make_test_img -b "$TEST_IMG" -F $IMGFMT $IMG_SIZE
54 TEST_IMG="$TEST_IMG.overlay1" _make_test_img -b "$TEST_IMG" -F $IMGFMT $IMG_SIZE
59 $QEMU_IO -c 'write 0 42' "$TEST_IMG.overlay0" | _filter_qemu_io
61 # We cannot use virtio-blk here because that does not actually set the attached
64 -object iothread,id=iothr \
65 -blockdev node-name=source,driver=$IMGFMT,file.driver=file,file.filename="$TEST_IMG.overlay0" \
66 -device virtio-scsi,id=scsi-bus,iothread=iothr \
67 -device scsi-hd,bus=scsi-bus.0,drive=source
[all …]
H A D18642 _require_drivers null-co
43 _require_devices virtio-scsi-pci
54 if ! test -t 0; then
60 ) | $QEMU -S -display none -device virtio-scsi-pci -monitor stdio "$@" 2>&1
75 removable="floppy ide-cd scsi-cd"
76 fixed="ide-hd scsi-hd virtio-blk-pci"
83 check_info_block -device $dev
84 check_info_block -device $dev,id=qdev_id
88 echo "=== -blockdev/-device=<node-name> ==="
92 check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null
[all …]
H A D0514 # Test command line configuration of block devices and driver-specific options
57 if ! test -t 0; then
63 ) | $QEMU -nographic -monitor stdio -serial none "$@"
79 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT $size
85 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=,if=none,id=$device_id
86 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=on,if=none,id=$device_id
87 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=1234,if=none,id=$device_id
88 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=foo,if=none,id=$device_id
94 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=
95 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=on
[all …]
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c5 Written/copyright 1994-2001 by Donald Becker.
15 /* Understanding the PNIC_II - everything is this file is based
24 * -----
25 * Bit 24 - SCR
26 * Bit 23 - PCS
27 * Bit 22 - TTM (Trasmit Threshold Mode)
28 * Bit 18 - Port Select
29 * Bit 13 - Start - 1, Stop - 0 Transmissions
30 * Bit 11:10 - Loop Back Operation Mode
31 * Bit 9 - Full Duplex mode (Advertise 10BaseT-FD is CSR14<7> is set)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dadvantech,idk-2121wr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/advantech,idk-2121wr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Advantech IDK-2121WR 21.5" Full-HD dual-LVDS panel
10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
11 - Thierry Reding <thierry.reding@gmail.com>
14 The IDK-2121WR from Advantech is a Full-HD dual-LVDS panel.
15 A dual-LVDS interface is a dual-link connection with even pixels traveling
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* atlx_hw.h -- common hardware definitions for Attansic network drivers
4 * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
5 * Copyright(c) 2006 - 2007 Chris Snook <csnook@redhat.com>
6 * Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn@gmail.com>
10 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
149 /* IRQ Anti-Lost Timer Initial Value Register */
228 /* MAC Half-Duplex Control Register */
246 /* Wake-On-Lan control register */
328 #define MII_SR_100T2_FD_CAPS 0x0400 /* 100T2 Full Duplex Capable */
[all …]
/openbmc/linux/include/drm/
H A Ddrm_modes.h3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
46 * enum drm_mode_status - hardware support status of a mode
129 MODE_STALE = -3,
130 MODE_BAD = -2,
131 MODE_ERROR = -1
134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
142 * DRM_MODE_RES_MM - Calculates the display size from resolution and DPI
149 #define __DRM_MODE_INIT(pix, hd, vd, hd_mm, vd_mm) \ argument
[all …]
/openbmc/linux/sound/hda/
H A Dhdac_controller.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * HD-audio controller helpers
19 for (timeout = 1000; timeout > 0; timeout--) { in azx_clear_corbrp()
25 dev_err(bus->dev, "CORB reset timeout#1, CORBRP = %d\n", in azx_clear_corbrp()
29 for (timeout = 1000; timeout > 0; timeout--) { in azx_clear_corbrp()
35 dev_err(bus->dev, "CORB reset timeout#2, CORBRP = %d\n", in azx_clear_corbrp()
40 * snd_hdac_bus_init_cmd_io - set up CORB/RIRB buffers
41 * @bus: HD-audio core bus
45 WARN_ON_ONCE(!bus->rb.area); in snd_hdac_bus_init_cmd_io()
47 spin_lock_irq(&bus->reg_lock); in snd_hdac_bus_init_cmd_io()
[all …]
/openbmc/qemu/docs/
H A Dqcow2-cache.txt3 Copyright (C) 2015, 2018-2020 Igalia, S.L.
7 later. See the COPYING file in the top-level directory.
10 ------------
18 Please refer to the docs/interop/qcow2.txt file for an in-depth
23 --------
30 The 'qemu-img create' command supports specifying the size using the
33 qemu-img create -f qcow2 -o cluster_size=128K hd.qcow2 4G
37 -------------
38 The qcow2 format uses a two-level structure to map the virtual disk as
57 -------------------
[all …]
/openbmc/qemu/tests/qtest/
H A Dvirtio-ccw-test.c8 * See the COPYING file in the top-level directory.
11 /* Until we have a full libqos implementation of virtio-ccw (which requires
17 #include "libqtest-single.h"
22 global_qtest = qtest_initf("-device virtio-serial-ccw,id=vser0 " in virtconsole_nop()
23 "-device virtconsole,bus=vser0.0"); in virtconsole_nop()
29 global_qtest = qtest_initf("-device virtio-serial-ccw,id=vser0 " in virtserialport_nop()
30 "-device virtserialport,bus=vser0.0"); in virtserialport_nop()
36 global_qtest = qtest_initf("-device virtio-serial-ccw"); in virtio_serial_nop()
42 QTestState *qts = qtest_initf("-device virtio-serial-ccw"); in virtio_serial_hotplug()
44 qtest_qmp_device_add(qts, "virtserialport", "hp-port", "{}"); in virtio_serial_hotplug()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-tls-iothread34 rm -f "$dst_image"
59 if ! (ss --version) >/dev/null 2>&1; then
66 while ss -ltn | grep -sqE ":$port\b"; do
68 if [ $port -eq 65000 ]; then port=50000; fi
85 tls_obj_base=tls-creds-x509,id=tls0,verify-peer=true,dir="${tls_dir}"
91 $QEMU_IMG create -f qcow2 "$DST_IMG" $size | _filter_img_create
97 _launch_qemu -machine q35 \
98 -object iothread,id=iothread0 \
99 -object "${tls_obj_base}"/client1,endpoint=client \
100 -device '{"driver":"pcie-root-port", "id":"root0", "multifunction":true,
[all …]
H A Diothreads-commit-active29 iotests.FilePath('disk0-snap.img') as snap_path, \
30 iotests.FilePath('mirror-src.img') as src_path, \
31 iotests.FilePath('mirror-dst.img') as dst_path, \
35 iotests.qemu_img_create('-f', iotests.imgfmt, img_path, img_size)
36 iotests.qemu_img_create('-f', iotests.imgfmt, '-b', img_path,
37 '-F', iotests.imgfmt, snap_path)
38 iotests.qemu_img_create('-f', iotests.imgfmt, src_path, img_size)
39 iotests.qemu_img_create('-f', iotests.imgfmt, dst_path, img_size)
41 iotests.qemu_io_log('-c', 'write 0 64k', img_path)
42 iotests.qemu_io_log('-c', 'write 1M 64k', snap_path)
[all …]
H A Diothreads-resize44 _require_devices virtio-scsi-pci
53 'arguments': {'node-name': 'img', 'size': 134217728}}
58 qmp | $QEMU -S -display none \
59 -drive if=none,format=$IMGFMT,file="$TEST_IMG",node-name=img \
60 -object iothread,id=t0 \
61 -device virtio-scsi-pci,iothread=t0 \
62 -device scsi-hd,drive=none0 \
63 -qmp stdio \
70 rm -f $seq.full
/openbmc/qemu/docs/system/
H A Dintroduction.rst7 ---------------------------
14 .. list-table:: Supported Accelerators
15 :header-rows: 1
17 * - Accelerator
18 - Host OS
19 - Host Architectures
20 * - KVM
21 - Linux
22 - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x86
23 * - Xen
[all …]
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router
5 /dts-v1/;
8 #include <dt-bindings/input/input.h>
11 model = "D-Link DIR-685 Xtreme N Storage Router";
12 compatible = "dlink,dir-685", "cortina,gemini";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */
24 stdout-path = "uart0:19200n8";
28 compatible = "gpio-keys";
[all …]
/openbmc/u-boot/arch/arm/mach-davinci/
H A Ddp83848.c1 // SPDX-License-Identifier: GPL-2.0+
8 * --------------------------------------------------------
52 /* set DM644x EMAC for Full Duplex */ in dp83848_get_link_speed()
53 emac->MACCONTROL = EMAC_MACCONTROL_MIIEN_ENABLE | in dp83848_get_link_speed()
57 emac->MACCONTROL = EMAC_MACCONTROL_MIIEN_ENABLE; in dp83848_get_link_speed()
95 * MII advertising for Next page, 100BaseTxFD and HD, in dp83848_auto_negotiate()
96 * 10BaseTFD and HD, IEEE 802.3 in dp83848_auto_negotiate()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst1 .. SPDX-License-Identifier: GPL-2.0
9 (C) 1997-1998 Caldera, Inc.
13 (C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com>
41 108d 0012 Olicom OC-2325
42 108d 0013 Olicom OC-2183
43 108d 0014 Olicom OC-2326
82 force full duplex.
90 do "insmod tlan.o speed=100" the driver will do Auto-Neg.
91 To force a 10Mbps Half-Duplex link do "insmod tlan.o speed=10
108 0x04 use full duplex
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
44 Media Accelerator" or "HD Graphics" integrated graphics,
77 Use "<pci-id>[,<pci-id>,...]" to force probe the i915 for listed
97 https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
120 selected to enabled full userptr support.
125 tristate "Enable KVM host support Intel GVT-g graphics virtualization"
136 Choose this option if you want to enable Intel GVT-g graphics
138 With GVT-g, it's possible to have one integrated graphics
143 http://01.org/igvt-g.
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/
H A DKconfig4 bool "Google/Rockchip Veyron-Jerry Chromebook"
7 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
9 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
13 bool "Google/Rockchip Veyron-Mickey Chromebit"
16 Mickey is a small RK3288-based device with one USB 3.0 port, HDMI
23 bool "Google/Rockchip Veyron-Minnie Chromebook"
26 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
28 HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
[all …]
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst4 PowerNV (as Non-Virtualized) is the "bare metal" platform using the
16 -----------------
24 * Simple OCC is an on-chip micro-controller used for power management tasks.
30 ---------------
44 --------
49 GitHub <https://github.com/open-power>`_.
52 `OpenPOWER <https://github.com/open-power/op-build/releases/>`__ site.
58 ---------------------------
60 KVM acceleration in Linux Power hosts is provided by the kvm-hv and
61 kvm-pr modules. kvm-hv is adherent to PAPR and it's not compliant with
[all …]

1234567