Home
last modified time | relevance | path

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

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