Home
last modified time | relevance | path

Searched +full:rom +full:- +full:15 +full:h (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dlp855x-backlight.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/lp855x-backlight.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Artur Weber <aweber.kernel@gmail.com>
15 - ti,lp8550
16 - ti,lp8551
17 - ti,lp8552
18 - ti,lp8553
19 - ti,lp8555
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8226-samsung-matisse-common.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include "qcom-msm8226.dtsi"
10 /delete-node/ &adsp_region;
11 /delete-node/ &smem_region;
21 #address-cells = <1>;
22 #size-cells = <1>;
25 stdout-path = "display0";
28 compatible = "simple-framebuffer";
37 gpio-hall-sensor {
[all …]
H A Dqcom-apq8026-samsung-milletwifi.dts1 // SPDX-License-Identifier: BSD-3-Clause
7 /dts-v1/;
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/power/summit,smb347-charger.h>
11 #include "qcom-msm8226.dtsi"
14 /delete-node/ &adsp_region;
15 /delete-node/ &smem_region;
18 model = "Samsung Galaxy Tab 4 8.0 Wi-Fi";
20 chassis-type = "tablet";
29 #address-cells = <1>;
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dconsole2 #------------------------------------------------------------------------------
7 # ines: file(1) magic for Marat's iNES Nintendo Entertainment System ROM dump format
10 # - https://wiki.nesdev.com/w/index.php/INES
11 # - https://wiki.nesdev.com/w/index.php/NES_2.0
14 0 name nes-rom-image-ines
18 >6 byte&0x08 =0x8 [4-Scr]
19 >6 byte&0x09 =0x0 [H-mirror]
20 >6 byte&0x09 =0x1 [V-mirror]
29 >>>13 byte&0x0F =0x2 \b, RP2C04-0001
30 >>>13 byte&0x0F =0x3 \b, RP2C04-0002
[all …]
H A Dintel2 #------------------------------------------------------------------------------
11 # whatever comes next (HP-PA Hummingbird?). OS/2 may also go elsewhere
14 # The `versions' should be un-commented if they work for you.
17 0 leshort 0502 basic-16 executable
19 #>22 leshort >0 - version %d
20 0 leshort 0503 basic-16 executable (TV)
22 #>22 leshort >0 - version %d
29 #>22 leshort >0 - version %d
32 #>22 leshort >0 - version %d
38 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
[all …]
H A Dmodem2 #------------------------------------------------------------------------------
3 # $File: modem,v 1.11 2022/10/19 20:15:16 christos Exp $
7 1 string PC\ Research,\ Inc Digifax-G3-File
18 # 16 0-bits near beginning like True Type fonts *.ttf, Postscript PrinterFontMetric *.pfm, FTYPE.HY…
20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
22 # skip IRCAM file (VAX big-endian) ./audio
33 # skip MouseTrap/Mt.Defaults with file size 16 found on Golden Orchard Apple II CD Rom
35 # skip PICTUREH.SML found on Golden Orchard Apple II CD Rom
37 # skip few (5/41) DEGAS mid-res bitmap (GEMINI01.PI2 GEMINI02.PI2 GEMINI03.PI2 CODE_RAM.PI2 TBX_DEM…
39 >>>>>>>>-0 offset !32034 raw G3 (Group 3) FAX, byte-padded
[all …]
H A Dspectrum2 #------------------------------------------------------------------------------
12 >15 byte 0 - BASIC program
13 >15 byte 1 - number array
14 >15 byte 2 - character array
15 >15 byte 3 - memory block
17 >15 byte 4 - Tasword document
18 >15 string TAPEFILE - ZXT tapefile
20 # Tape file. This assumes the .TAP starts with a Spectrum-format header,
23 # Update: Sanity-check string contents to be printable.
24 # -Adam Buchbinder <adam.buchbinder@gmail.com>
[all …]
H A Dcoff2 #------------------------------------------------------------------------------
12 # https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-file-header-object-and-image
16 0 name display-coff-processor
20 >0 uleshort 0x0160 MIPS R3000 (big-endian)
25 >0 uleshort 0x0184 Alpha 32-bit
37 >0 uleshort 0x01f0 PowerPC 32-bit (little-endian)
38 >0 uleshort 0x01f1 PowerPC 32-bit with FPU (little-endian)
39 >0 uleshort 0x01f2 PowerPC 64-bit (big-endian)
43 >0 uleshort 0x0284 Alpha 64-bit
44 >0 uleshort 0x0290 PA-RISC
[all …]
/freebsd/sys/dev/isci/
H A Disci_oem_parameters.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
33 #include <sys/cdefs.h>
34 #include <dev/isci/isci.h>
35 #include <vm/vm.h>
36 #include <vm/pmap.h>
37 #include <machine/vmparam.h>
38 #include <machine/pc/bios.h>
39 #include <dev/isci/scil/scu_bios_definitions.h>
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_mcu.c1 // SPDX-License-Identifier: ISC
6 #include <linux/kernel.h>
7 #include <linux/firmware.h>
8 #include <linux/delay.h>
10 #include "mt76x2.h"
11 #include "mcu.h"
12 #include "eeprom.h"
25 dev_err(dev->mt76.dev, in mt76pci_load_rom_patch()
26 "Could not get hardware semaphore for ROM PATCH\n"); in mt76pci_load_rom_patch()
27 return -ETIMEDOUT; in mt76pci_load_rom_patch()
[all …]
H A Dusb_mcu.c1 // SPDX-License-Identifier: ISC
6 #include <linux/firmware.h>
8 #include "mt76x2u.h"
9 #include "eeprom.h"
10 #include "../mt76x02_usb.h"
23 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_load_ivb()
30 struct mt76_usb *usb = &dev->mt76.usb; in mt76x2u_mcu_enable_patch()
37 memcpy(usb->data, data, sizeof(data)); in mt76x2u_mcu_enable_patch()
38 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_enable_patch()
40 0x12, 0, usb->data, sizeof(data)); in mt76x2u_mcu_enable_patch()
[all …]
/freebsd/sys/dev/gem/
H A Dif_gem_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * from: NetBSD: if_gem_pci.c,v 1.7 2001/10/18 15:09:15 thorpej Exp
33 #include <sys/cdefs.h>
38 #include <sys/param.h>
39 #include <sys/systm.h>
40 #include <sys/bus.h>
41 #include <sys/kernel.h>
42 #include <sys/lock.h>
43 #include <sys/module.h>
[all …]
/freebsd/sys/dev/ow/
H A Dow.c1 /*-
26 #include <sys/param.h>
27 #include <sys/systm.h>
28 #include <sys/kernel.h>
30 #include <sys/bus.h>
31 #include <sys/errno.h>
32 #include <sys/libkern.h>
33 #include <sys/lock.h>
34 #include <sys/malloc.h>
35 #include <sys/module.h>
[all …]
/freebsd/usr.sbin/bhyve/
H A Dbhyve.899 I/O connectivity can be specified with command-line parameters.
102 is typically used with a boot ROM that can load the guest operating system.
104 If not using a boot ROM, the guest operating system must be loaded with
110 .Pa edk2-bhyve
113 .Pa u-boot-bhyve-arm64
114 package provides a U-Boot image that can be used to boot the guest.
120 .Bl -tag -width 10n
161 Destroy the VM on guest initiated power-off.
196 .It Fl H
200 .It Fl h
[all …]
H A Dpci_emul.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 #include <sys/param.h>
30 #include <sys/linker_set.h>
31 #include <sys/mman.h>
33 #include <ctype.h>
34 #include <err.h>
35 #include <errno.h>
36 #include <pthread.h>
37 #include <stdio.h>
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.c1 // SPDX-License-Identifier: ISC
4 #include <linux/devcoredump.h>
5 #include <linux/kernel.h>
6 #include <linux/types.h>
7 #include <linux/utsname.h>
8 #include "coredump.h"
26 .name = "ROM",
59 .name = "ROM",
91 switch (mt76_chip(&dev->mt76)) { in mt7915_coredump_get_mem_layout()
119 size += mem_region->len; in mt7915_coredump_get_mem_size()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-clearfog-gt-8k.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 #include "armada-8040.dtsi"
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/gpio/gpio.h>
16 compatible = "solidrun,clearfog-gt-
[all...]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h2 * Copyright (c) 2017-2018 Cavium, Inc.
30 * Name: spad_layout.h
41 …* +------------------+ +-------------------------+ +---------------…
43 …* +------------------+ +-------------------------+ +---------------…
44 …* | Offsize(Trace) |4B -+ +-- | Offset(NVM_CFG1) | | Offsize(drv_mb…
45 …* +-| Offsize(NVM_CFG) |4B | | | (Size is fixed) | | Offsize(mfw_mb…
46 …*+-|-| Offsize(Public) |4B | +-> +-------------------------+ | Offsize(global…
48 …*| | +------------------+ <--+ | nvm_cfg1_glob | | Offsize(port) …
49 …*| | | | +-------------------------+ | Offsize(func) …
50 … | Trace | | nvm_cfg1_path 0 | +-------------------+
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtargaddrs.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2016 Qualcomm Atheros, Inc.
10 #include "hw.h"
36 * Pointer to application-defined area, if any.
50 * General-purpose flag bits, similar to SOC_OPTION_* flags.
103 u32 hi_num_bpatch_streams; /* 0x70 -- unused */
124 * 0xa8 - [1]: 0 = UART FC active low, 1 = UART FC active high
137 * preserve host Interest area, or preserve ROM data, literals etc.
143 /* 0xbc - [31:0]: idle timeout in ms */
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Djz4725b.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/ingenic,jz4725b-cgu.h>
3 #include <dt-bindings/clock/ingenic,tcu.h>
6 #address-cells = <1>;
7 #size-cell
367 rom: memory@1fc00000 { global() label
[all...]
H A Djz4770.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/ingenic,jz4770-cgu.h>
3 #include <dt-bindings/clock/ingenic,tcu.h>
6 #address-cells = <1>;
7 #size-cell
462 rom: memory@1fc00000 { global() label
[all...]
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
36 #include <dev/bhnd/bhnd.h>
37 #include <dev/bhnd/nvram/bhnd_nvram.h>
39 #include "bhnd_chipc_if.h"
47 CHIPC_PFLASH_CFI = 1, /**< CFI-compatible parallel flash */
50 CHIPC_QSFLASH_ST = 4, /**< ST quad-SPI flash */
51 CHIPC_QSFLASH_AT = 5, /**< Atmel quad-SPI flash */
60 uint8_t num_uarts; /**< Number of attached UARTS (1-3) */
[all …]
/freebsd/sys/dev/ice/
H A Dice_nvm.c1 /* SPDX-License-Identifier: BSD-3-Clause */
32 #include "ice_common.h"
67 cmd->cmd_flags |= ICE_AQC_NVM_FLASH_ONLY; in ice_aq_read_nvm()
71 cmd->cmd_flags |= ICE_AQC_NVM_LAST_CMD; in ice_aq_read_nvm()
72 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_read_nvm()
73 cmd->offset_low = CPU_TO_LE16(offset & 0xFFFF); in ice_aq_read_nvm()
74 cmd->offset_hig in ice_aq_read_nvm()
[all...]
/freebsd/sys/dev/usb/wlan/
H A Dif_rsureg.h1 /*-
16 * $OpenBSD: if_rsureg.h,v 1.3 2013/04/15 09:23:01 mglocker Exp $
83 #define R92S_PMC_FSM_CUT_S 15
245 * ROM field with RF config.
362 #define R92S_CMD_DISCONNECT 15
438 #define R92S_EVT_CCX_REPORT 15
838 #define RSU_LOCK(sc) mtx_lock(&(sc)->sc_mtx)
839 #define RSU_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)
840 #define RSU_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED)
843 mtx_init(&(_sc)->free_keys_bmap_mtx, "bmap lock", NULL, MTX_DEF)
[all …]
/freebsd/sys/dev/firewire/
H A Dfwohcireg.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
19 * This product includes software developed by K. Kobayashi and H. Shimokawa
196 #define OHCI_CNTL_DMA_RUN (0x1 << 15)
228 fwohcireg_t rom_hdr; /* config ROM ptr. 0x18 */
235 fwohcireg_t dummy0[2]; /* dummy 0x2c-0x30 */
236 fwohcireg_t config_rom; /* config ROM map 0x34 */
240 fwohcireg_t dummy1[3]; /* dummy 0x44-0x4c */
251 fwohcireg_t dummy2[2]; /* dummy 0x58-0x5c */
[all …]

123456