Searched +full:use +full:- +full:advanced +full:- +full:sector +full:- +full:protection (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | mtd-physmap.yaml | 1 # 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 …]
|
/linux/block/ |
H A D | t10-pi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * t10_pi.c - Functions for generating and verifying T10 Protection 7 #include <linux/t10-pi.h> 8 #include <linux/blk-integrity.h> 9 #include <linux/crc-t10dif.h> 33 * Type 1 and Type 2 protection use the same format: 16 bit guard tag, 40 u8 offset = bi->pi_offset; in t10_pi_generate() 43 for (i = 0 ; i < iter->data_size ; i += iter->interval) { in t10_pi_generate() 44 struct t10_pi_tuple *pi = iter->prot_buf + offset; in t10_pi_generate() 46 pi->guard_tag = t10_pi_csum(0, iter->data_buf, iter->interval, in t10_pi_generate() [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-mccmon6.dts | 1 // 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/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 1 // SPDX-License-Identifier: GPL-2.0 116 * Use status register to poll for Erase/write completion when DQ is not 118 * CFI Primary Vendor-Specific Extended Query table 1.5 122 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; in cfi_use_status_reg() 125 return extp && extp->MinorVersion >= '5' && in cfi_use_status_reg() 126 (extp->SoftwareFeatures & poll_mask) == CFI_POLL_STATUS_REG; in cfi_use_status_reg() 132 struct cfi_private *cfi = map->fldrv_priv; in cfi_check_err_status() 138 cfi_send_gen_cmd(0x70, cfi->addr_unlock1, chip->start, map, cfi, in cfi_check_err_status() 139 cfi->device_type, NULL); in cfi_check_err_status() 151 map->name, chipstatus); in cfi_check_err_status() [all …]
|
/linux/Documentation/filesystems/ |
H A D | fsverity.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 fs-verity: read-only file-based authenticity protection 12 fs-verity (``fs/verity/``) is a support layer that filesystems can 13 hook into to support transparent integrity and authenticity protection 14 of read-only files. Currently, it is supported by the ext4, f2fs, and 15 btrfs filesystems. Like fscrypt, not too much filesystem-specific 16 code is needed to support fs-verity. 18 fs-verity is similar to `dm-verity 19 <https://www.kernel.org/doc/Documentation/device-mapper/verity.txt>`_ 21 filesystems supporting fs-verity, userspace can execute an ioctl that [all …]
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 13 Advanced Configuration and Power Interface 16 force -- enable ACPI if default was off 17 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 18 off -- disable ACPI if default was on 19 noirq -- do not use ACPI for IRQ routing 20 strict -- Be less tolerant of platforms that are not 22 rsdt -- prefer RSDT over (default) XSDT 23 copy_dsdt -- copy DSDT to memory 24 nospcr -- disable console in ACPI SPCR table as 35 2: use 2nd APIC table, if available [all …]
|