summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw/userif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/devicefw/userif.H')
-rw-r--r--src/include/usr/devicefw/userif.H26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/include/usr/devicefw/userif.H b/src/include/usr/devicefw/userif.H
index 4df37c8a8..68f923f95 100644
--- a/src/include/usr/devicefw/userif.H
+++ b/src/include/usr/devicefw/userif.H
@@ -67,7 +67,7 @@ namespace DeviceFW
SIO,
AHB_SIO,
DVPD, // Direct access memory VPD
- MEMD_VPD,
+ DEPRECATED_MEMD_VPD,
NODECOMM,
LAST_ACCESS_TYPE,
@@ -256,30 +256,6 @@ namespace DeviceFW
static_cast<uint64_t>(( i_location ))
/**
- * Construct the device addressing parameters for the DVPD (Direct access
- * memory VPD) device ops.
- * @param[in] i_record - The enumeration of the DVPD record to access.
- * @param[in] i_keyword - The enumeration of the DVPD keyword, located
- * within the i_record Record to access.
- */
- #define DEVICE_MEMD_VPD_ADDRESS( i_record, i_keyword )\
- DEVICE_MEMD_VPD_FORCE_ADDRESS( i_record, i_keyword, VPD::PNOR )
-
- /**
- * Construct the device addressing parameters for the DVPD device ops.
- * @param[in] i_record - The enumeration of the DVPD record to access.
- * @param[in] i_keyword - The enumeration of the DVPD keyword, located
- * within the i_record Record to access.
- * @param[in] i_location - The location of the data (PNOR/SEEPROM)
- see vpd_if.H
- */
- #define DEVICE_MEMD_VPD_FORCE_ADDRESS( i_record, i_keyword, i_location )\
- DeviceFW::MEMD_VPD, static_cast<uint64_t>(( i_record )),\
- static_cast<uint64_t>(( i_keyword )),\
- static_cast<uint64_t>(( i_location ))
-
-
- /**
* Construct the device addressing parameters for the SCAN device ops.
* @param[in] i_ring - The ring address to scan
* @param[in] i_ringlen - The length of the ring to scan in bits
OpenPOWER on IntegriCloud