Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h186 #define CS_MAX_CIS (CIS_MAX_FUNCTIONS + 1)
187 #define CS_GLOBAL_CIS CIS_MAX_FUNCTIONS
212 #define CS_MAX_FUNCTIONS_MASK (CIS_MAX_FUNCTIONS - 1)
240 CIS_MAX_FUNCTIONS))
243 CIS_MAX_FUNCTIONS))<<16)
H A Dcis.h189 #define CIS_MAX_FUNCTIONS 8 /* max number of functions per card */ macro
H A Dcis_handlers.h951 cis_function_t function[CIS_MAX_FUNCTIONS];
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c2045 (cs->nregs > CIS_MAX_FUNCTIONS)) {
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c7336 gcsi->FuncsPerSocket = CIS_MAX_FUNCTIONS;