Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dispmbox.h1259 #define BITS2WORD(x) ((x)[0] << 16 | (x)[3] << 8 | (x)[2]) macro
H A Disp.c2361 pdb->portid = BITS2WORD(un.fred.pdb_portid_bits); in isp_getpdb()