Lines Matching defs:fsl_sata_reg
17 typedef struct fsl_sata_reg { struct
19 u32 cqr; /* Command queue register */
20 u8 res1[0x4];
21 u32 car; /* Command active register */
22 u8 res2[0x4];
23 u32 ccr; /* Command completed register */
24 u8 res3[0x4];
25 u32 cer; /* Command error register */
26 u8 res4[0x4];
27 u32 der; /* Device error register */
28 u32 chba; /* Command header base address */
29 u32 hstatus; /* Host status register */
30 u32 hcontrol; /* Host control register */
31 u32 cqpmp; /* Port number queue register */
32 u32 sig; /* Signature register */
33 u32 icc; /* Interrupt coalescing control register */
57 } __attribute__ ((packed)) fsl_sata_reg_t; argument