Searched refs:PCF_IO_REMAP (Results 1 – 2 of 2) sorted by relevance
238 #define PCF_IO_REMAP 0x00080000 /* adapter can remap I/O */ macro
1114 pcic->pc_flags |= PCF_IO_REMAP; in pcic_attach()1121 pcic->pc_flags |= PCF_IO_REMAP; in pcic_attach()3202 ((pcic->pc_flags & PCF_IO_REMAP) ? 0 : base); in pcic_set_window()3334 if (pcic->pc_flags & PCF_IO_REMAP) { in pcic_set_window()