Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-au1x00/
H 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()
/linux/drivers/video/fbdev/
H A Dcirrusfb.c2415 unsigned long regofs = 0; in WGen() local
2422 regofs = 0xfff; in WGen()
2425 vga_w(cinfo->regbase, regofs + regnum, val); in WGen()
2431 unsigned long regofs = 0; in RGen() local
2438 regofs = 0xfff; in RGen()
2441 return vga_r(cinfo->regbase, regofs + regnum); in RGen()