Searched refs:_writel (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | io.c | 186 void _writel(unsigned int b, unsigned long addr) in _writel() function 191 EXPORT_SYMBOL(_writel);
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | io.h | 159 static __inline__ void _writel(u32 l, unsigned long addr) in _writel() function 179 #define writel(__l, __addr) (_writel((u32)(__l), (unsigned long)(__addr)))
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | machvec_impl.h | 89 mv_writel: CAT(low,_writel), \
|
D | alpha_ksyms.c | 82 EXPORT_SYMBOL(_writel);
|
/linux-2.4.37.9/include/asm-sh/ |
D | io.h | 175 extern void _writel(unsigned int b, unsigned long addr); 308 # define writel(v,a) _writel((v),(unsigned long)(a))
|
/linux-2.4.37.9/include/asm-alpha/ |
D | io.h | 233 extern void _writel(u32 b, unsigned long addr); 418 # define writel(v,a) _writel((v),(unsigned long)(a))
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | io.c | 123 void _writel(u32 b, unsigned long addr) in _writel() function
|