Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h294 #define isa_rom_outb_p(v, p) ({ isa_rom_outb((v), (p)); isa_delay(); }) macro
353 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val)))