Lines Matching refs:iobase
179 return inl(up->port.iobase + offset); in sio_in()
191 outl(value, up->port.iobase + offset); in sio_out()
778 if (!request_region(up->port.iobase, size, "serial_txx9")) in serial_txx9_request_resource()
803 release_region(up->port.iobase, size); in serial_txx9_release_resource()
883 if (up->port.iobase || up->port.mapbase) in serial_txx9_register_ports()
1038 if (!(uart->port.iobase || uart->port.mapbase)) in serial_txx9_register_port()
1043 uart->port.iobase = port->iobase; in serial_txx9_register_port()
1076 uart->port.iobase = 0; in serial_txx9_unregister_port()
1094 port.iobase = p->iobase; in serial_txx9_probe()
1106 p->iobase, (unsigned long long)p->mapbase, in serial_txx9_probe()
1193 port.iobase = pci_resource_start(dev, 1); in pciserial_txx9_init_one()
1315 if (up->port.iobase || up->port.mapbase) in serial_txx9_exit()