Searched refs:ioremap_nocache (Results 1 - 14 of 14) sorted by relevance

/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dserial.c14 void __iomem *base = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
27 void __iomem *base = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
H A Dinit.c30 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
86 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
148 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
189 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
H A Ddram.c59 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
74 sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
86 param.memc = ioremap_nocache(MEMCTL_BASE, MEMCTL_SIZE);
/u-boot/arch/mips/mach-mtmips/mt7621/
H A Dserial.c14 void __iomem *base = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
H A Dinit.c30 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
89 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
225 void __iomem *usbh = ioremap_nocache(SSUSB_BASE, SSUSB_SIZE);
242 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dserial.c14 void __iomem *base = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
/u-boot/board/seeed/linkit-smart-7688/
H A Dboard.c18 gpio_mode = ioremap_nocache(MT76XX_GPIO1_MODE, 0x100);
/u-boot/arch/mips/mach-mtmips/mt7628/
H A Dserial.c14 void __iomem *base = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
H A Dinit.c23 sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
56 sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
H A Dddr.c66 void __iomem *sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
76 void __iomem *rgc = ioremap_nocache(RGCTL_BASE, RGCTL_SIZE);
136 sysc = ioremap_nocache(SYSCTL_BASE, SYSCTL_SIZE);
150 param.memc = ioremap_nocache(MEMCTL_BASE, MEMCTL_SIZE);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-regs.h174 base = ioremap_nocache(addr, 0x100);
182 base = ioremap_nocache(addr, 0x100);
200 base = ioremap_nocache(addr, 0x100);
208 base = ioremap_nocache(addr, 0x100);
/u-boot/arch/microblaze/include/asm/
H A Dio.h147 #define ioremap_nocache(physaddr, size) (physaddr) macro
/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c58 gpio_mode = ioremap_nocache(MT76XX_AGPIO_CFG, 0x100);
/u-boot/arch/mips/include/asm/
H A Dio.h171 * ioremap_nocache - map bus memory into CPU space
175 * ioremap_nocache performs a platform specific sequence of operations to
189 #define ioremap_nocache(offset, size) \ macro
191 #define ioremap_uc ioremap_nocache
198 * ioremap_nocache performs a platform specific sequence of operations to

Completed in 171 milliseconds