Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h284 #define CISTPLF_CM_SPACE 0x020000000 /* this tuple is in CM space */ macro
291 #define CISTPLF_SPACE_MASK (CISTPLF_AM_SPACE | CISTPLF_CM_SPACE | \
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1090 cisptr.flags = (CISTPLF_CM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1291 cisptr->flags |= CISTPLF_CM_SPACE; in cis_create_cis_chain()
1376 if (tp->flags & CISTPLF_CM_SPACE) in cis_store_cis_addr()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1320 case CISTPLF_CM_SPACE: in cs_get_tuple_data()
1335 flags = CISTPLF_CM_SPACE; in cs_get_tuple_data()