Searched full:phram (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/mtd/devices/ |
H A 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 …]
|
H A D | Makefile | 8 obj-$(CONFIG_MTD_PHRAM) += phram.o
|
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/ |
H A 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";
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | ramfs-common.txt | 1 addramfs=setenv bootargs "${bootargs} phram.phram=rootfs${boot_bank},${rootfsaddr},${rootfssize}"
|
/openbmc/u-boot/include/configs/km/ |
H A D | km-powerpc.h | 36 * ... |ROOTFSSIZE | PNVRAM |PHRAM |RESERVED_PRAM | END_OF_RAM 54 /* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
H A D | keymile-common.h | 130 " phram.phram=phvar,${varaddr}," __stringify(CONFIG_KM_PHRAM)\
|
H A D | kmp204x-common.h | 104 * ... |ROOTFSSIZE | PNVRAM |PHRAM |RESERVED_PRAM | END_OF_RAM 123 /* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
/openbmc/linux/drivers/of/ |
H A D | platform.c | 536 { .compatible = "phram" },
|
/openbmc/linux/ |
H A D | MAINTAINERS | 16881 PHRAM MTD DRIVER 16885 F: drivers/mtd/devices/phram.c
|
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |