Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1035 pd->nomV_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1041 pd->minV_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1047 pd->maxV_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1054 pd->staticI_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1061 pd->avgI_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1068 pd->peakI_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
1075 pd->pdownI_flags |= (pdesc | CISTPL_CFTABLE_PD_EXISTS);
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h714 #define CISTPL_CFTABLE_PD_EXISTS 0x000000100 macro