Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c982 } while ((GET_BYTE(tp) & CISTPL_EXT_BIT) &&
1110 if (pdesc & CISTPL_EXT_BIT) {
1120 } while (GET_BYTE(tp) & CISTPL_EXT_BIT);
1203 } while (exspeed & CISTPL_EXT_BIT);
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h77 #define CISTPL_EXT_BIT 0x080 /* additional extension bytes follow */ macro