Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h82 #define BLK_MASK ((1 << BLK_SHFT) - 1) macro
85 #define BLK_LEN(x) ((x + BLK_MASK) >> BLK_SHFT)
86 #define BLK_OFF(x) ((x) & BLK_MASK)