Home
last modified time | relevance | path

Searched refs:WS_ENABLED (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dsservice.h250 #define WS_ENABLED 0x02 macro
/titanic_50/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1575 sw.state = (WS_ENABLED | WS_EXACT_MAPIN); in cs_init_cis_window()
4973 sw.state |= WS_ENABLED; in cs_modify_mem_window()
4976 sw.state &= ~WS_ENABLED; in cs_modify_mem_window()
5577 set_window.state = (WS_ENABLED | WS_16BIT |
6072 set_window.state = get_window.state & ~WS_ENABLED;
6101 set_window.state = (WS_ENABLED | WS_IO |
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c2809 if (window->state & WS_ENABLED) { in pcic_set_window()
3159 if (window->state & WS_ENABLED) { in pcic_set_window()
4494 window->state |= WS_ENABLED; in pcic_get_window()