Searched refs:TW_SGL_OUT (Results 1 – 6 of 6) sorted by relevance
239 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
160 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
428 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
1404 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twa_load_sgl()1409 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl()
702 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twl_load_sgl()
967 switch (TW_SGL_OUT(tw_ioctl->firmware_command.opcode__sgloffset)) { in tw_chrdev_ioctl()