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