Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dpcic.c2827 memp->pcw_status &= ~(PCW_MAPPED|PCW_ENABLED); in pcic_set_window()
3099 memp->pcw_status |= PCW_ENABLED; in pcic_set_window()
3118 memp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3165 winp->pcw_status &= ~(PCW_MAPPED|PCW_ENABLED); in pcic_set_window()
3232 winp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3431 winp->pcw_status |= PCW_ENABLED; in pcic_set_window()
3460 winp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3595 if (!(memp->pcw_status & PCW_ENABLED)) in pcic_set_page()
4328 if (winp->pcw_status & PCW_ENABLED) in pcic_get_page()
4493 if (winp->pcw_status & PCW_ENABLED) in pcic_get_window()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_var.h98 #define PCW_ENABLED 0x0002 /* window is enabled */ macro