Home
last modified time | relevance | path

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

12345678910>>...16

/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/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 Dmsx2 #------------------------------------------------------------------------------
6 # Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
26 >>0xF byte&0x02 0 \b, soundchips: AY-3-8910, SCC(+)
36 >>0xF byte&0x02 0 \b, soundchips: AY-3-8910, SCC(+)
49 # Music Player K-kaz
50 0 string/b MPK MSX Music Player K-kaz song
58 #>0 search/0xFFFF \r\n#FORMAT MSX Music Player K-kaz source MML file
76 #>>-2 uleshort 0x6a71 ; The file must end with this value. How to code this here?
94 >>>3 uleshort 0xD3FF MSX screen 7-12 raw image
140 >>>>>>>>>>>>>>>0x002D ubyte 3 \b, version=MSX Turbo-R
[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
129 if (addr + 1 >= sc->efuse_maplen) in rtwn_efuse_read_data()
135 RTWN_DPRINTF(sc, RTWN_DEBUG_ROM, "rom[0x%03X] == 0x%02X\n", in rtwn_efuse_read_data()
[all …]
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rom.c3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
59 struct r92c_softc *rs = sc->sc_priv; in r92c_set_chains()
61 if (rs->chip & R92C_CHIP_92C) { in r92c_set_chains()
62 sc->ntxchains = (rs->chip & R92C_CHIP_92C_1T2R) ? 1 : 2; in r92c_set_chains()
63 sc->nrxchains = 2; in r92c_set_chains()
65 sc->ntxchains = 1; in r92c_set_chains()
66 sc->nrxchains = 1; in r92c_set_chains()
73 struct r92c_softc *rs = sc->sc_priv; in r92c_efuse_postread()
76 sc->next_rom_addr = 0x1fa; in r92c_efuse_postread()
[all …]
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rom.c1 /*-
63 struct r12a_softc *rs = sc->sc_priv; in r12a_parse_rom_common()
64 struct r12a_rom *rom = (struct r12a_rom *)buf; in r12a_parse_rom_common() local
67 sc->thermal_meter = rom->thermal_meter; in r12a_parse_rom_common()
68 rs->crystalcap = RTWN_GET_ROM_VAR(rom->crystalcap, in r12a_parse_rom_common()
70 rs->tx_bbswing_2g = RTWN_GET_ROM_VAR(rom->tx_bbswing_2g, 0); in r12a_parse_rom_common()
71 rs->tx_bbswing_5g = RTWN_GET_ROM_VAR(rom->tx_bbswing_5g, 0); in r12a_parse_rom_common()
73 for (i = 0; i < sc->ntxchains; i++) { in r12a_parse_rom_common()
74 struct r12a_tx_pwr_2g *pwr_2g = &rom->tx_pwr[i].pwr_2g; in r12a_parse_rom_common()
75 struct r12a_tx_pwr_5g *pwr_5g = &rom->tx_pwr[i].pwr_5g; in r12a_parse_rom_common()
[all …]
/freebsd/share/man/man4/
H A Dcd.431 .Nd SCSI CD-ROM driver
39 .Tn CD-ROM
40 (Compact Disc-Read Only Memory) drive.
44 .Tn CD-ROM .
48 .Tn CD-ROM
83 .Tn CD-ROM
87 .Tn CD-ROM
95 .Tn CD-ROM
101 .Bl -tag -width CDIOCREADSUBCHANNEL
106 .Bd -literal -offset indent
[all …]
H A Dorm.430 .Nd ISA I/O space option ROM(s) driver
38 top of an option ROM.
42 .An Nikolai Saoukh Aq Mt nms@otdel-1.org .
45 other drivers cannot attach to the option ROM address range.
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rom.c3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
59 struct r92c_softc *rs = sc->sc_priv; in r88e_parse_rom()
60 struct rtwn_r88e_txpwr *rt = rs->rs_txpwr; in r88e_parse_rom()
61 struct r88e_rom *rom = (struct r88e_rom *)buf; in r88e_parse_rom() local
64 rt->bw20_tx_pwr_diff = RTWN_SIGN4TO8(MS(rom->tx_pwr_diff, HIGH_PART)); in r88e_parse_rom()
65 rt->ofdm_tx_pwr_diff = RTWN_SIGN4TO8(MS(rom->tx_pwr_diff, LOW_PART)); in r88e_parse_rom()
66 for (i = 0; i < nitems(rom->cck_tx_pwr); i++) in r88e_parse_rom()
67 rt->cck_tx_pwr[i] = rom->cck_tx_pwr[i]; in r88e_parse_rom()
68 for (i = 0; i < nitems(rom->ht40_tx_pwr); i++) in r88e_parse_rom()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dti,omap-rom-rng.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/rng/ti,omap-rom-rng.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: OMAP ROM Random Number Generator
10 - Pali Rohár <pali@kernel.org>
11 - Tony Lindgren <tony@atomide.com>
14 Secure SoCs may provide RNG via secure ROM calls like Nokia N900 does.
15 The implementation can depend on the SoC secure ROM used.
19 const: nokia,n900-rom-rng
[all …]
H A Domap3_rom_rng.txt1 OMAP ROM RNG driver binding
3 Secure SoCs may provide RNG via secure ROM calls like Nokia N900 does. The
4 implementation can depend on the SoC secure ROM used.
6 - compatible:
9 Definition: must be "nokia,n900-rom-rng"
11 - clocks:
13 Value type: <prop-encoded-array>
16 - clock-names:
24 compatible = "nokia,n900-rom-rng";
26 clock-names = "ick";
/freebsd/tools/tools/pciroms/
H A Dpciroms.c48 #define PCI_CFG_ROM_BAR 0x30 /* rom base register */
69 * This is the hole between the APIC and the BIOS (FED00000-FEDFFFFF);
97 err = -1; in main()
98 pci_fd = -1; in main()
104 while ((ch = getopt(argc, argv, "sb:h")) != -1) in main()
116 argc -= optind; in main()
127 /* XXX: TODO: deal with 64-bit PCI. */ in main()
135 if ((pci_fd = open(_PATH_DEVPCI, O_RDWR)) == -1) { in main()
145 if (pci_fd != -1) in main()
155 fprintf(stderr, "usage: %s [-s] [-b <base-address>]\r\n", progname); in usage()
[all …]
/freebsd/stand/efi/include/
H A Defi_nii.h5 Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
20 2000-Feb-18 M(f)J GUID updated.
24 2000-Feb-14 M(f)J Genesis.
25 --*/
51 // Address of the UNrelocated driver/ROM image. This is set
52 // to zero if there is no driver/ROM image.
54 // For 16-bit UNDI, this is the first byte of the option ROM in
57 // For 32/64-bit S/W UNDI, this is the first byte of the EFI ROM
63 // Size of the UNrelocated driver/ROM image of this network interface.
64 // This is set to zero if there is no driver/ROM image.
/freebsd/sys/dev/rtwn/rtl8821a/
H A Dr21a_rom.c1 /*-
63 struct r12a_softc *rs = sc->sc_priv; in r21a_parse_rom()
64 struct r12a_rom *rom = (struct r12a_rom *)buf; in r21a_parse_rom() local
68 pa_type = RTWN_GET_ROM_VAR(rom->pa_type, 0); in r21a_parse_rom()
69 lna_type_2g = RTWN_GET_ROM_VAR(rom->lna_type_2g, 0); in r21a_parse_rom()
70 lna_type_5g = RTWN_GET_ROM_VAR(rom->lna_type_5g, 0); in r21a_parse_rom()
72 rs->ext_pa_2g = R21A_ROM_IS_PA_EXT_2GHZ(pa_type); in r21a_parse_rom()
73 rs->ext_pa_5g = R21A_ROM_IS_PA_EXT_5GHZ(pa_type); in r21a_parse_rom()
74 rs->ext_lna_2g = R21A_ROM_IS_LNA_EXT(lna_type_2g); in r21a_parse_rom()
75 rs->ext_lna_5g = R21A_ROM_IS_LNA_EXT(lna_type_5g); in r21a_parse_rom()
[all …]
/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_rom.c1 /*-
63 struct r92e_softc *rs = sc->sc_priv; in r92e_parse_rom()
64 struct r92e_rom *rom = (struct r92e_rom *)buf; in r92e_parse_rom() local
68 sc->thermal_meter = rom->thermal_meter; in r92e_parse_rom()
69 rs->crystalcap = RTWN_GET_ROM_VAR(rom->crystalcap, in r92e_parse_rom()
72 for (i = 0; i < sc->ntxchains; i++) { in r92e_parse_rom()
73 struct r92e_tx_pwr_2g *pwr_2g = &rom->tx_pwr[i].pwr_2g; in r92e_parse_rom()
75 &rom->tx_pwr[i].pwr_diff_2g; in r92e_parse_rom()
77 for (j = 0; j < R92E_GROUP_2G - 1; j++) { in r92e_parse_rom()
78 rs->cck_tx_pwr[i][j] = in r92e_parse_rom()
[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.
100 * 512-byte block in the OROM region in isci_get_oem_parameters()
103 uint32_t *rom; in isci_get_oem_parameters() local
106 uint16_t vendor_id = isci->pci_common_header.vendor_id; in isci_get_oem_parameters()
107 uint16_t device_id = isci->pci_common_header.device_id; in isci_get_oem_parameters()
109 rom = (uint32_t *)(orom_start + offset); in isci_get_oem_parameters()
110 rom_header = (struct rom_header *)rom; in isci_get_oem_parameters()
112 ((uint8_t*)rom + rom_header->pcir_pointer); in isci_get_oem_parameters()
[all …]
/freebsd/share/man/man9/
H A Down.939 .Nd Dallas Semiconductor 1-Wire Network and Transport Interface
66 interface defines three sets of functions for interacting with 1-Wire
79 The 1-Wire bus defines different layers of access to the devices on
92 .Bl -tag -width ".Va xxxx"
97 .Bl -tag -width indent
114 Number of ROM command bytes to send.
116 Number of bytes to read after sending the ROM command.
118 Buffer for bytes read after the ROM command.
139 acquires the 1-Wire bus, waiting if necessary,
149 argument describes the transaction to send to the 1-Wire bus.
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_mcu.c1 // SPDX-License-Identifier: ISC
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()
39 dev_info(dev->mt76.dev, "ROM patch already applied\n"); in mt76pci_load_rom_patch()
43 ret = request_firmware(&fw, MT7662_ROM_PATCH, dev->mt76.dev); in mt76pci_load_rom_patch()
47 if (!fw || !fw->data || fw->size <= sizeof(*hdr)) { in mt76pci_load_rom_patch()
48 ret = -EIO; in mt76pci_load_rom_patch()
49 dev_err(dev->mt76.dev, "Failed to load firmware\n"); in mt76pci_load_rom_patch()
53 hdr = (struct mt76x02_patch_header *)fw->data; in mt76pci_load_rom_patch()
[all …]
/freebsd/sys/x86/isa/
H A Dorm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * by option rom(s)
102 sc->rnum = 0; in orm_identify()
103 while (sc->rnum < MAX_ROMS && chunk < IOMEM_END) { in orm_identify()
104 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk, in orm_identify()
106 rid = sc->rnu in orm_identify()
[all...]
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.837 .Nd mount an ISO-9660 file system
52 utility attaches the ISO-9660 file system residing on the device
61 .Bl -tag -width indent
116 .Bl -tag -width "brokenjoliet" -compact
138 Normally, if the underlying device is a CD-ROM drive,
140 will try to figure out the last track from the CD-ROM containing
142 If the device is not a CD-ROM,
148 is measured in CD-ROM blocks, with 2048 bytes each.
155 It is possible to mount an arbitrary session of a multi-session CD by specifying
167 The following command can be used to mount a Kodak Photo-CD:
[all …]

12345678910>>...16