Home
last modified time | relevance | path

Searched refs:mstp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sh/kernel/cpu/
Dhwblk.c69 tmp = __raw_readl(hp->mstp); in hwblk_enable()
71 __raw_writel(tmp, hp->mstp); in hwblk_enable()
88 tmp = __raw_readl(hp->mstp); in hwblk_disable()
90 __raw_writel(tmp, hp->mstp); in hwblk_disable()
/linux-2.6.39/arch/sh/include/asm/
Dhwblk.h28 .mstp = (void __iomem *)_mstp, \
34 void __iomem *mstp; member