Searched refs:TW_SGL_OUT (Results 1 – 6 of 6) sorted by relevance
244 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
167 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
436 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
1403 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twa_load_sgl()1408 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl()
740 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twl_load_sgl()
976 switch (TW_SGL_OUT(tw_ioctl->firmware_command.opcode__sgloffset)) { in tw_chrdev_ioctl()