Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h278 #define WINDOW_AVAILABLE_FOR_MEM(cwp) (!(cwp->state & CW_WIN_IN_USE))
611 #define CW_WIN_IN_USE 0x0000ffff /* window in use mask */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c4815 cw->state &= ~CW_WIN_IN_USE; in cs_release_window()