Lines Matching +full:per +full:- +full:operation
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * 2006-2009 (C) DENX Software Engineering.
46 * struct ppc440spe_adma_device - internal representation of an ADMA device
74 * struct ppc440spe_adma_chan - internal representation of an ADMA channel
85 * @pdest_page: P destination page for async validate operation
86 * @qdest_page: Q destination page for async validate operation
87 * @pdest: P dma addr for async validate operation
88 * @qdest: Q dma addr for async validate operation
119 * struct ppc440spe_adma_desc_slot - PPC440SPE-ADMA software descriptor
121 * @group_head: first operation in a transaction
126 * @group_list: list of slots that make up a multi-descriptor transaction
135 * @slots_per_op: number of slots per operation
136 * @descs_per_op: number of slot per P/Q operation see comment
171 #define PPC440SPE_DESC_RXOR123 8 /* CDB for RXOR123 operation */
172 #define PPC440SPE_DESC_RXOR124 9 /* CDB for RXOR124 operation */
173 #define PPC440SPE_DESC_RXOR125 10 /* CDB for RXOR125 operation */
174 #define PPC440SPE_DESC_RXOR12 11 /* CDB for RXOR12 operation */