Lines Matching +full:global +full:- +full:reset
28 #include "ide-internal.h"
57 /* global controller registers */
60 AHCI_HOST_REG_CTL = 1, /* GHC: global host control */
74 #define HOST_CTL_RESET (1 << 0) /* reset controller; self-clear */
75 #define HOST_CTL_IRQ_EN (1 << 1) /* global IRQ enable */
82 #define HOST_CAP_SSS (1 << 27) /* Staggered Spin-up */
84 #define HOST_CAP_64 (1U << 31) /* PCI DAC (64-bit DMA) support */
145 #define PORT_IRQ_IF_NONFATAL (1 << 26) /* interface non-fatal error */
186 /* ap->flags bits */
193 #define ATA_SRST (1 << 2) /* software reset */
338 * but some fields have been re-mapped and re-purposed, as seen in
346 * bytes 16-19 become an le32 "auxiliary" field.