Lines Matching defs:io_base
62 unsigned int io_base; /* base io address of the socket */
114 sockets[i].io_base = pci_resource_start(dev, 0);
197 port = sockets[socket].io_base;
211 port = sockets[socket].io_base;
225 port = sockets[socket].io_base;
244 port = sockets[socket].io_base;
262 port = sockets[socket].io_base;
364 if (sockets[socketno].io_base == 0)
672 if (sockets[0].io_base > 0)
673 release_region(sockets[0].io_base, 2);