Home
last modified time | relevance | path

Searched full:mtd (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.yaml4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
17 - $ref: mtd.yaml#
58 - const: mtd-ram
62 - mtd-ram
63 - mtd-rom
90 Width of a single mtd chip. If omitted, assumed to be equal to 'bank-width'.
103 the MTD users (e.g. JFFS2) any more.
105 linux,mtd-name:
107 Allows specifying the mtd name for retro capability with physmap-flash
[all …]
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)
8 "mtd-ram" or "mtd-rom".
9 - reg : Address range(s) of the mtd chip(s)
14 - device-width : (optional) Width of a single mtd chip. If
25 exposed directly to the MTD users (e.g. JFFS2) any more.
26 - linux,mtd-name: allow to specify the mtd name for retro capability with
27 physmap-flash drivers as boot loader pass the mtd partition via the old
94 compatible = "samsung,k6f1616u6a", "mtd-ram";
H A Dmtd.yaml4 $id: http://devicetree.org/schemas/mtd/mtd.yaml#
7 title: MTD (Memory Technology Device)
21 User-defined MTD device name. Can be used to assign user friendly
22 names to MTD devices (instead of the flash model or flash controller
40 $ref: /schemas/mtd/partitions/partition.yaml#/$defs/partition-node
H A Dgpmc-nor.txt13 - compatible: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
24 - linux,mtd-name: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
53 linux,mtd-name= "intel,pf48f6000m0y1be";
H A Dst,spear600-smi.yaml4 $id: http://devicetree.org/schemas/mtd/st,spear600-smi.yaml#
17 (drivers/mtd/devices/spear_smi.c) probes the attached flashes
44 $ref: /schemas/mtd/mtd.yaml#
H A Dnand-chip.yaml4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml#
13 - $ref: mtd.yaml#
H A Datmel,dataflash.yaml4 $id: http://devicetree.org/schemas/mtd/atmel,dataflash.yaml#
40 - $ref: mtd.yaml#
H A Dlpc32xx-mlc.txt22 - Partitions, see Documentation/devicetree/bindings/mtd/mtd.yaml
H A Damlogic,meson-nand.txt4 the MTD NAND bindings.
27 see Documentation/devicetree/bindings/mtd/nand-controller.yaml for generic bindings.
H A Dlpc32xx-slc.txt23 - Partitions, see Documentation/devicetree/bindings/mtd/mtd.yaml
H A Dnand-controller-legacy.yaml4 $id: http://devicetree.org/schemas/mtd/nand-controller-legacy.yaml#
56 $ref: /schemas/mtd/partitions/partition.yaml#/$defs/partition-node
H A Dti,am654-hbmc.yaml4 $id: http://devicetree.org/schemas/mtd/ti,am654-hbmc.yaml#
33 $ref: mtd-physmap.yaml
H A Dnvidia,tegra20-nand.yaml4 $id: http://devicetree.org/schemas/mtd/nvidia,tegra20-nand.yaml#
19 integrates with the Linux MTD NAND subsystem for reliable flash management.
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dphram.yaml7 title: MTD/block device in RAM
10 Specifies that the reserved memory region can be used as an MTD or block
13 The "phram" node is named after the "MTD in PHysical RAM" driver which
21 - $ref: /schemas/mtd/mtd.yaml
28 description: region of memory that can be used as an MTD/block device
/freebsd/lib/libkvm/
H A Dkvm_proc.c121 struct thread mtd; in kvm_proclist() local
384 if (KREAD(kd, (u_long)td, &mtd)) { in kvm_proclist()
390 td = TAILQ_NEXT(&mtd, td_plist); in kvm_proclist()
393 if ((proc.p_state != PRS_ZOMBIE) && mtd.td_wmesg) in kvm_proclist()
394 (void)kvm_read(kd, (u_long)mtd.td_wmesg, in kvm_proclist()
406 (mtd.td_blocked != 0)) { in kvm_proclist()
408 if (mtd.td_lockname) in kvm_proclist()
410 (u_long)mtd.td_lockname, in kvm_proclist()
420 SIGSETOR(kp->ki_siglist, mtd.td_siglist); in kvm_proclist()
421 kp->ki_sigmask = mtd.td_sigmask; in kvm_proclist()
[all …]
/freebsd/sys/kern/
H A Dsubr_msan.c394 msan_td_t *mtd; in kmsan_init_arg() local
401 mtd = curthread->td_kmsan; in kmsan_init_arg()
402 arg = mtd->tls[mtd->ctx].param_shadow; in kmsan_init_arg()
409 msan_td_t *mtd; in kmsan_init_ret() local
416 mtd = curthread->td_kmsan; in kmsan_init_ret()
417 arg = mtd->tls[mtd->ctx].retval_shadow; in kmsan_init_ret()
425 msan_td_t *mtd; in kmsan_check_arg() local
433 mtd = curthread->td_kmsan; in kmsan_check_arg()
434 ctx = mtd->ctx; in kmsan_check_arg()
435 arg = mtd->tls[ctx].param_shadow; in kmsan_check_arg()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Deeprom.c8 #include <linux/mtd/mtd.h>
9 #include <linux/mtd/partitions.h>
41 struct mtd_info *mtd; in mt76_get_of_data_from_mtd()
49 list = of_get_property(np, "mediatek,mtd-eeprom", &size); in mt76_get_of_data_from_mtd()
65 mtd = get_mtd_device_nm(part); in mt76_get_of_data_from_mtd()
66 if (IS_ERR(mtd)) { in mt76_get_of_data_from_mtd()
67 ret = PTR_ERR(mtd); in mt76_get_of_data_from_mtd()
77 ret = mtd_read(mtd, offset, len, &retlen, eep); in mt76_get_of_data_from_mtd()
78 put_mtd_device(mtd); in mt76_get_of_data_from_mtd()
82 dev_err(dev->dev, "reading EEPROM from mtd %s failed: %i\n", in mt76_get_of_data_from_mtd()
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.txt25 - mediatek,mtd-eeprom: Specify a MTD partition + offset containing EEPROM data
46 mediatek,mtd-eeprom = <&factory 0x8000>;
65 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/
H A Dfsl,ifc.yaml78 $ref: /schemas/mtd/partitions/partition.yaml#
91 - $ref: /schemas/mtd/mtd-physmap.yaml#
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx27-phytec-phycore-som.dtsi313 linux,mtd-name = "physmap-flash.0";
320 compatible = "mtd-ram";
323 linux,mtd-name = "mtd-ram.0";
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbinman.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/binman.yaml#
21 - $ref: /schemas/mtd/partitions/partition.yaml#
H A Dlinux,ubi.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/linux,ubi.yaml#
31 $ref: /schemas/mtd/partitions/ubi-volume.yaml#
H A Dpartition.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/partition.yaml#
61 description: List of phandles to MTD partitions that need be concatenated
139 description: Partition id in Sercomm partition map. Mtd parser
H A Dnvmem-cells.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml#
20 - $ref: /schemas/mtd/partitions/partition.yaml#
/freebsd/crypto/openssl/Configurations/
H A D50-win-hybridcrt.conf22 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd",
31 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd",

12345678