Home
last modified time | relevance | path

Searched full:phram (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/drivers/mtd/devices/
Dphram.c9 * phram=<name>,<start>,<len>[,<erasesize>]
16 * phram=swap,64Mi,128Mi phram=test,900Mi,1Mi,64Ki
85 static int phram_map(struct phram_mtd_list *phram, phys_addr_t start, size_t len) in phram_map() argument
89 if (phram->cached) in phram_map()
96 phram->mtd.priv = addr; in phram_map()
101 static void phram_unmap(struct phram_mtd_list *phram) in phram_unmap() argument
103 void *addr = phram->mtd.priv; in phram_unmap()
105 if (phram->cached) { in phram_unmap()
251 * - phram=<device>,<address>,<size>[,<erasesize>] for module case
252 * - phram.phram=<device>,<address>,<size>[,<erasesize>] for built-in case
[all …]
DMakefile8 obj-$(CONFIG_MTD_PHRAM) += phram.o
/linux-6.14.4/Documentation/devicetree/bindings/reserved-memory/
Dphram.yaml4 $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";
/linux-6.14.4/drivers/of/
Dplatform.c492 { .compatible = "phram" },
/linux-6.14.4/
DMAINTAINERS18615 PHRAM MTD DRIVER
18619 F: drivers/mtd/devices/phram.c