Lines Matching refs:pnp_rd_port
97 static int pnp_rd_port;
145 bit = inb((pnp_rd_port << 2) | 0x3) == 0x55;
149 bit = (inb((pnp_rd_port << 2) | 0x3) == 0xaa) && bit;
178 if ((inb((pnp_rd_port << 2) | 0x3)) & 0x1)
187 temp = inb((pnp_rd_port << 2) | 0x3);
630 * Run the isolation protocol. Use pnp_rd_port as the READ_DATA port
633 * pnp_rd_port as the READ_DATA port.
668 pnp_write(PNP_SET_RD_DATA, pnp_rd_port);
741 for (pnp_rd_port = 0x80; (pnp_rd_port < 0xff); pnp_rd_port += 0x10) {
744 (pnp_rd_port << 2) | 0x3);