Home
last modified time | relevance | path

Searched +full:rom +full:- +full:addr (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974pro-sony-xperia-shinano-castor.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974pro-sony-xperia-shinano-common.dtsi"
6 compatible = "sony,xperia-castor", "qcom,msm8974pro", "qcom,msm8974";
7 chassis-type = "tablet";
9 vreg_bl_vddio: lcd-backlight-vddio {
10 compatible = "regulator-fixed";
11 regulator-name = "vreg_bl_vddio";
12 regulator-min-microvolt = <3150000>;
13 regulator-max-microvolt = <3150000>;
16 enable-active-high;
[all …]
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/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 …]
H A Dlp855x.txt4 - compatible: "ti,lp8550", "ti,lp8551", "ti,lp8552", "ti,lp8553",
6 - reg: I2C slave address (u8)
7 - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device.
10 - bl-name: Backlight device name (string)
11 - init-brt: Initial value of backlight brightness (u8)
12 - pwm-period: PWM period value. Set only PWM input mode used (u32)
13 - rom-addr: Register address of ROM area to be updated (u8)
14 - rom-val: Register value to be updated (u8)
15 - power-supply: Regulator which controls the 3V rail
16 - enable-supply: Regulator which controls the EN/VDDIO input
[all …]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_efuse.c3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
87 if (sc->next_rom_addr >= sc->efuse_maxlen) in rtwn_efuse_read_next()
91 reg = RW(reg, R92C_EFUSE_CTRL_ADDR, sc->next_rom_addr); in rtwn_efuse_read_next()
105 device_printf(sc->sc_dev, in rtwn_efuse_read_next()
107 sc->next_rom_addr); in rtwn_efuse_read_next()
112 sc->next_rom_addr++; in rtwn_efuse_read_next()
118 rtwn_efuse_read_data(struct rtwn_softc *sc, uint8_t *rom, uint8_t off, in rtwn_efuse_read_data() argument
122 int addr, i, error; in rtwn_efuse_read_data() local
128 addr = off * 8 + i * 2; in rtwn_efuse_read_data()
[all …]
/freebsd/sys/contrib/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 …]
H A Datmel-nand.txt4 Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt).
11 - compatible: should be one of the following
12 "atmel,at91rm9200-nand-controller"
13 "atmel,at91sam9260-nand-controller"
14 "atmel,at91sam9261-nand-controller"
15 "atmel,at91sam9g45-nand-controller"
16 "atmel,sama5d3-nand-controller"
17 "microchip,sam9x60-nand-controller"
18 - ranges: empty ranges property to forward EBI ranges definitions.
19 - #address-cells: should be set to 2.
[all …]
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 …]
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
214 * emul is a string describing the type of PCI device e.g. virtio-net
218 * 1,virtio-net,tap0
229 * Helper function to parse a list of comma-separated options where
279 error = -1; in pci_parse_slot()
303 snum = -1; in pci_parse_slot()
330 if (pde->pe_alias != NULL) in pci_parse_slot()
331 set_config_value_node(nvl, "device", pde->pe_alias); in pci_parse_slot()
333 set_config_value_node(nvl, "device", pde->pe_emu); in pci_parse_slot()
[all …]
H A Dbootrom.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 * ROM region is 16 MB at the top of 4GB ("low") memory.
61 * It is allocated in page-multiple blocks on a first-come first-serve basis,
64 static char *romptr; /* Pointer to userspace-mapped bootrom region. */
86 bootrom_var_mem_handler(struct vcpu *vcpu __unused, int dir, uint64_t addr, in bootrom_var_mem_handler() argument
91 offset = addr - var.gpa; in bootrom_var_mem_handler()
128 gpa_base = highmem - BOOTROM_SIZE; in init_bootrom()
130 gpa_alloctop = highmem - 1; in init_bootrom()
154 warnx("ROM size %zu is invalid", len); in bootrom_alloc()
[all …]
H A Dpci_passthru.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
78 static int pcifd = -1;
92 /* ROM is handled like a BAR */
142 return (-1); in pcifd_open()
157 if (caph_rights_limit(pcifd, &pcifd_rights) == -1) in pcifd_init()
162 if (caph_ioctls_limit(pcifd, pcifd_ioctls, nitems(pcifd_ioctls)) == -1) in pcifd_init()
256 capoff = 256 - roundup(sizeof(msicap), 4); in passthru_add_msicap()
275 pi = sc->psc_pi; in cfginitmsi()
276 sel = sc->psc_sel; in cfginitmsi()
[all …]
/freebsd/sys/compat/x86bios/
H A Dx86bios.c1 /*-
3 * Copyright (c) 2009-2010 Jung-uk Kim <jkim@FreeBSD.org>
62 (n), (r)->R_AX, (r)->R_BX, (r)->R_CX, (r)->R_DX, \
63 (r)->R_ES, (r)->R_DI); \
89 vmf->vmf_d in x86bios_emu2vmf()
139 x86bios_free(void * addr,size_t size) x86bios_free() argument
232 vm_offset_t addr; x86bios_offset() local
298 x86bios_set_fault(struct x86emu * emu,uint32_t addr) x86bios_set_fault() argument
311 vm_offset_t addr; x86bios_get_pages() local
336 x86bios_emu_rdb(struct x86emu * emu,uint32_t addr) x86bios_emu_rdb() argument
348 x86bios_emu_rdw(struct x86emu * emu,uint32_t addr) x86bios_emu_rdw() argument
365 x86bios_emu_rdl(struct x86emu * emu,uint32_t addr) x86bios_emu_rdl() argument
382 x86bios_emu_wrb(struct x86emu * emu,uint32_t addr,uint8_t val) x86bios_emu_wrb() argument
394 x86bios_emu_wrw(struct x86emu * emu,uint32_t addr,uint16_t val) x86bios_emu_wrw() argument
411 x86bios_emu_wrl(struct x86emu * emu,uint32_t addr,uint32_t val) x86bios_emu_wrl() argument
553 x86bios_free(void * addr,size_t size) x86bios_free() argument
[all...]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h2 * Copyright (c) 2017-2018 Cavium, Inc.
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 | +-------------------+
51 …*| +>+------------------+ | nvm_cfg1_path 1 | | drv_mb PF0/2…
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4212-tab3.dtsi1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include "exynos4412-ppmu-common.dtsi"
12 #include "exynos-mfc-reserved-memory.dtsi"
13 #include <dt-bindings/clock/samsung,s2mps11.h>
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-bindings/leds/common.h>
16 #include <dt-bindings/input/gpio-keys.h>
17 #include <dt-bindings/input/input.h>
18 #include <dt-bindings/interrupt-controller/irq.h>
[all …]
/freebsd/sys/dev/qlxgbe/
H A Dql_minidump.h2 * Copyright (c) 2013-2016 Qlogic Corporation
84 * ROM Read Address
191 uint32_t addr ; member
287 * Read ROM Entry Header
393 uint32_t addr ; member
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c3 /*-
22 * o tx a-mpdu
24 * o power-save operation
78 device_printf((_sc)->sc_dev, __VA_ARGS__); \
290 /* XXX hard-coded */
351 if (uaa->usb_mode != USB_MODE_HOST || in rsu_match()
352 uaa->info.bIfaceIndex != 0 || in rsu_match()
353 uaa->info.bConfigIndex != 0) in rsu_match()
373 * notification from net80211 that it'd like to do A-MPDU on the given TID.
378 struct rsu_softc *sc = ni->ni_ic->ic_softc; in rsu_ampdu_enable()
[all …]
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
83 "%s [-u bus_num] [-prt] [-c node] [-d node] [-o node] [-s node]\n" in usage()
84 "\t [-l file] [-g gap_count] [-f force_root ] [-b pri_req]\n" in usage()
85 "\t [-M mode] [-R filename] [-S filename] [-m EUI64 | hostname]\n" in usage()
86 "\t-u: specify bus number\n" in usage()
87 "\t-p: Display current PHY register settings\n" in usage()
88 "\t-r: bus reset\n" in usage()
89 "\t-t: read topology map\n" in usage()
90 "\t-c: read configuration ROM\n" in usage()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
8 #include "iwl-drv.h"
12 #include "iwl-io.h"
13 #include "iwl-prph.h"
14 #include "iwl-csr.h"
27 * read with u32-sized accesses, any members with a different size
38 u32 data1; /* error-specific data */
[all …]
/freebsd/stand/i386/libi386/
H A Dmultiboot.h1 /* multiboot.h - Multiboot header file. */
64 /* is the command-line defined? */
102 /* Must be MULTIBOOT_MAGIC - see above. */
130 multiboot_uint32_t addr; member
140 multiboot_uint32_t addr; member
160 /* Boot-Module list */
178 /* ROM configuration table */
200 multiboot_uint64_t addr; member
210 /* the memory used goes from bytes 'mod_start' to 'mod_end-1' inclusive */
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-smaug.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/mfd/max77620.h>
6 #include <dt-bindings/pinctrl/pinctrl-tegra.h>
12 compatible = "google,smaug-rev8", "google,smaug-rev7",
13 "google,smaug-rev6", "google,smaug-rev5",
14 "google,smaug-rev4", "google,smaug-rev3",
15 "google,smaug-rev2", "google,smaug-rev1",
25 stdout-path = "serial0:115200n8";
[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.
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 */
150 /* If non-zero, override values sent to Host in WMI_READY event. */
[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
110 uint32_t addr; member
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 */
237 fwohcireg_t post_wr_lo; /* post write addr lo 0x38 */
238 fwohcireg_t post_wr_hi; /* post write addr hi 0x3c */
240 fwohcireg_t dummy1[3]; /* dummy 0x44-0x4c */
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c1 // SPDX-License-Identifier: ISC
24 dev_err(mdev->dev, "MCU message %02x (seq %d) timed out\n", in mt7603_mcu_parse_response()
26 dev->mcu_hang = MT7603_WATCHDOG_TIMEOUT; in mt7603_mcu_parse_response()
27 return -ETIMEDOUT; in mt7603_mcu_parse_response()
30 rxd = (struct mt7603_mcu_rxd *)skb->data; in mt7603_mcu_parse_response()
31 if (seq != rxd->seq) in mt7603_mcu_parse_response()
32 return -EAGAIN; in mt7603_mcu_parse_response()
42 int hdrlen = dev->mcu_running ? sizeof(struct mt7603_mcu_txd) : 12; in mt7603_mcu_skb_send_msg()
46 mdev->mcu.timeout = 3 * HZ; in mt7603_mcu_skb_send_msg()
48 seq = ++mdev->mcu.msg_seq & 0xf; in mt7603_mcu_skb_send_msg()
[all …]
/freebsd/sys/dev/le/
H A Dlancereg.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
34 /*-
70 * - Am7990 Local Area Network Controller for Ethernet (LANCE)
71 * (and its descendent Am79c90 C-LANCE).
73 * - Am79c900 Integrated Local Area Communications Controller (ILACC)
75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA
77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller
80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip
83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller
[all …]

12345