Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c980 } while ((GET_BYTE(tp) & CISTPL_EXT_BIT) &&
1108 if (pdesc & CISTPL_EXT_BIT) {
1118 } while (GET_BYTE(tp) & CISTPL_EXT_BIT);
1201 } while (exspeed & CISTPL_EXT_BIT);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h75 #define CISTPL_EXT_BIT 0x080 /* additional extension bytes follow */ macro