Lines Matching +full:compound +full:- +full:device
4 * Freescale RAID Engine device driver
13 * Copyright (c) 2010-2012 Freescale Semiconductor, Inc.
67 #define FSL_RE_RING_SIZE_MASK (FSL_RE_RING_SIZE - 1)
70 #define FSL_RE_ADDR_BIT_MASK (BIT(FSL_RE_ADDR_BIT_SHIFT) - 1)
145 __be32 inbring_base_h; /* Inbound Ring Base Address Register - High */
146 __be32 inbring_base_l; /* Inbound Ring Base Address Register - Low */
157 __be32 oubring_base_h; /* Outbound Ring Base Address Register - High */
158 __be32 oubring_base_l; /* Outbound Ring Base Address Register - Low */
203 /* CDB for no-op command */
220 /* Compound frame */
255 /* Raid Engine device private data */
273 struct device *dev;