Searched full:phram (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/drivers/mtd/devices/ |
| D | phram.c | 9 * phram=<name>,<start>,<len>[,<erasesize>] 16 * phram=swap,64Mi,128Mi phram=test,900Mi,1Mi,64Ki 84 static int phram_map(struct phram_mtd_list *phram, phys_addr_t start, size_t len) in phram_map() argument 88 if (phram->cached) in phram_map() 95 phram->mtd.priv = addr; in phram_map() 100 static void phram_unmap(struct phram_mtd_list *phram) in phram_unmap() argument 102 void *addr = phram->mtd.priv; in phram_unmap() 104 if (phram->cached) { in phram_unmap() 250 * - phram=<device>,<address>,<size>[,<erasesize>] for module case 251 * - phram.phram=<device>,<address>,<size>[,<erasesize>] for built-in case [all …]
|
| D | Makefile | 8 obj-$(CONFIG_MTD_PHRAM) += phram.o
|
| /kernel/linux/linux-5.10/drivers/mtd/devices/ |
| D | phram.c | 9 * phram=<name>,<start>,<len> 16 * phram=swap,64Mi,128Mi phram=test,900Mi,1Mi 207 * - phram=<device>,<address>,<size> for module case 208 * - phram.phram=<device>,<address>,<size> for built-in case 211 * Example: phram.phram=rootfs,0xa0000000,512Mi 275 * /sys/module/phram/parameters/phram in phram_param_call() 300 module_param_call(phram, phram_param_call, NULL, NULL, 0200); 301 MODULE_PARM_DESC(phram, "Memory region to map. \"phram=<name>,<start>,<length>\"");
|
| D | Makefile | 8 obj-$(CONFIG_MTD_PHRAM) += phram.o
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | phram.yaml | 4 $id: http://devicetree.org/schemas/reserved-memory/phram.yaml# 13 The "phram" node is named after the "MTD in PHysical RAM" driver which 25 const: phram 42 phram: flash@12340000 { 43 compatible = "phram";
|
| /kernel/linux/linux-6.6/drivers/of/ |
| D | platform.c | 536 { .compatible = "phram" },
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 13764 PHRAM MTD DRIVER 13768 F: drivers/mtd/devices/phram.c
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 16836 PHRAM MTD DRIVER 16840 F: drivers/mtd/devices/phram.c
|