| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | mtd-physmap.yaml | 4 $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 D | mtd-physmap.txt | 1 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 D | mtd.yaml | 4 $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 D | gpmc-nor.txt | 13 - 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 D | st,spear600-smi.yaml | 4 $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 D | nand-chip.yaml | 4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml# 13 - $ref: mtd.yaml#
|
| H A D | atmel,dataflash.yaml | 4 $id: http://devicetree.org/schemas/mtd/atmel,dataflash.yaml# 40 - $ref: mtd.yaml#
|
| H A D | lpc32xx-mlc.txt | 22 - Partitions, see Documentation/devicetree/bindings/mtd/mtd.yaml
|
| H A D | amlogic,meson-nand.txt | 4 the MTD NAND bindings. 27 see Documentation/devicetree/bindings/mtd/nand-controller.yaml for generic bindings.
|
| H A D | lpc32xx-slc.txt | 23 - Partitions, see Documentation/devicetree/bindings/mtd/mtd.yaml
|
| H A D | nand-controller-legacy.yaml | 4 $id: http://devicetree.org/schemas/mtd/nand-controller-legacy.yaml# 56 $ref: /schemas/mtd/partitions/partition.yaml#/$defs/partition-node
|
| H A D | ti,am654-hbmc.yaml | 4 $id: http://devicetree.org/schemas/mtd/ti,am654-hbmc.yaml# 33 $ref: mtd-physmap.yaml
|
| H A D | nvidia,tegra20-nand.yaml | 4 $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 D | phram.yaml | 7 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 D | kvm_proc.c | 121 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 D | subr_msan.c | 394 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 D | eeprom.c | 8 #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 D | mediatek,mt76.txt | 25 - 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 D | fsl,ifc.yaml | 78 $ref: /schemas/mtd/partitions/partition.yaml# 91 - $ref: /schemas/mtd/mtd-physmap.yaml#
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx27-phytec-phycore-som.dtsi | 313 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 D | binman.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/binman.yaml# 21 - $ref: /schemas/mtd/partitions/partition.yaml#
|
| H A D | linux,ubi.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/linux,ubi.yaml# 31 $ref: /schemas/mtd/partitions/ubi-volume.yaml#
|
| H A D | partition.yaml | 4 $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 D | nvmem-cells.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml# 20 - $ref: /schemas/mtd/partitions/partition.yaml#
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | 50-win-hybridcrt.conf | 22 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd", 31 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd",
|