Home
last modified time | relevance | path

Searched refs:ISP_FC_IBITS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/isp/
Disp.c6746 #define ISP_FC_IBITS(op) ((mbpfc[((op)<<3) + 0] << 24) | (mbpfc[((op)<<3) + 1] << 16) | (mbpfc[((op… macro
7036 ibits = ISP_FC_IBITS(opcode); in isp_mboxcmd()