Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 25 of 107) sorted by relevance

12345

/u-boot/drivers/remoteproc/
A Drproc-uclass.c565 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL); in handle_devmem()
566 if (!mapping) in handle_devmem()
576 mapping->dma = rsc->pa; in handle_devmem()
577 mapping->da = rsc->da; in handle_devmem()
578 mapping->len = rsc->len; in handle_devmem()
634 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL); in handle_carveout()
635 if (!mapping) in handle_carveout()
645 mapping->dma = rsc->pa; in handle_carveout()
646 mapping->da = rsc->da; in handle_carveout()
815 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL); in handle_intmem_to_l3_mapping()
[all …]
/u-boot/arch/powerpc/dts/
A Dt4240.dtsi25 fsl,portid-mapping = <0x80000000>;
30 fsl,portid-mapping = <0x80000000>;
35 fsl,portid-mapping = <0x80000000>;
40 fsl,portid-mapping = <0x80000000>;
45 fsl,portid-mapping = <0x80000000>;
50 fsl,portid-mapping = <0x80000000>;
55 fsl,portid-mapping = <0x80000000>;
60 fsl,portid-mapping = <0x80000000>;
65 fsl,portid-mapping = <0x80000000>;
70 fsl,portid-mapping = <0x80000000>;
[all …]
A Dp4080.dtsi26 fsl,portid-mapping = <0x80000000>;
31 fsl,portid-mapping = <0x40000000>;
36 fsl,portid-mapping = <0x20000000>;
41 fsl,portid-mapping = <0x10000000>;
46 fsl,portid-mapping = <0x08000000>;
51 fsl,portid-mapping = <0x04000000>;
56 fsl,portid-mapping = <0x02000000>;
61 fsl,portid-mapping = <0x01000000>;
A Dp5040.dtsi25 fsl,portid-mapping = <0x80000000>;
30 fsl,portid-mapping = <0x40000000>;
35 fsl,portid-mapping = <0x20000000>;
40 fsl,portid-mapping = <0x10000000>;
A Dp2041.dtsi26 fsl,portid-mapping = <0x80000000>;
31 fsl,portid-mapping = <0x40000000>;
36 fsl,portid-mapping = <0x20000000>;
41 fsl,portid-mapping = <0x10000000>;
A Dp3041.dtsi26 fsl,portid-mapping = <0x80000000>;
31 fsl,portid-mapping = <0x40000000>;
36 fsl,portid-mapping = <0x20000000>;
41 fsl,portid-mapping = <0x10000000>;
A Dt2080.dtsi25 fsl,portid-mapping = <0x80000000>;
30 fsl,portid-mapping = <0x80000000>;
35 fsl,portid-mapping = <0x80000000>;
40 fsl,portid-mapping = <0x80000000>;
/u-boot/test/dm/
A Dblkmap.c18 struct mapping { struct
24 const struct mapping unordered_mapping[] = { argument
33 const struct mapping identity_mapping[] = {
43 static void mkblob(void *base, const struct mapping *m) in mkblob()
58 const struct mapping *m; in dm_test_blkmap_read()
87 const struct mapping *m; in dm_test_blkmap_write()
/u-boot/drivers/ddr/fsl/
A Dddr4_dimm_params.c227 if (spd->mapping[i] == udimm_rc_e_dq[i]) in ddr_compute_dimm_parameters()
231 60 + i, spd->mapping[i], in ddr_compute_dimm_parameters()
233 ptr = (u8 *)&spd->mapping[i]; in ddr_compute_dimm_parameters()
362 pdimm->dq_mapping[i] = spd->mapping[i]; in ddr_compute_dimm_parameters()
364 pdimm->dq_mapping_ors = ((spd->mapping[0] >> 6) & 0x3) == 0 ? 1 : 0; in ddr_compute_dimm_parameters()
/u-boot/doc/device-tree-bindings/video/
A Drockchip-lvds.txt15 - rockchip,data-mapping: should be <LVDS_FORMAT_VESA> or <LVDS_FORMAT_JEIDA>,
58 rockchip,data-mapping = <LVDS_FORMAT_VESA>;
/u-boot/arch/mips/mach-jz47xx/jz4780/
A DTODO4 - define the remaining register base addresses as physical addresses and establish a mapping with i…
/u-boot/arch/arm/dts/
A Dimx6q-icore-ofcap10.dts32 fsl,data-mapping = "spwg";
A Dpx30-engicam-edimm2.2.dtsi18 data-mapping = "vesa-24";
A Dfsl-ls1043-post.dtsi27 /* these aliases provide the FMan ports mapping */
A Dfsl-ls1046-post.dtsi25 /* these aliases provide the FMan ports mapping */
A Dimx6q-icore.dts38 fsl,data-mapping = "spwg";
A Dpx30-engicam-px30-core-ctouch2-of10.dts31 data-mapping = "vesa-24";
A Drk3368-px5-evb-u-boot.dtsi21 * affects the physical-address to device-address mapping.
/u-boot/arch/mips/dts/
A Dmrvl,cn73xx.dtsi19 ranges; /* Direct mapping */
180 ranges; /* Direct mapping */
212 ranges; /* Direct mapping */
255 ranges; /* Direct mapping */
/u-boot/doc/device-tree-bindings/spmi/
A Dspmi-msm.txt8 1) PMIC arbiter channel mapping base (PMIC_ARB_REG_CHNLn)
/u-boot/drivers/
A DKconfig158 bool "Custom physical to bus address mapping"
162 your platform's Kconfig, and implement the appropriate mapping
/u-boot/include/net/pfe_eth/
A Dpfe_eth.h57 #error DDR mapping above 12MiB
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.pci_iommu_extra36 it needs a mapping
61 To add an iommu mapping for a hot-plugged device, please see following example:
/u-boot/doc/device-tree-bindings/mtd/
A Dmtd-physmap.txt20 mapping of the flash.
21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
/u-boot/doc/device-tree-bindings/thermal/
A Dti_soc_thermal.txt17 the mapping may change from soc to soc, apart from depending

Completed in 35 milliseconds

12345