Searched refs:MSC0 (Results 1 – 6 of 6) sorted by relevance
23 msc[0] = __raw_readl(MSC0); in pxa3xx_smemc_suspend()37 __raw_writel(msc[0], MSC0); in pxa3xx_smemc_resume()
17 #define MSC0 (SMEMC_VIRT + 0x08) /* Static Memory Control Register 0 */ macro
992 uint32_t msc0 = __raw_readl(MSC0); in spitz_restart()995 __raw_writel((msc0 & 0xffff) | 0x7ee00000, MSC0); in spitz_restart()
86 subdev->map.bankwidth = (MSC0 & MSC_RBW) ? 2 : 4; in sa1100_probe_subdev()90 subdev->map.bankwidth = ((MSC0 >> 16) & MSC_RBW) ? 2 : 4; in sa1100_probe_subdev()
81 ldr r0, =MSC0
1443 #define MSC0 __REG(0xa0000010) /* Static memory Control reg. 0 */ macro
Completed in 27 milliseconds