Searched refs:rd_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/pnpinfo/
H A Dpnpinfo.c58 static int rd_port; variable
64 return inb( (rd_port << 2) + 3) & 0xff;
142 bit = inb((rd_port << 2) | 0x3) == 0x55;
146 bit = (inb((rd_port << 2) | 0x3) == 0xaa) && bit;
176 if ((inb((rd_port << 2) | 0x3)) & 0x1)
185 buffer[i] = inb((rd_port << 2) | 0x3);
552 * Run the isolation protocol. Use rd_port as the READ_DATA port
554 * up). Upon exiting, all cards are aware that they should use rd_port
573 pnp_write(PNP_SET_RD_DATA, rd_port);
600 for (rd_port
[all...]

Completed in 34 milliseconds