Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h349 #define GET_SHORT(tp) cis_get_short(tp)
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c73 cis_get_short(cistpl_t *tp) in cis_get_short() function
105 uint32_t result = cis_get_short(tp); in cis_get_int24()
114 uint32_t result = cis_get_short(tp); in cis_get_long()
116 result |= cis_get_short(tp) << 16; in cis_get_long()