Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2828 memp->pcw_status &= ~(PCW_MAPPED|PCW_ENABLED); in pcic_set_window()
3100 memp->pcw_status |= PCW_ENABLED; in pcic_set_window()
3119 memp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3233 winp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3432 winp->pcw_status |= PCW_ENABLED; in pcic_set_window()
3461 winp->pcw_status &= ~PCW_ENABLED; in pcic_set_window()
3596 if (!(memp->pcw_status & PCW_ENABLED)) in pcic_set_page()
4329 if (winp->pcw_status & PCW_ENABLED) in pcic_get_page()
4494 if (winp->pcw_status & PCW_ENABLED) in pcic_get_window()
4670 io->pcw_status &= ~PCW_ENABLED; in pcic_reset_socket()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h96 #define PCW_ENABLED 0x0002 /* window is enabled */ macro