Lines Matching +full:layer +full:- +full:depth
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2007-2008 Freescale Semiconductor, Inc.
11 #define SATA_HC_MAX_CMD 16 /* Max command queue depth per host controller */
44 u32 transcfg; /* Transport layer configuration */
45 u32 transstatus; /* Transport layer status */
46 u32 linkcfg; /* Link layer configuration */
47 u32 linkcfg1; /* Link layer configuration1 */
48 u32 linkcfg2; /* Link layer configuration2 */
49 u32 linkstatus; /* Link layer status */
50 u32 linkstatus1; /* Link layer status1 */
55 u32 syspr; /* System priority register - big endian */
190 #define CMD_HDR_ATTR_RESET 0x00000080 /* Reset - a SRST or device reset */
191 #define CMD_HDR_ATTR_BIST 0x00000040 /* BIST - require the host to enter BIST mode */
217 * PRD entry - Physical Region Descriptor entry
254 #define SATA_HC_MAX_PRD_USABLE (SATA_HC_MAX_PRD - 1)
258 * PRDT - Physical Region Descriptor Table
308 int queue_depth; /* Max NCQ queue depth */