Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cas/
H A Dif_cas.c1698 CAS_GET(word2, CAS_RC2_HDR_SIZE) == 0, in cas_rint()
1701 CAS_GET(word2, CAS_RC2_HDR_SIZE) == 0, in cas_rint()
1706 KASSERT(CAS_GET(word2, CAS_RC2_HDR_SIZE) == 0 || in cas_rint()
1711 idx = CAS_GET(word2, CAS_RC2_HDR_INDEX); in cas_rint()
1712 off = CAS_GET(word2, CAS_RC2_HDR_OFF); in cas_rint()
1737 cas_rxcksum(m, CAS_GET(word4, in cas_rint()
1750 idx = CAS_GET(word1, CAS_RC1_DATA_INDEX); in cas_rint()
1751 off = CAS_GET(word1, CAS_RC1_DATA_OFF); in cas_rint()
1781 idx2 = CAS_GET(word2, CAS_RC2_NEXT_INDEX); in cas_rint()
1821 cas_rxcksum(m, CAS_GET(word4, in cas_rint()
[all …]
H A Dif_casreg.h1011 #define CAS_GET(reg, bits) (((reg) & (bits ## _MASK)) >> (bits ## _SHFT)) macro