Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1089 cisptr.flags = (CISTPLF_AM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1092 cisptr.flags = (CISTPLF_CM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1371 CISTPLF_GLOBAL_CIS | CISTPLF_MF_CIS); in cis_store_cis_addr()
1373 CISTPLF_GLOBAL_CIS | CISTPLF_MF_CIS)); in cis_store_cis_addr()
/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis.h278 #define CISTPLF_MF_CIS 0x000000020 /* tuple from MF CIS chain */ macro