Home
last modified time | relevance | path

Searched defs:__offs__ (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/mips/include/asm/
Drm9k-ocd.h35 #define ocd_readl(__offs__) __raw_readl(ocd_addr(__offs__)) argument
36 #define ocd_readw(__offs__) __raw_readw(ocd_addr(__offs__)) argument
37 #define ocd_readb(__offs__) __raw_readb(ocd_addr(__offs__)) argument
38 #define ocd_writel(__val__, __offs__) \ argument
40 #define ocd_writew(__val__, __offs__) \ argument
42 #define ocd_writeb(__val__, __offs__) \ argument
46 #define titan_readl(__offs__) __raw_readl(titan_addr(__offs__)) argument
47 #define titan_writel(__val__, __offs__) \ argument