Home
last modified time | relevance | path

Searched refs:__outb8 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h14 void __outb8(u8 val, unsigned int port);
42 #define outb(v,p) __outb8(v,p)
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/
H A Dio.c288 void __outb8(u8 val, unsigned int port) in __outb8() function
344 EXPORT_SYMBOL(__outb8);