Home
last modified time | relevance | path

Searched refs:CIS_MAX_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h188 #define CS_MAX_CIS (CIS_MAX_FUNCTIONS + 1)
189 #define CS_GLOBAL_CIS CIS_MAX_FUNCTIONS
214 #define CS_MAX_FUNCTIONS_MASK (CIS_MAX_FUNCTIONS - 1)
242 CIS_MAX_FUNCTIONS))
245 CIS_MAX_FUNCTIONS))<<16)
H A Dcis.h191 #define CIS_MAX_FUNCTIONS 8 /* max number of functions per card */ macro
H A Dcis_handlers.h953 cis_function_t function[CIS_MAX_FUNCTIONS];
/titanic_50/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c2047 (cs->nregs > CIS_MAX_FUNCTIONS)) {
/titanic_50/usr/src/uts/common/pcmcia/cs/
H A Dcs.c7338 gcsi->FuncsPerSocket = CIS_MAX_FUNCTIONS;