/openbmc/u-boot/arch/mips/mach-ath79/ |
H A D | reset.c | 20 MAP_NOCACHE); in _machine_restart() 53 MAP_NOCACHE); in ath79_get_bootstrap() 76 MAP_NOCACHE); in eth_init_ar933x() 78 MAP_NOCACHE); in eth_init_ar933x() 80 MAP_NOCACHE); in eth_init_ar933x() 111 MAP_NOCACHE); in eth_init_ar934x() 113 MAP_NOCACHE); in eth_init_ar934x() 115 MAP_NOCACHE); in eth_init_ar934x() 141 MAP_NOCACHE); in eth_init_qca953x() 209 MAP_NOCACHE); in usb_reset_qca953x() [all …]
|
/openbmc/u-boot/include/asm-generic/ |
H A D | io.h | 58 #ifndef MAP_NOCACHE 59 # define MAP_NOCACHE 0 /* Produce an uncached mapping */ macro
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 53 dwc3->regs = map_physmem(priv->base, DWC3_OTG_REGS_END, MAP_NOCACHE); in dwc3_generic_peripheral_probe() 59 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_peripheral_probe() 73 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_peripheral_remove() 149 void *base = map_physmem(glue->regs, 0x10000, MAP_NOCACHE); in dwc3_ti_select_dr_mode() 199 unmap_physmem(base, MAP_NOCACHE); in dwc3_ti_select_dr_mode()
|
/openbmc/u-boot/board/tplink/wdr4300/ |
H A D | wdr4300.c | 19 AR71XX_GPIO_SIZE, MAP_NOCACHE); in wdr4300_usb_start() 39 MAP_NOCACHE); in wdr4300_pinmux_config()
|
/openbmc/u-boot/drivers/core/ |
H A D | fdtaddr.c | 146 return map_physmem(addr, 0, MAP_NOCACHE); in devfdt_remap_addr_index() 156 return map_physmem(addr, 0, MAP_NOCACHE); in devfdt_remap_addr_name() 171 return map_physmem(addr, size, MAP_NOCACHE); in devfdt_map_physmem()
|
H A D | read.c | 92 return map_physmem(addr, 0, MAP_NOCACHE); in dev_remap_addr_index() 112 return map_physmem(addr, 0, MAP_NOCACHE); in dev_remap_addr_name()
|
/openbmc/u-boot/drivers/ata/ |
H A D | dwc_ahci.c | 38 MAP_NOCACHE); in dwc_ahci_ofdata_to_platdata() 43 MAP_NOCACHE); in dwc_ahci_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw-common.c | 37 sizeof(u32), MAP_NOCACHE); in davinci_emac_3517_get_macid() 77 sizeof(u32), MAP_NOCACHE); in cpsw_am33xx_cm_get_macid()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | micro-support-card.c | 93 sizeof(u32) * loop, MAP_NOCACHE); in mem_is_flash() 106 unmap_physmem(scratch_addr, MAP_NOCACHE); in mem_is_flash()
|
/openbmc/u-boot/test/dm/ |
H A D | test-fdt.c | 527 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_flat() 547 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_index_flat() 567 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_name_flat() 587 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_live() 607 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_index_live() 627 paddr = map_physmem(addr, 0, MAP_NOCACHE); in dm_test_fdt_remap_addr_name_live()
|
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ |
H A D | clk.c | 106 AR934X_SRIF_SIZE, MAP_NOCACHE); in ar934x_pll_init() 108 AR71XX_PLL_SIZE, MAP_NOCACHE); in ar934x_pll_init() 266 MAP_NOCACHE); in ar934x_update_clock()
|
/openbmc/u-boot/board/netgear/dgnd3700v2/ |
H A D | dgnd3700v2.c | 18 void __iomem *gpio_regs = map_physmem(GPIO_BASE_6362, 0, MAP_NOCACHE); in board_early_init_f()
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | dma-mapping.h | 22 return map_physmem(addr, len, MAP_NOCACHE); in dma_alloc_coherent()
|
/openbmc/u-boot/board/qca/ap121/ |
H A D | ap121.c | 22 MAP_NOCACHE); in board_debug_uart_init()
|
/openbmc/u-boot/board/qca/ap143/ |
H A D | ap143.c | 22 MAP_NOCACHE); in board_debug_uart_init()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_layerscape.c | 470 MAP_NOCACHE); in ls_pcie_probe() 477 MAP_NOCACHE); in ls_pcie_probe() 484 MAP_NOCACHE); in ls_pcie_probe() 518 MAP_NOCACHE); in ls_pcie_probe()
|
H A D | pcie_ecam_generic.c | 120 MAP_NOCACHE); in pci_generic_ecam_ofdata_to_platdata()
|
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ |
H A D | clk.c | 37 MAP_NOCACHE); in get_clocks()
|
H A D | ddr.c | 109 MAP_NOCACHE); in ddr_init() 242 MAP_NOCACHE); in ddr_tap_tuning()
|
/openbmc/u-boot/drivers/misc/ |
H A D | altera_sysid.c | 78 MAP_NOCACHE); in altera_sysid_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/timer/ |
H A D | omap-timer.c | 82 sizeof(struct omap_gptimer_regs), MAP_NOCACHE); in omap_timer_ofdata_to_platdata()
|
H A D | altera_timer.c | 73 MAP_NOCACHE); in altera_timer_ofdata_to_platdata()
|
H A D | atcpit100_timer.c | 92 plat->regs = map_physmem(devfdt_get_addr(dev) , 0x100 , MAP_NOCACHE); in atcpit_timer_ofdata_to_platdata()
|
H A D | cadence-ttc.c | 90 sizeof(struct cadence_ttc_regs), MAP_NOCACHE); in cadence_ttc_ofdata_to_platdata()
|
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
H A D | clk.c | 37 MAP_NOCACHE); in get_clocks()
|