Searched refs:ISP_FC_IBITS (Results 1 – 1 of 1) sorted by relevance
7015 #define ISP_FC_IBITS(op) ((mbpfc[((op)<<3) + 0] << 24) | (mbpfc[((op)<<3) + 1] << 16) | (mbpfc[((op… macro7297 ibits = ISP_FC_IBITS(opcode); in isp_mboxcmd_qnw()7347 ibits = ISP_FC_IBITS(opcode); in isp_mboxcmd()