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

/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h604 static inline unsigned long alchemy_rdsys(int regofs) argument
608 return __raw_readl(b + regofs);
611 static inline void alchemy_wrsys(unsigned long v, int regofs) argument
615 __raw_writel(v, b + regofs);
620 static inline unsigned long alchemy_rdsmem(int regofs) argument
624 return __raw_readl(b + regofs);
627 static inline void alchemy_wrsmem(unsigned long v, int regofs) argument
631 __raw_writel(v, b + regofs);
/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2415 unsigned long regofs = 0; local
2422 regofs = 0xfff;
2425 vga_w(cinfo->regbase, regofs + regnum, val);
2431 unsigned long regofs = 0; local
2438 regofs = 0xfff;
2441 return vga_r(cinfo->regbase, regofs + regnum);

Completed in 332 milliseconds