tag
line
file
source code
_outl
69
include/asm-alpha/io.h
extern void _outl (unsigned int l,unsigned long port);
_outl
77
include/asm-alpha/io.h
# define outl(l,p) _outl((l),(p))