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