We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8456b commit 59a98f4Copy full SHA for 59a98f4
arch/arm/mm/cache-uniphier.c
@@ -58,11 +58,13 @@
58
((op & UNIPHIER_SSCOQM_S_MASK) == UNIPHIER_SSCOQM_S_RANGE)
59
60
/**
61
- * uniphier_cache_data - UniPhier outer cache specific data
+ * struct uniphier_cache_data - UniPhier outer cache specific data
62
*
63
* @ctrl_base: virtual base address of control registers
64
* @rev_base: virtual base address of revision registers
65
* @op_base: virtual base address of operation registers
66
+ * @way_ctrl_base: virtual address of the way control registers for this
67
+ * SoC revision
68
* @way_mask: each bit specifies if the way is present
69
* @nsets: number of associativity sets
70
* @line_size: line size in bytes
0 commit comments