Searched defs:DIO_ENCODE_ID (Results 1 – 2 of 2) sorted by relevance
143 #define DIO_ENCODE_ID(pr,sec) ((((int)sec & 0xff) << 8) | ((int)pr & 0xff)) macro