Searched refs:rd_port (Results 1 – 1 of 1) sorted by relevance
55 static int rd_port; variable61 return inb( (rd_port << 2) + 3) & 0xff; in pnp_read()139 bit = inb((rd_port << 2) | 0x3) == 0x55; in get_serial()143 bit = (inb((rd_port << 2) | 0x3) == 0xaa) && bit; in get_serial()173 if ((inb((rd_port << 2) | 0x3)) & 0x1) in get_resource_info()182 buffer[i] = inb((rd_port << 2) | 0x3); in get_resource_info()569 pnp_write(PNP_SET_RD_DATA, rd_port); in isolation_protocol()596 for (rd_port = 0x80; (rd_port < 0xff); rd_port += 0x10) { in main()597 DEB(printf("Trying Read_Port at %x...\n", (rd_port << 2) | 0x3) ); in main()