Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-au1x00/
A Dau1000.h604 static inline unsigned long alchemy_rdsys(int regofs) in alchemy_rdsys() argument
608 return __raw_readl(b + regofs); in alchemy_rdsys()
611 static inline void alchemy_wrsys(unsigned long v, int regofs) in alchemy_wrsys() argument
615 __raw_writel(v, b + regofs); in alchemy_wrsys()
620 static inline unsigned long alchemy_rdsmem(int regofs) in alchemy_rdsmem() argument
624 return __raw_readl(b + regofs); in alchemy_rdsmem()
627 static inline void alchemy_wrsmem(unsigned long v, int regofs) in alchemy_wrsmem() argument
631 __raw_writel(v, b + regofs); in alchemy_wrsmem()

Completed in 8 milliseconds