Searched refs:pnp_rd_port (Results 1 – 2 of 2) sorted by relevance
276 int pnp_rd_port; in isapnp_enumerate() local303 for (pnp_rd_port = 0x80; pnp_rd_port < 0xff; pnp_rd_port += 0x10) { in isapnp_enumerate()305 isapnp_readport = (pnp_rd_port << 2) | 0x3; in isapnp_enumerate()
97 static int pnp_rd_port; variable 145 bit = inb((pnp_rd_port << 2) | 0x3) == 0x55; in pnp_get_serial() 149 bit = (inb((pnp_rd_port << 2) | 0x3) == 0xaa) && bit; in pnp_get_serial() 178 if ((inb((pnp_rd_port << 2) | 0x3)) & 0x1) in pnp_get_resource_info() 187 temp = inb((pnp_rd_port << 2) | 0x3); in pnp_get_resource_info() 630 * Run the isolation protocol. Use pnp_rd_port as the READ_DATA port633 * pnp_rd_port as the READ_DATA port.668 pnp_write(PNP_SET_RD_DATA, pnp_rd_port); in pnp_isolation_protocol() 741 for (pnp_rd_port = 0x80; (pnp_rd_port < in pnp_identify() [all...]