Home
last modified time | relevance | path

Searched refs:ioremap_nocache (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/seeed/linkit-smart-7688/
H A Dboard.c16 gpio_mode = ioremap_nocache(MT76XX_GPIO1_MODE, 0x100); in board_debug_uart_init()
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A DTODO4 …aining register base addresses as physical addresses and establish a mapping with ioremap_nocache()
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dcpu.c58 sysc_base = ioremap_nocache(base, size); in print_cpuinfo()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dio.h137 #define ioremap_nocache(physaddr, size) (physaddr) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h188 #define ioremap_nocache(offset, size) \ macro
190 #define ioremap_uc ioremap_nocache
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c50 gpio_mode = ioremap_nocache(MT76XX_AGPIO_CFG, 0x100); in board_early_init_f()
/openbmc/u-boot/drivers/net/
H A Dxilinx_emaclite.c601 emaclite->regs = (struct emaclite_regs *)ioremap_nocache(pdata->iobase, in emaclite_ofdata_to_platdata()