Home
last modified time | relevance | path

Searched refs:MSC0 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dsmemc.c23 msc[0] = __raw_readl(MSC0); in pxa3xx_smemc_suspend()
37 __raw_writel(msc[0], MSC0); in pxa3xx_smemc_resume()
H A Dsmemc.h17 #define MSC0 (SMEMC_VIRT + 0x08) /* Static Memory Control Register 0 */ macro
H A Dspitz.c980 uint32_t msc0 = __raw_readl(MSC0); in spitz_restart()
983 __raw_writel((msc0 & 0xffff) | 0x7ee00000, MSC0); in spitz_restart()
/openbmc/u-boot/board/h2200/
H A Dh2200.c58 clrsetbits_le32(MSC0, 0xffffffff, CONFIG_SYS_MSC0_VAL); in dram_init()
/openbmc/linux/drivers/mtd/maps/
H A Dsa1100-flash.c86 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()
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dpxa2xx.c65 writelrb(CONFIG_SYS_MSC0_VAL, MSC0); in pxa2xx_dram_init()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dsleep.S81 ldr r0, =MSC0
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2268 #define MSC0 0x4A000008 /* Static Memory Control Register 0 */ macro
2451 #define MSC0 0x48000008 /* Static Memory Control Register 0 */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1921 #define MSC0 (MSC [0]) /* Static memory Control reg. 0 */ macro
1927 #define MSC0 io_p2v(0xa0000010) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1443 #define MSC0 __REG(0xa0000010) /* Static memory Control reg. 0 */ macro