Searched refs:mapping (Results 1 - 25 of 41) sorted by relevance

12

/u-boot/drivers/remoteproc/
H A Drproc-uclass.c220 * @mapping: rproc_mem_entry for the resource
226 static int rproc_add_res(struct udevice *dev, struct rproc_mem_entry *mapping) argument
233 return ops->add_res(dev, mapping);
547 struct rproc_mem_entry *mapping; local
567 mapping = kzalloc(sizeof(*mapping), GFP_KERNEL);
568 if (!mapping)
578 mapping->dma = rsc->pa;
579 mapping->da = rsc->da;
580 mapping
592 struct rproc_mem_entry *mapping; local
815 struct rproc_mem_entry *mapping; local
[all...]
H A Dipu_rproc.c473 static int ipu_add_res(struct udevice *dev, struct rproc_mem_entry *mapping) argument
477 list_add_tail(&mapping->node, &priv->mappings);
/u-boot/test/dm/
H A Dblkmap.c18 struct mapping { struct
24 const struct mapping unordered_mapping[] = {
33 const struct mapping identity_mapping[] = {
43 static void mkblob(void *base, const struct mapping *m)
58 const struct mapping *m;
87 const struct mapping *m;
/u-boot/include/linux/
H A Ddma-mapping.h8 #include <asm/dma-mapping.h>
/u-boot/drivers/ddr/fsl/
H A Dddr4_dimm_params.c227 if (spd->mapping[i] == udimm_rc_e_dq[i])
231 60 + i, spd->mapping[i],
233 ptr = (u8 *)&spd->mapping[i];
237 puts("SPD DQ mapping error fixed\n");
362 pdimm->dq_mapping[i] = spd->mapping[i];
364 pdimm->dq_mapping_ors = ((spd->mapping[0] >> 6) & 0x3) == 0 ? 1 : 0;
/u-boot/include/net/pfe_eth/
H A Dpfe_eth.h57 #error DDR mapping above 12MiB
/u-boot/drivers/rng/
H A Dturris_rwtm_rng.c9 #include <asm/dma-mapping.h>
/u-boot/arch/arm/mach-k3/
H A Dsecurity.c19 #include <linux/dma-mapping.h>
/u-boot/common/
H A Dbouncebuf.c15 #include <linux/dma-mapping.h>
/u-boot/drivers/net/bnxt/
H A Dbnxt_dbg.h442 void dump_tx_pkt(void *packet, dma_addr_t mapping, int len) argument
444 printf(" TX Addr %llx Size %d", mapping, len);
468 #define dump_tx_pkt(packet, mapping, len)
H A Dbnxt.c282 void set_txq(struct bnxt *bp, int entry, dma_addr_t mapping, int len) argument
299 prod_bd->dma.addr = mapping;
1516 dma_addr_t mapping; local
1525 mapping = virt_to_bus(packet);
1526 set_txq(bp, entry, mapping, len);
1528 dump_tx_pkt(packet, mapping, len);
/u-boot/include/
H A Dremoteproc.h122 * struct fw_rsc_devmem - iommu mapping request
140 * the mapping and @flags is the IOMMU protection flags. As always, @name may
141 * (optionally) contain a human readable name of this mapping (mainly for
502 struct rproc_mem_entry *mapping);
H A Dddr_spd.h335 uint8_t mapping[78-60]; /* 60~77 Connector to SDRAM bit map */ member in struct:ddr4_spd_eeprom_s
383 /* 136 Address mapping from register to DRAM */
409 /* 136 Address mapping from register to DRAM */
/u-boot/drivers/dma/
H A Ddma-uclass.c22 #include <linux/dma-mapping.h>
H A Dti-edma3.c16 #include <linux/dma-mapping.h>
/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c21 #include <linux/dma-mapping.h>
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.c26 #include <asm/dma-mapping.h>
H A Ddenali.c13 #include <asm/dma-mapping.h>
20 #include <linux/dma-mapping.h>
/u-boot/drivers/net/
H A Dbcmgenet.c36 #include <asm/dma-mapping.h>
H A Daltera_tse.c22 #include <linux/dma-mapping.h>
/u-boot/drivers/spi/
H A Dmtk_spim.c22 #include <linux/dma-mapping.h>
H A Dmtk_snor.c25 #include <linux/dma-mapping.h>
/u-boot/drivers/usb/musb-new/
H A Dam35x.c23 #include <linux/dma-mapping.h>
H A Dmusb_dsps.c24 #include <linux/dma-mapping.h>
/u-boot/drivers/mmc/
H A Dtmio-common.c18 #include <linux/dma-mapping.h>

Completed in 290 milliseconds

12