Searched refs:MAP_NOCACHE (Results 1 - 25 of 87) sorted by relevance

1234

/u-boot/arch/nios2/include/asm/
H A Ddma-mapping.h22 return map_physmem(addr, len, MAP_NOCACHE);
/u-boot/board/netgear/dgnd3700v2/
H A Ddgnd3700v2.c20 void __iomem *gpio_regs = map_physmem(GPIO_BASE_6362, 0, MAP_NOCACHE);
/u-boot/drivers/usb/dwc3/
H A Ddwc3-uniphier.c37 void *regs = map_physmem(glue->regs, glue->size, MAP_NOCACHE);
45 unmap_physmem(regs, MAP_NOCACHE);
52 void *regs = map_physmem(glue->regs, glue->size, MAP_NOCACHE);
61 unmap_physmem(regs, MAP_NOCACHE);
68 void *regs = map_physmem(glue->regs, glue->size, MAP_NOCACHE);
75 unmap_physmem(regs, MAP_NOCACHE);
H A Ddwc3-generic.c132 priv->base = map_physmem(plat->base, DWC3_OTG_REGS_END, MAP_NOCACHE);
138 unmap_physmem(priv->base, MAP_NOCACHE);
160 unmap_physmem(dwc3->regs, MAP_NOCACHE);
307 void *base = map_physmem(regs, 0x8, MAP_NOCACHE);
337 unmap_physmem(base, MAP_NOCACHE);
371 void *base = map_physmem(glue->regs, 0x10000, MAP_NOCACHE);
421 unmap_physmem(base, MAP_NOCACHE);
482 void __iomem *qscratch_base = map_physmem(glue->regs, 0x400, MAP_NOCACHE);
H A Ddwc3-layerscape.c56 priv->base = map_physmem(plat->base, DWC3_OTG_REGS_END, MAP_NOCACHE);
61 unmap_physmem(priv->base, MAP_NOCACHE);
75 unmap_physmem(dwc3->regs, MAP_NOCACHE);
/u-boot/arch/mips/mach-ath79/
H A Dreset.c60 MAP_NOCACHE);
93 MAP_NOCACHE);
116 MAP_NOCACHE);
118 MAP_NOCACHE);
120 MAP_NOCACHE);
151 MAP_NOCACHE);
153 MAP_NOCACHE);
155 MAP_NOCACHE);
181 MAP_NOCACHE);
202 MAP_NOCACHE);
[all...]
H A Dcpu.c58 MAP_NOCACHE);
/u-boot/board/qca/ap152/
H A Dap152.c28 MAP_NOCACHE);
67 AR71XX_RESET_SIZE, MAP_NOCACHE);
/u-boot/drivers/ata/
H A Ddwc_ahci.c41 MAP_NOCACHE);
46 MAP_NOCACHE);
/u-boot/board/tplink/wdr4300/
H A Dwdr4300.c22 AR71XX_GPIO_SIZE, MAP_NOCACHE);
42 MAP_NOCACHE);
/u-boot/drivers/misc/
H A Dmicrochip_flexcom.c31 MAP_NOCACHE);
H A Daltera_sysid.c78 MAP_NOCACHE);
H A Dqfw_mmio.c91 MAP_NOCACHE);
/u-boot/board/qca/ap143/
H A Dap143.c23 MAP_NOCACHE);
/u-boot/board/qca/ap121/
H A Dap121.c23 MAP_NOCACHE);
/u-boot/arch/mips/mach-ath79/ar933x/
H A Dclk.c38 MAP_NOCACHE);
/u-boot/test/dm/
H A Dremoteproc.c222 loaded_firmware_size, MAP_NOCACHE);
231 unmap_physmem(loaded_firmware, MAP_NOCACHE);
239 rsc_table_size, MAP_NOCACHE);
250 unmap_physmem(loaded_firmware, MAP_NOCACHE);
/u-boot/arch/arm/lib/
H A Dgic-v3-its.c131 MAP_NOCACHE);
134 unmap_physmem(pend_tab_va, MAP_NOCACHE);
/u-boot/arch/mips/mach-ath79/qca953x/
H A Dclk.c38 MAP_NOCACHE);
/u-boot/drivers/timer/
H A Daltera_timer.c72 MAP_NOCACHE);
H A Domap-timer.c82 sizeof(struct omap_gptimer_regs), MAP_NOCACHE);
/u-boot/arch/mips/mach-ath79/ar934x/
H A Dclk.c111 AR934X_SRIF_SIZE, MAP_NOCACHE);
113 AR71XX_PLL_SIZE, MAP_NOCACHE);
271 MAP_NOCACHE);
/u-boot/drivers/core/
H A Dfdtaddr.c211 return map_physmem(addr, 0, MAP_NOCACHE);
221 return map_physmem(addr, 0, MAP_NOCACHE);
236 return map_physmem(addr, size, MAP_NOCACHE);
/u-boot/arch/mips/mach-ath79/qca956x/
H A Dclk.c188 AR71XX_PLL_SIZE, MAP_NOCACHE);
222 QCA956X_SRIF_SIZE, MAP_NOCACHE);
224 AR71XX_PLL_SIZE, MAP_NOCACHE);
321 MAP_NOCACHE);
327 MAP_NOCACHE);
/u-boot/drivers/gpio/
H A Daltera_pio.c94 MAP_NOCACHE);

Completed in 99 milliseconds

1234