Lines Matching refs:io_base
59 unsigned int io_base; /* base io address of the socket */ member
107 sockets[i].io_base = pci_resource_start(dev, 0); in i82092aa_pci_probe()
188 port = sockets[socket].io_base; in indirect_read()
203 port = sockets[socket].io_base;
220 port = sockets[socket].io_base; in indirect_write()
233 port = sockets[socket].io_base; in indirect_setbit()
250 port = sockets[socket].io_base; in indirect_resetbit()
266 port = sockets[socket].io_base; in indirect_write16()
366 if (sockets[socketno].io_base == 0) in card_present()
697 if (sockets[0].io_base>0) in i82092aa_module_exit()
698 release_region(sockets[0].io_base, 2); in i82092aa_module_exit()