Home
last modified time | relevance | path

Searched refs:physmap (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c184 if (range_covers_byte(physmap->start_addr, physmap->size, start_addr)) { in get_physmapping()
185 return physmap; in get_physmapping()
197 if (range_covers_byte(physmap->phys_offset, physmap->size, addr)) { in xen_phys_offset_to_gaddr()
198 return physmap->start_addr + (phys_offset - physmap->phys_offset); in xen_phys_offset_to_gaddr()
224 if (physmap->name) { in xen_save_physmap()
229 physmap->name, strlen(physmap->name))) { in xen_save_physmap()
280 physmap->size = size; in xen_add_to_physmap()
329 if (physmap == NULL) { in xen_remove_from_physmap()
334 size = physmap->size; in xen_remove_from_physmap()
361 g_free(physmap); in xen_remove_from_physmap()
[all …]
/openbmc/linux/drivers/mtd/maps/
H A DMakefile20 physmap-objs-y += physmap-core.o
21 physmap-objs-$(CONFIG_MTD_PHYSMAP_BT1_ROM) += physmap-bt1-rom.o
22 physmap-objs-$(CONFIG_MTD_PHYSMAP_VERSATILE) += physmap-versatile.o
23 physmap-objs-$(CONFIG_MTD_PHYSMAP_GEMINI) += physmap-gemini.o
24 physmap-objs-$(CONFIG_MTD_PHYSMAP_IXP4XX) += physmap-ixp4xx.o
25 physmap-objs := $(physmap-objs-y)
26 obj-$(CONFIG_MTD_PHYSMAP) += physmap.o
H A DKconfig24 module will be called physmap.
32 physmap configuration options are done via your board's
86 This provides some extra DT physmap parsing for the Baikal-T1
95 This provides some extra DT physmap parsing for the ARM Versatile
106 This provides some extra DT physmap parsing for the Gemini
118 This provides some extra DT physmap parsing for the Intel IXP4xx
127 Extend the physmap driver to allow flashes to be partially
382 creates MTD physmap and MTD SRAM platform devices. If you
/openbmc/linux/drivers/input/
H A Dvivaldi-fmap.c24 const u32 *physmap = data->function_row_physmap; in vivaldi_function_row_physmap_show() local
31 "%s%02X", size ? " " : "", physmap[i]); in vivaldi_function_row_physmap_show()
/openbmc/u-boot/configs/
H A Dflea3_defconfig21 CONFIG_MTDIDS_DEFAULT="nand0=mxc_nand,nor0=physmap-flash.0"
22 …mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:512k(u-bo…
H A Dwoodburn_defconfig24 CONFIG_MTDIDS_DEFAULT="nand0=mxc_nand,nor0=physmap-flash.0"
25 …mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:512k(u-bo…
H A Dmx35pdk_defconfig23 CONFIG_MTDIDS_DEFAULT="nand0=mxc_nand,nor0=physmap-flash.0"
24 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:1m(boot),5m(linux),96m(root),8m(cfg),1938m(user);physmap
H A Dwoodburn_sd_defconfig34 CONFIG_MTDIDS_DEFAULT="nand0=mxc_nand,nor0=physmap-flash.0"
35 …mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:512k(u-bo…
H A Dpm9261_defconfig27 CONFIG_MTDIDS_DEFAULT="nor0=physmap-flash.0,nand0=nand"
28 CONFIG_MTDPARTS_DEFAULT="mtdparts=physmap-flash.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),-(…
H A Dpm9263_defconfig27 CONFIG_MTDIDS_DEFAULT="nor0=physmap-flash.0,nand0=nand"
28 CONFIG_MTDPARTS_DEFAULT="mtdparts=physmap-flash.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),-(…
H A Domap35_logic_somlv_defconfig33 CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0"
34 …nd.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)"
H A Domap3_logic_somlv_defconfig33 CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0"
34 …nd.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)"
H A DM54451EVB_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
H A DM54451EVB_stmicro_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
H A DM54455EVB_i66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_intel_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_stm33_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_a66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dgoogle,cros-ec-keyb.yaml35 function-row-physmap:
48 function-row-physmap: [ 'linux,keymap' ]
76 function-row-physmap = <
/openbmc/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c539 u32 *physmap = ckdev->vdata.function_row_physmap; in cros_ec_keyb_parse_vivaldi_physmap() local
559 physmap, n_physmap); in cros_ec_keyb_parse_vivaldi_physmap()
572 row = KEY_ROW(physmap[i]); in cros_ec_keyb_parse_vivaldi_physmap()
573 col = KEY_COL(physmap[i]); in cros_ec_keyb_parse_vivaldi_physmap()
575 physmap[i] = scancode; in cros_ec_keyb_parse_vivaldi_physmap()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dmtd-physmap.yaml4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
97 Allows specifying the mtd name for retro capability with physmap-flash
99 physmap-flash.
H A Dti,am654-hbmc.yaml33 $ref: mtd-physmap.yaml
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt27 physmap-flash drivers as boot loader pass the mtd partition via the old
28 device name physmap-flash.
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8192-asurada-spherion-r0.dts33 function-row-physmap = <

12