Lines Matching refs:debug_io
66 #define debug_io(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
68 #define debug_io(x, b...) macro
107 debug_io("BE_memaddr - Returning BIOS date\n"); in BE_memaddr()
111 debug_io("BE_memaddr - Returning model\n"); in BE_memaddr()
115 debug_io("BE_memaddr - Returning submodel\n"); in BE_memaddr()
271 debug_io("vga_inb.%04X -> ", (u16) port); in VGA_inpb()
596 debug_io("inb.%04X -> ", (u16) port); in BE_inb()
598 debug_io("%02X\n", val); in BE_inb()
629 debug_io("inw.%04X -> ", (u16) port); in BE_inw()
631 debug_io("%04X\n", val); in BE_inw()
661 debug_io("inl.%04X -> ", (u16) port); in BE_inl()
663 debug_io("%08X\n", val); in BE_inl()
698 debug_io("outb.%04X <- %02X", (u16) port, val); in BE_outb()
700 debug_io("\n"); in BE_outb()
729 debug_io("outw.%04X <- %04X", (u16) port, val); in BE_outw()
731 debug_io("\n"); in BE_outw()
756 debug_io("outl.%04X <- %08X", (u16) port, val); in BE_outl()
758 debug_io("\n"); in BE_outl()