Home
last modified time | relevance | path

Searched refs:PCF_IO_REMAP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h236 #define PCF_IO_REMAP 0x00080000 /* adapter can remap I/O */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c1115 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()