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