Home
last modified time | relevance | path

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

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