Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dpci-noop.c58 if (which & IOBASE_FROM_HOSE) { in sys_pciconfig_iobase()
72 switch (which & ~IOBASE_FROM_HOSE) { in sys_pciconfig_iobase()
Dpci.c400 if (which & IOBASE_FROM_HOSE) { in sys_pciconfig_iobase()
417 switch (which & ~IOBASE_FROM_HOSE) { in sys_pciconfig_iobase()
/arch/alpha/include/asm/
Dpci.h99 #define IOBASE_FROM_HOSE 0x10000 macro