Searched defs:gscr (Results 1 – 3 of 3) sorted by relevance
642 #define sata_pmp_gscr_vendor(gscr) ((gscr)[SATA_PMP_GSCR_PROD_ID] & 0xffff) argument643 #define sata_pmp_gscr_devid(gscr) ((gscr)[SATA_PMP_GSCR_PROD_ID] >> 16) argument644 #define sata_pmp_gscr_rev(gscr) (((gscr)[SATA_PMP_GSCR_REV] >> 8) & 0xff) argument645 #define sata_pmp_gscr_ports(gscr) ((gscr)[SATA_PMP_GSCR_PORT_INFO] & 0xf) argument
228 u32 gscr; /* 0x60 Global Status / Control */ member
264 u32 gscr; /* 0x60 Global Status / Control Register */ member
Completed in 9 milliseconds