Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/isp/
HDisp.c6742 #define ISP_FC_IBITS(op) ((mbpfc[((op)<<3) + 0] << 24) | (mbpfc[((op)<<3) + 1] << 16) | (mbpfc[((op…
6743 #define ISP_FC_OBITS(op) ((mbpfc[((op)<<3) + 4] << 24) | (mbpfc[((op)<<3) + 5] << 16) | (mbpfc[((op…
6748 static const uint32_t mbpfc[] = { variable