Home
last modified time | relevance | path

Searched refs:MKSCSI_I2B (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dsceptre.h69 * 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 Dmatsushita.h61 * 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 Dteco1.h69 * 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 Dteco2.h72 * 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 Dteco3.h70 * 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 Dleo.h65 * 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