Home
last modified time | relevance | path

Searched refs:phram (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/devices/
A Dphram.c84 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()
367 module_param_call(phram, phram_param_call, NULL, NULL, 0200);
393 struct phram_mtd_list *phram = platform_get_drvdata(pdev); in phram_remove() local
395 mtd_device_unregister(&phram->mtd); in phram_remove()
396 phram_unmap(phram); in phram_remove()
[all …]
A DMakefile8 obj-$(CONFIG_MTD_PHRAM) += phram.o
/linux/Documentation/devicetree/bindings/reserved-memory/
A 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/
A DMAINTAINERS18158 F: drivers/mtd/devices/phram.c

Completed in 27 milliseconds