Home
last modified time | relevance | path

Searched refs:sata_pmp_gscr_rev (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dlibata.h644 #define sata_pmp_gscr_rev(gscr) (((gscr)[SATA_PMP_GSCR_REV] >> 8) & 0xff) macro
/openbmc/linux/include/linux/
H A Data.h1048 #define sata_pmp_gscr_rev(gscr) (((gscr)[SATA_PMP_GSCR_REV] >> 8) & 0xff) macro
/openbmc/linux/drivers/ata/
H A Dlibata-pmp.c317 sata_pmp_gscr_rev(gscr), in sata_pmp_configure()