Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h282 (!(cwp->state & (CW_CIS | CW_MEM | CW_ALLOCATED)))
611 #define CW_MEM 0x00000004 /* window being used as mem window */ macro
/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs.c4721 cw->state |= (CW_ALLOCATED | CW_MEM); in cs_request_window()
5144 if ((cw->state & CW_ALLOCATED) && (cw->state & CW_MEM)) in cs_find_window()