Lines Matching refs:mode
46 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) in bte_start_transfer() argument
49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
52 BTE_CTRL_STORE(bte, mode); in bte_start_transfer()
80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() argument
95 src, dest, len, mode, notification)); in bte_copy()
111 if (mode & BTE_USE_DEST) { in bte_copy()
114 if (mode & BTE_USE_ANY) { in bte_copy()
122 if (mode & BTE_USE_ANY) { in bte_copy()
173 if (!(mode & BTE_WACQUIRE)) { in bte_copy()
203 BTE_PRINTK(("IBCT = 0x%lx)\n", BTE_VALID_MODE(mode))); in bte_copy()
204 bte_start_transfer(bte, transfer_size, BTE_VALID_MODE(mode)); in bte_copy()
262 bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) in bte_unaligned_copy() argument
350 footBteLen, mode, NULL); in bte_unaligned_copy()
370 footBcopyLen), mode, NULL); in bte_unaligned_copy()
398 mode, NULL); in bte_unaligned_copy()