Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dio_mm.h317 #define outb_p isa_outb_p macro
353 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val))) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h234 #define outb_p(__b, __addr) outb(__b, __addr) macro
/linux/arch/alpha/include/asm/
H A Dio.h551 #define outb_p outb macro