Searched refs:physmap (Results 1 – 23 of 23) sorted by relevance
20 obj-$(CONFIG_MTD_PHYSMAP) += physmap.o21 physmap-y := physmap-core.o22 physmap-$(CONFIG_MTD_PHYSMAP_BT1_ROM) += physmap-bt1-rom.o23 physmap-$(CONFIG_MTD_PHYSMAP_VERSATILE) += physmap-versatile.o24 physmap-$(CONFIG_MTD_PHYSMAP_GEMINI) += physmap-gemini.o25 physmap-$(CONFIG_MTD_PHYSMAP_IXP4XX) += physmap-ixp4xx.o
24 module will be called physmap.32 physmap configuration options are done via your board's86 This provides some extra DT physmap parsing for the Baikal-T195 This provides some extra DT physmap parsing for the ARM Versatile106 This provides some extra DT physmap parsing for the Gemini118 This provides some extra DT physmap parsing for the Intel IXP4xx127 Extend the physmap driver to allow flashes to be partially375 creates MTD physmap and MTD SRAM platform devices. If you
24 const u32 *physmap = data->function_row_physmap; in vivaldi_function_row_physmap_show() local31 "%s%02X", size ? " " : "", physmap[i]); in vivaldi_function_row_physmap_show()
10 function-row-physmap = <
26 function-row-physmap = <
33 function-row-physmap = <
15 function-row-physmap = <
135 function-row-physmap = <
32 function-row-physmap = <
50 function-row-physmap = <
45 function-row-physmap = <
111 function-row-physmap = <
28 CONFIG_CMDLINE="console=ttySC1,115200 root=/dev/mtdblock2 rootfstype=jffs2 mem=63M mtdparts=physmap…
100 linux,mtd-name = "physmap-flash.0";
57 linux,mtd-name = "physmap-flash.0";
48 the 'physmap' map driver or a resulting MTD partition.
164 linux,mtd-name = "physmap-flash.0";
99 linux,mtd-name = "physmap-flash.0";
315 linux,mtd-name = "physmap-flash.0";
72 MTD drivers are cfi_cmdset_0001 (Intel/Sharp CFI flash) or physmap
119 'physmap' map driver (CONFIG_MTD_PHYSMAP) does this, for example.
316 Support for auto-translated physmap guests.
2086 F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml2095 F: drivers/mtd/maps/physmap-versatile.*