Lines Matching +full:configuration +full:- +full:space
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
18 /* Host software's Copy Engine configuration. */
31 * Directions for interconnect pipe configuration.
32 * These definitions may be used during configuration and are shared
38 * as with a WiFi Tx operation. This is somewhat awkward for the "middle-man"
43 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */
44 #define PIPEDIR_OUT 2 /* Host->Target, WiFi Tx direction */
68 * Configuration information for a Copy Engine pipe and services.
79 * Configuration information for a Copy Engine pipe.
108 /* #entries in source ring - Must be a power of 2 */
117 /* #entries in destination ring - Must be a power of 2 */
145 /* Start of DMA-coherent area reserved for descriptors */
146 /* Host address space */
148 /* CE address space */
152 * Aligned to descriptor-size boundary.
153 * Points into reserved DMA-coherent area, above.
155 /* Host address space */
158 /* CE address space */