Searched refs:CISTPL_EXT_BIT (Results 1 – 2 of 2) sorted by relevance
982 } 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);
77 #define CISTPL_EXT_BIT 0x080 /* additional extension bytes follow */ macro