Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1032 pd->nomV = cistpl_expd_parse(tp, &pd->nomV_flags) / 100;
1038 pd->minV = cistpl_expd_parse(tp, &pd->minV_flags) / 100;
1044 pd->maxV = cistpl_expd_parse(tp, &pd->maxV_flags) / 100;
1051 pd->staticI = cistpl_expd_parse(tp, &pd->staticI_flags);
1058 pd->avgI = cistpl_expd_parse(tp, &pd->avgI_flags);
1065 pd->peakI = cistpl_expd_parse(tp, &pd->peakI_flags);
1072 pd->pdownI = cistpl_expd_parse(tp, &pd->pdownI_flags);
1095 cistpl_expd_parse(cistpl_t *tp, uint32_t *flags)
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_protos.h47 uint32_t cistpl_expd_parse(cistpl_t *, uint32_t *);