Searched refs:debug_io (Results 1 – 1 of 1) sorted by relevance
66 #define debug_io(fmt, ...) printf(fmt, ##__VA_ARGS__) macro68 #define debug_io(x, b...) macro107 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()[all …]