Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispreg.h274 #define ISP2XXX_FLT_VERSION(c) ((c)[0] | ((c)[1] << 8)) macro
H A Disp.c4654 ver = le16toh((uint16_t) (ISP2XXX_FLT_VERSION(flthdr_data))); in isp_parse_flthdr_2xxx()