Searched refs:gscr (Results 1 – 4 of 4) sorted by relevance
1062 #define sata_pmp_gscr_vendor(gscr) ((gscr)[SATA_PMP_GSCR_PROD_ID] & 0xffff) argument1063 #define sata_pmp_gscr_devid(gscr) ((gscr)[SATA_PMP_GSCR_PROD_ID] >> 16) argument1064 #define sata_pmp_gscr_rev(gscr) (((gscr)[SATA_PMP_GSCR_REV] >> 8) & 0xff) argument1065 #define sata_pmp_gscr_ports(gscr) ((gscr)[SATA_PMP_GSCR_PORT_INFO] & 0xf) argument
773 u32 gscr[SATA_PMP_GSCR_DWORDS]; /* PMP GSCR block */ member
79 u32 gscr; /* PCI + 0x60 */ member313 tmp = in_be32(&pci_regs->gscr); in mpc52xx_pci_setup()319 out_be32(&pci_regs->gscr, tmp | MPC52xx_PCI_GSCR_PR); in mpc52xx_pci_setup()324 out_be32(&pci_regs->gscr, tmp & ~MPC52xx_PCI_GSCR_PR); in mpc52xx_pci_setup()
75 What: /sys/class/ata_device/devX[.Y].Z/gscr89 gscr: (RO) Cached result of the dump of PM GSCR