Searched refs:regofs (Results 1 – 1 of 1) sorted by relevance
604 static inline unsigned long alchemy_rdsys(int regofs) in alchemy_rdsys() argument608 return __raw_readl(b + regofs); in alchemy_rdsys()611 static inline void alchemy_wrsys(unsigned long v, int regofs) in alchemy_wrsys() argument615 __raw_writel(v, b + regofs); in alchemy_wrsys()620 static inline unsigned long alchemy_rdsmem(int regofs) in alchemy_rdsmem() argument624 return __raw_readl(b + regofs); in alchemy_rdsmem()627 static inline void alchemy_wrsmem(unsigned long v, int regofs) in alchemy_wrsmem() argument631 __raw_writel(v, b + regofs); in alchemy_wrsmem()
Completed in 8 milliseconds