diff options
Diffstat (limited to 'src/occ_gpe0/firdata/native.c')
-rw-r--r-- | src/occ_gpe0/firdata/native.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_gpe0/firdata/native.c b/src/occ_gpe0/firdata/native.c index 0a57867..337c97b 100644 --- a/src/occ_gpe0/firdata/native.c +++ b/src/occ_gpe0/firdata/native.c @@ -42,7 +42,7 @@ int32_t xscom_read( uint32_t i_address, uint64_t * o_data ) //P9 SCOM logic requires a target. However, if we're here, then it doesn't //matter which target we pass in, so long as isMaster is true. This will //allow to take the branch of code that schedules GPE scom job. See - //src/occ_405/firdata/scom_util.c for more info. + //src/occ_gpe0/firdata/scom_util.c for more info. SCOM_Trgt_t l_tempTarget; l_tempTarget.type = TRGT_PROC; l_tempTarget.isMaster = TRUE; @@ -64,7 +64,7 @@ int32_t xscom_write( uint32_t i_address, uint64_t i_data ) //P9 SCOM logic requires a target. However, if we're here, then it doesn't //matter which target we pass in, so long as isMaster is true. This will //allow to take the branch of code that schedules GPE scom job. See - //src/occ_405/firdata/scom_util.c for more info. + //src/occ_gpe0/firdata/scom_util.c for more info. SCOM_Trgt_t l_tempTarget; l_tempTarget.type = TRGT_PROC; l_tempTarget.isMaster = TRUE; |