/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 80 Width of a single mtd chip. If omitted, assumed to be equal to 'bank-width'. 93 the MTD users (e.g. JFFS2) any more. 95 linux,mtd-name: 97 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 33 $ref: /schemas/mtd/partitions/partitions.yaml
|
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 | 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 | ti,am654-hbmc.yaml | 4 $id: http://devicetree.org/schemas/mtd/ti,am654-hbmc.yaml# 33 $ref: mtd-physmap.yaml
|
H A D | nand-chip.yaml | 4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml# 13 - $ref: mtd.yaml#
|
H A D | ti,gpmc-onenand.yaml | 4 $id: http://devicetree.org/schemas/mtd/ti,gpmc-onenand.yaml# 39 $ref: /schemas/mtd/partitions/partition.yaml
|
H A D | ti,gpmc-nand.yaml | 4 $id: http://devicetree.org/schemas/mtd/ti,gpmc-nand.yaml# 66 - $ref: mtd.yaml#
|
/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 375 if (KREAD(kd, (u_long)td, &mtd)) { in kvm_proclist() 381 td = TAILQ_NEXT(&mtd, td_plist); in kvm_proclist() 384 if ((proc.p_state != PRS_ZOMBIE) && mtd.td_wmesg) in kvm_proclist() 385 (void)kvm_read(kd, (u_long)mtd.td_wmesg, in kvm_proclist() 397 (mtd.td_blocked != 0)) { in kvm_proclist() 399 if (mtd.td_lockname) in kvm_proclist() 401 (u_long)mtd.td_lockname, in kvm_proclist() 411 SIGSETOR(kp->ki_siglist, mtd.td_siglist); in kvm_proclist() 412 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>;
|
H A D | mediatek,mt76.yaml | 90 mediatek,mtd-eeprom: 94 - description: phandle to MTD partition 97 Phandle to a MTD partition + offset containing EEPROM data 251 mediatek,mtd-eeprom = <&factory 0x8000>;
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx27-phytec-phycore-som.dtsi | 315 linux,mtd-name = "physmap-flash.0"; 322 compatible = "mtd-ram"; 325 linux,mtd-name = "mtd-ram.0";
|
H A D | imx6dl-colibri-eval-v3.dts | 139 compatible = "cypress,cy7c1019dv33-10zsxi", "mtd-ram"; 150 compatible = "cypress,cy7c1019dv33-10zsxi", "mtd-ram";
|
/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 | nvmem-cells.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml# 20 - $ref: /schemas/mtd/partitions/partition.yaml#
|
H A D | fixed-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/fixed-partitions.yaml# 56 description: Partition id in Sercomm partition map. Mtd parser
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3430-sdp.dts | 56 linux,mtd-name = "intel,pf48f6000m0y1be"; 108 linux,mtd-name = "micron,mt29f1g08abb"; 151 linux,mtd-name = "samsung,kfm2g16q2m-deb8";
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama5d3xcm.dtsi | 13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs"; 57 linux,mtd-name = "physmap-flash.0";
|