Lines Matching +full:ports +full:- +full:implemented
1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
32 MVS_GBL_PI = 0x0C, /* ports implemented bitmask */
35 MVS_PORTS_IMP = 0x9C, /* SOC Port Implemented */
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 */
224 /* 64-bit buffer address */
226 /* 22-bit length */
320 return x ? __ffs64(x) : -1; in mv_ffc64()