Searched defs:__REG (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sbus/audio/ |
D | cs4231.h | 65 #define CS4231_READ32(__C, __REG) \ argument 69 #define CS4231_READ8(__C, __REG) \ argument 73 #define CS4231_WRITE32(__C, __REG, __VAL) \ argument 77 #define CS4231_WRITE8(__C, __REG, __VAL) \ argument 83 #define CS4231_READ32(__C, __REG) sbus_readl((__REG)) argument 84 #define CS4231_READ8(__C, __REG) sbus_readb((__REG)) argument 85 #define CS4231_WRITE32(__C, __REG, __VAL) sbus_writel((__VAL), (__REG)) argument 86 #define CS4231_WRITE8(__C, __REG, __VAL) sbus_writeb((__VAL), (__REG)) argument
|
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | hardware.h | 76 # define __REG(x) __REGP(io_p2v(x)) macro 83 # define __REG(x) io_p2v(x) macro
|