Searched refs:MKSCSI_I2B (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/ |
H A D | sceptre.h | 69 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 70 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro 130 cdb.data[2] = MKSCSI_I2B(pc, 6, 7) | MKSCSI_I2B(page_code, 0, 5); \
|
H A D | matsushita.h | 61 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 62 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro
|
H A D | teco1.h | 69 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 70 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro
|
H A D | teco2.h | 72 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 73 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro
|
H A D | teco3.h | 70 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 71 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro
|
H A D | leo.h | 65 * MKSCSI_I2B(5, 3, 5) will generate 0x28 */ 66 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1)) macro
|
Completed in 6 milliseconds