26 #undef READ_PORT_UCHAR
27 #undef WRITE_PORT_UCHAR
30 static PUCHAR parportBase = (PUCHAR) 0x378;
46 "%s: 0x%p = 0x%02x, 0x%p = 0x%02x, 0x%p = 0x%02x",
63 DbgWp(IN PUCHAR Port, IN UCHAR Value)
67 DBG_PORT((
DBG_PREFIX "WRITE_PORT_UCHAR(0x%p, 0x%02x)", Port, (
int)Value));
95 DBG_PORT((
DBG_PREFIX "READ_PORT_UCHAR(0x%p) = 0x%02x", Port, (
int)Value));
#define CBMIEC_GET(_line)
#define PP_CLK_IN
The CLOCK IN bit.
VOID cbmiec_show_port(IN UCHAR *Str)
Show the contents of the parallel port's registers.
Internal functions and definitions of the libiec library.
#define WRITE_PORT_UCHAR(_x_, _y_)
WRITE_PORT_UCHAR replacement for debugging.
#define PP_DATA_IN
The DATA IN bit.
#define DBG_SUCCESS(_xxx)
VOID DbgWp(IN PUCHAR Port, IN UCHAR Value)
Write to a port address with debugging output.
VOID cbmiec_show_state(IN PDEVICE_EXTENSION Pdx, IN UCHAR *Str)
Dump the input lines.
#define PP_ATN_IN
The ATN IN bit.
Definitions for the opencbm driver.
UCHAR DbgRp(IN PUCHAR Port)
Read from a port address with debugging output.
#define READ_PORT_UCHAR(_x_)
READ_PORT_UCHAR replacement for debugging.