Home
last modified time | relevance | path

Searched +full:use +full:- +full:advanced +full:- +full:sector +full:- +full:protection (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/mtd/
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>
19 - items:
20 - enum:
21 - amd,s29gl01gp
22 - amd,s29gl032a
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dimx6q-mccmon6.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright 2016-2017
7 /dts-v1/;
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/pwm/pwm.h>
24 compatible = "pwm-backlight";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_backlight>;
28 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
54 default-brightness-level = <50>;
[all …]
/Linux-v6.1/drivers/mtd/chips/
Dcfi_cmdset_0002.c118 * Use status register to poll for Erase/write completion when DQ is not
120 * CFI Primary Vendor-Specific Extended Query table 1.5
124 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; in cfi_use_status_reg()
127 return extp && extp->MinorVersion >= '5' && in cfi_use_status_reg()
128 (extp->SoftwareFeatures & poll_mask) == CFI_POLL_STATUS_REG; in cfi_use_status_reg()
134 struct cfi_private *cfi = map->fldrv_priv; in cfi_check_err_status()
140 cfi_send_gen_cmd(0x70, cfi->addr_unlock1, chip->start, map, cfi, in cfi_check_err_status()
141 cfi->device_type, NULL); in cfi_check_err_status()
153 map->name, chipstatus); in cfi_check_err_status()
156 map->name, chipstatus); in cfi_check_err_status()
[all …]
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt2 Advanced Configuration and Power Interface
5 force -- enable ACPI if default was off
6 on -- enable ACPI but allow fallback to DT [arm64]
7 off -- disable ACPI if default was on
8 noirq -- do not use ACPI for IRQ routing
9 strict -- Be less tolerant of platforms that are not
11 rsdt -- prefer RSDT over (default) XSDT
12 copy_dsdt -- copy DSDT to memory
20 2: use 2nd APIC table, if available
21 1,0: use 1st APIC table
[all …]
/Linux-v6.1/drivers/scsi/
Dipr.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * ipr.c -- driver for IBM Power Linux RAID adapters
17 * IBM pSeries: PCI-X Dual Channel Ultra 320 SCSI RAID Adapter
18 * PCI-X Dual Channel Ultra 320 SCSI Adapter
19 * PCI-X Dual Channel Ultra 320 SCSI RAID Enablement Card
23 * - Ultra 320 SCSI controller
24 * - PCI-X host interface
25 * - Embedded PowerPC RISC Processor and Hardware XOR DMA Engine
26 * - Non-Volatile Write Cache
27 * - Supports attachment of non-RAID disks, tape, and optical devices
[all …]