Home
last modified time | relevance | path

Searched refs:_writel (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dio.c186 void _writel(unsigned int b, unsigned long addr) in _writel() function
191 EXPORT_SYMBOL(_writel);
/linux-2.4.37.9/include/asm-sparc64/
Dio.h159 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/
Dmachvec_impl.h89 mv_writel: CAT(low,_writel), \
Dalpha_ksyms.c82 EXPORT_SYMBOL(_writel);
/linux-2.4.37.9/include/asm-sh/
Dio.h175 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/
Dio.h233 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/
Dio.c123 void _writel(u32 b, unsigned long addr) in _writel() function