Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis.h351 #define GET_SHORT(tp) cis_get_short(tp)
/titanic_50/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c75 cis_get_short(cistpl_t *tp) in cis_get_short() function
107 uint32_t result = cis_get_short(tp); in cis_get_int24()
116 uint32_t result = cis_get_short(tp); in cis_get_long()
118 result |= cis_get_short(tp) << 16; in cis_get_long()