Searched defs:DIO_ENCODE_ID (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Ddio.h143 #define DIO_ENCODE_ID(pr,sec) ((((int)sec & 0xff) << 8) | ((int)pr & 0xff)) macro

Completed in 135 milliseconds