summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/cavium
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-11 17:53:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-18 13:24:28 +0000
commit45e6c82e682fcfa7155f0e0193bf4c666b1d6466 (patch)
tree271637254114b391f7ed94c536aa15eec9fc0f4c /src/vendorcode/cavium
parent7ccb2821d27624d97e9728629bf675242d4966d8 (diff)
downloadcoreboot-45e6c82e682fcfa7155f0e0193bf4c666b1d6466.tar.gz
coreboot-45e6c82e682fcfa7155f0e0193bf4c666b1d6466.tar.bz2
coreboot-45e6c82e682fcfa7155f0e0193bf4c666b1d6466.zip
Fix typos involving "the the"
Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode/cavium')
-rw-r--r--src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-test.c2
-rw-r--r--src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-gsern.h4
-rw-r--r--src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-rvu.h40
3 files changed, 23 insertions, 23 deletions
diff --git a/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-test.c b/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-test.c
index 4f54b6951655..82157891123d 100644
--- a/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-test.c
+++ b/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-test.c
@@ -150,7 +150,7 @@ static bdk_dram_test_flags_t dram_test_flags; // FIXME: Don't use global
* variables at the beginning of this file.
*
* @param arg Number of the region we should check
- * @param arg1 Pointer the the test_info structure
+ * @param arg1 Pointer to the test_info structure
*/
static void dram_test_thread(int arg, void *arg1)
{
diff --git a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-gsern.h b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-gsern.h
index d1b23fccff0b..1efb6f3bd27f 100644
--- a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-gsern.h
+++ b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-gsern.h
@@ -11862,7 +11862,7 @@ union bdk_gsernx_lanex_rx_idle_cal_cfg
FIXME no such field RECALIBRATION_OOB_COUNT_ADDER then remove above exempt attribute. */
uint64_t reserved_40_60 : 21;
uint64_t max_oob_adder_count : 8; /**< [ 39: 32](R/W) Maximum number of OOB forced pushouts of the idle recalibrations allowed. If the
- number of pushouts matches this number, the the idle offset is forced to recalibrate
+ number of pushouts matches this number, the idle offset is forced to recalibrate
regardless of the state of the link. */
uint64_t oob_delay_adder_count : 32; /**< [ 31: 0](R/W) Number of svc_clk ticks allowed to delay the idle recalibration. Default is equal to
1 second based on a 10 ns service clock cycle time. */
@@ -11870,7 +11870,7 @@ union bdk_gsernx_lanex_rx_idle_cal_cfg
uint64_t oob_delay_adder_count : 32; /**< [ 31: 0](R/W) Number of svc_clk ticks allowed to delay the idle recalibration. Default is equal to
1 second based on a 10 ns service clock cycle time. */
uint64_t max_oob_adder_count : 8; /**< [ 39: 32](R/W) Maximum number of OOB forced pushouts of the idle recalibrations allowed. If the
- number of pushouts matches this number, the the idle offset is forced to recalibrate
+ number of pushouts matches this number, the idle offset is forced to recalibrate
regardless of the state of the link. */
uint64_t reserved_40_60 : 21;
uint64_t idle_oob_adder_counter_clear : 1;/**< [ 61: 61](R/W) This bit one set to high, forces the counter counting the number of OOB caused
diff --git a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-rvu.h b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-rvu.h
index 4a0c33d5210b..c50d3b29e63a 100644
--- a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-rvu.h
+++ b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-csrs-rvu.h
@@ -1616,13 +1616,13 @@ union bdk_rvu_pf_block_addrx_disc
uint64_t reserved_9_10 : 2;
uint64_t num_lfs : 9; /**< [ 8: 0](RO/H) Number of local functions from the block that are provisioned to the VF/PF.
When non-zero, the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in
- the the block.
+ the block.
Returns 0 for block types that do not have local functions, 0 or 1 for
single-slot blocks; see RVU_BLOCK_TYPE_E. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](RO/H) Number of local functions from the block that are provisioned to the VF/PF.
When non-zero, the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in
- the the block.
+ the block.
Returns 0 for block types that do not have local functions, 0 or 1 for
single-slot blocks; see RVU_BLOCK_TYPE_E. */
uint64_t reserved_9_10 : 2;
@@ -2972,10 +2972,10 @@ union bdk_rvu_priv_hwvfx_cptx_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3140,10 +3140,10 @@ union bdk_rvu_priv_hwvfx_sso_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3180,10 +3180,10 @@ union bdk_rvu_priv_hwvfx_ssow_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3220,10 +3220,10 @@ union bdk_rvu_priv_hwvfx_tim_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3357,10 +3357,10 @@ union bdk_rvu_priv_pfx_cptx_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3660,10 +3660,10 @@ union bdk_rvu_priv_pfx_sso_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3700,10 +3700,10 @@ union bdk_rvu_priv_pfx_ssow_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3740,10 +3740,10 @@ union bdk_rvu_priv_pfx_tim_cfg
#if __BYTE_ORDER == __BIG_ENDIAN /* Word 0 - Big Endian */
uint64_t reserved_9_63 : 55;
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](R/W) Number of LFs from the block that are provisioned to the PF/VF. When non-zero,
- the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the the block. */
+ the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in the block. */
uint64_t reserved_9_63 : 55;
#endif /* Word 0 - End */
} s;
@@ -3792,13 +3792,13 @@ union bdk_rvu_vf_block_addrx_disc
uint64_t reserved_9_10 : 2;
uint64_t num_lfs : 9; /**< [ 8: 0](RO/H) Number of local functions from the block that are provisioned to the VF/PF.
When non-zero, the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in
- the the block.
+ the block.
Returns 0 for block types that do not have local functions, 0 or 1 for
single-slot blocks; see RVU_BLOCK_TYPE_E. */
#else /* Word 0 - Little Endian */
uint64_t num_lfs : 9; /**< [ 8: 0](RO/H) Number of local functions from the block that are provisioned to the VF/PF.
When non-zero, the provisioned LFs are mapped to slots 0 to [NUM_LFS]-1 in
- the the block.
+ the block.
Returns 0 for block types that do not have local functions, 0 or 1 for
single-slot blocks; see RVU_BLOCK_TYPE_E. */
uint64_t reserved_9_10 : 2;