Searched refs:BIT16x2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.h125 #define BIT16x2(x,y) uint32_t x:16, y:16 macro
128 #define BIT16x2(x,y) uint32_t y:16, x:16 macro
152 BIT16x2(src, );
156 BIT16x2(src, dest_hi);
166 BIT16x2(src, dest_hi);
168 BIT16x2(len, extcode);
172 BIT16x2(src, dest_hi);
178 BIT16x2(src, dest_hi);
190 BIT16x2(src, dest_hi);
192 BIT16x2(le
[all...]
H A Diec13213.h146 BIT16x2(crc_len, crc);
150 BIT16x2(crc_len, crc);
239 BIT16x2(crc_len, crc);
H A Dfwohcireg.h380 BIT16x2(dst, );
396 BIT16x2(len, );
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfirewire.c50 #define BIT16x2(x,y) uint32_t y:16, x:16 macro

Completed in 61 milliseconds