Home
last modified time | relevance | path

Searched refs:cistpl_pd_struct (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_params.c198 cistpl_pd_struct_t cistpl_pd_struct = { variable
H A Dcis_handlers.c1092 extern cistpl_pd_struct_t cistpl_pd_struct;
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h618 #define CISTPL_PD_MAN(m) cistpl_pd_struct.mantissa[m&15]
619 #define CISTPL_PD_EXP(e) cistpl_pd_struct.exponent[e&7]