Searched refs:BITS2WORD_24XX (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/isp/ | ||
| HD | ispmbox.h | 1335 #define BITS2WORD_24XX(x) ((x)[0] << 16 | (x)[1] << 8 | (x)[2]) macro |
| HD | isp.c | 2803 pdb->portid = BITS2WORD_24XX(un.bill.pdb_portid_bits); in isp_getpdb() |