Searched refs:CW_ALLOCATED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h282 (!(cwp->state & (CW_CIS | CW_MEM | CW_ALLOCATED)))
598 * Setting the CW_ALLOCATED will prevent the window from being found
601 * the CW_ALLOCATED flag when it has assigned a memory window to
603 * will only set the CW_ALLOCATED flag if it doesn't want the IO
609 #define CW_ALLOCATED 0x00000001 /* window is allocated */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c4721 cw->state |= (CW_ALLOCATED | CW_MEM);
5144 if ((cw->state & CW_ALLOCATED) && (cw->state & CW_MEM))
5612 cw->state |= (CW_ALLOCATED | CW_IO);
6015 cw->state = (cw->state & CW_WINDOW_VALID) | (CW_ALLOCATED | CW_IO);
8086 cw->state |= (CW_CIS | CW_ALLOCATED);

Completed in 76 milliseconds