Searched refs:base_port (Results 1 – 3 of 3) sorted by relevance
157 unsigned long base, min, max, base_port; in add_io_space() local178 base_port = IO_SPACE_BASE(space_nr); in add_io_space()180 base_port + min, base_port + max); in add_io_space()202 entry->offset = base_port; in add_io_space()203 res->start = min + base_port; in add_io_space()204 res->end = max + base_port; in add_io_space()
642 int check_legacy_ioport(unsigned long base_port) in check_legacy_ioport() argument647 switch(base_port) { in check_legacy_ioport()
15 extern int check_legacy_ioport(unsigned long base_port);