Home
last modified time | relevance | path

Searched refs:base_port (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/pci/
Dpci.c157 unsigned long base, min, max, base_port; in add_io_space() local
178 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()
/arch/powerpc/kernel/
Dsetup-common.c642 int check_legacy_ioport(unsigned long base_port) in check_legacy_ioport() argument
647 switch(base_port) { in check_legacy_ioport()
/arch/powerpc/include/asm/
Dio.h15 extern int check_legacy_ioport(unsigned long base_port);