Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1087 cisptr.flags = (CISTPLF_AM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1090 cisptr.flags = (CISTPLF_CM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1369 CISTPLF_GLOBAL_CIS | CISTPLF_MF_CIS); in cis_store_cis_addr()
1371 CISTPLF_GLOBAL_CIS | CISTPLF_MF_CIS)); in cis_store_cis_addr()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h276 #define CISTPLF_MF_CIS 0x000000020 /* tuple from MF CIS chain */ macro