Searched refs:BTE_LEN_MASK (Results 1 – 2 of 2) sorted by relevance
41 #define BTE_LEN_MASK ((1 << BTE_LEN_BITS) - 1) macro42 #define BTE_MAX_XFER (BTE_LEN_MASK << L1_CACHE_SHIFT)
186 transfer_size = ((len >> L1_CACHE_SHIFT) & BTE_LEN_MASK); in bte_copy()