Lines Matching refs:mode
45 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) in bte_start_transfer() argument
48 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
51 BTE_CTRL_STORE(bte, mode); in bte_start_transfer()
79 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() argument
94 src, dest, len, mode, notification)); in bte_copy()
110 if (mode & BTE_USE_DEST) { in bte_copy()
113 if (mode & BTE_USE_ANY) { in bte_copy()
121 if (mode & BTE_USE_ANY) { in bte_copy()
172 if (!(mode & BTE_WACQUIRE)) { in bte_copy()
202 BTE_PRINTK(("IBCT = 0x%lx)\n", BTE_VALID_MODE(mode))); in bte_copy()
203 bte_start_transfer(bte, transfer_size, BTE_VALID_MODE(mode)); in bte_copy()
261 bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) in bte_unaligned_copy() argument
349 footBteLen, mode, NULL); in bte_unaligned_copy()
369 footBcopyLen), mode, NULL); in bte_unaligned_copy()
397 mode, NULL); in bte_unaligned_copy()