Lines Matching +full:ssc +full:- +full:on
1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
66 MVS_NON_NCQ_ERR_0 = 0x168, /* SRS Non-specific NCQ Error */
72 /* ports 1-3 follow after this */
75 /* ports 5-7 follow after this */
79 /* ports 1-3 follow after this */
81 /* ports 5-7 follow after this */
84 /* ports 1-3 follow after this */
87 /* ports 5-7 follow after this */
91 /* phys 1-3 follow after this */
94 /* phys 1-3 follow after this */
188 * bit 5: G1 (1.5Gbps) Without SSC
189 * bit 4: G1 (1.5Gbps) with SSC
190 * bit 3: G2 (3.0Gbps) Without SSC
191 * bit 2: G2 (3.0Gbps) with SSC
192 * bit 1: G3 (6.0Gbps) without SSC
193 * bit 0: G3 (6.0Gbps) with SSC
224 /* 64-bit buffer address */
226 /* 22-bit length */
248 MVS_SGPIO_CFG1_HIA_SHIFT = 4, /* A on time */
250 MVS_SGPIO_CFG1_HIB_SHIFT = 12, /* B on time */
251 MVS_SGPIO_CFG1_MAXACTON_SHIFT = 16, /* max activity on time */
255 /* stretch activity on time */
320 return x ? __ffs64(x) : -1; in mv_ffc64()