aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/ddr_phy500/include/mod_ddr_phy500.h2
-rw-r--r--module/dmc500/include/mod_dmc500.h2
-rw-r--r--module/dmc620/include/mod_dmc620.h8
-rw-r--r--module/msys_rom/include/mod_msys_rom.h4
-rw-r--r--module/ppu_v0/src/ppu_v0.h2
-rw-r--r--module/ppu_v1/src/ppu_v1.h2
-rw-r--r--module/scmi_power_domain/include/mod_scmi_power_domain.h4
-rw-r--r--module/sensor/src/sensor.h2
-rw-r--r--module/system_pll/include/mod_system_pll.h4
-rw-r--r--product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h6
-rw-r--r--product/juno/module/juno_dmc400/include/mod_juno_dmc400.h2
-rw-r--r--product/morello/module/dmc_bing/include/mod_dmc_bing.h8
-rw-r--r--product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h8
-rw-r--r--product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h2
-rw-r--r--product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h2
-rw-r--r--product/synquacer/module/ccn512/include/mod_ccn512.h2
-rw-r--r--product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h2
17 files changed, 0 insertions, 62 deletions
diff --git a/module/ddr_phy500/include/mod_ddr_phy500.h b/module/ddr_phy500/include/mod_ddr_phy500.h
index 68b72f3a..9a8e78e0 100644
--- a/module/ddr_phy500/include/mod_ddr_phy500.h
+++ b/module/ddr_phy500/include/mod_ddr_phy500.h
@@ -33,7 +33,6 @@
struct mod_ddr_phy500_reg {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t INIT_COMPLETE;
FWK_RW uint32_t MEMORY_WIDTH;
@@ -61,7 +60,6 @@ struct mod_ddr_phy500_reg {
FWK_RW uint32_t T_CTRL_UPD_MIN;
/*!
* \endcond
- * \}
*/
};
diff --git a/module/dmc500/include/mod_dmc500.h b/module/dmc500/include/mod_dmc500.h
index c080ad50..5895616b 100644
--- a/module/dmc500/include/mod_dmc500.h
+++ b/module/dmc500/include/mod_dmc500.h
@@ -39,7 +39,6 @@
struct mod_dmc500_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t SI0_SI_STATUS;
FWK_R uint32_t SI0_SI_INTERRUPT_STATUS;
@@ -409,7 +408,6 @@ struct mod_dmc500_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/module/dmc620/include/mod_dmc620.h b/module/dmc620/include/mod_dmc620.h
index 502d875a..0098122b 100644
--- a/module/dmc620/include/mod_dmc620.h
+++ b/module/dmc620/include/mod_dmc620.h
@@ -44,7 +44,6 @@
struct mod_dmc620_access_address_next {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MIN_31_00;
FWK_RW uint32_t MIN_43_32;
@@ -52,7 +51,6 @@ struct mod_dmc620_access_address_next {
FWK_RW uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -62,7 +60,6 @@ struct mod_dmc620_access_address_next {
struct mod_dmc620_access_address_now {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MIN_31_00;
FWK_R uint32_t MIN_43_32;
@@ -70,7 +67,6 @@ struct mod_dmc620_access_address_now {
FWK_R uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -80,7 +76,6 @@ struct mod_dmc620_access_address_now {
struct mod_dmc620_pmu_counter {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MASK_31_00;
FWK_RW uint32_t MASK_63_32;
@@ -94,7 +89,6 @@ struct mod_dmc620_pmu_counter {
uint32_t RESERVED2;
/*!
* \endcond
- * \}
*/
};
@@ -104,7 +98,6 @@ struct mod_dmc620_pmu_counter {
struct mod_dmc620_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MEMC_STATUS;
FWK_R uint32_t MEMC_CONFIG;
@@ -560,7 +553,6 @@ struct mod_dmc620_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/module/msys_rom/include/mod_msys_rom.h b/module/msys_rom/include/mod_msys_rom.h
index f5f402b9..5eb9fdf2 100644
--- a/module/msys_rom/include/mod_msys_rom.h
+++ b/module/msys_rom/include/mod_msys_rom.h
@@ -61,8 +61,4 @@ static const fwk_id_t mod_msys_rom_notification_id_systop =
* \}
*/
-/*!
- * \}
- */
-
#endif /* MOD_MSYS_ROM_H */
diff --git a/module/ppu_v0/src/ppu_v0.h b/module/ppu_v0/src/ppu_v0.h
index a89b2f84..c792964d 100644
--- a/module/ppu_v0/src/ppu_v0.h
+++ b/module/ppu_v0/src/ppu_v0.h
@@ -10,7 +10,6 @@
/*!
* \cond
- * \{
*/
#include <mod_timer.h>
@@ -153,7 +152,6 @@ int ppu_v0_get_power_mode(struct ppu_v0_reg *ppu, enum ppu_v0_mode *mode);
/*!
* \endcond
- * \}
*/
#endif /* PPU_V0_H */
diff --git a/module/ppu_v1/src/ppu_v1.h b/module/ppu_v1/src/ppu_v1.h
index 5da0c5a3..2ad9a32f 100644
--- a/module/ppu_v1/src/ppu_v1.h
+++ b/module/ppu_v1/src/ppu_v1.h
@@ -10,7 +10,6 @@
/*!
* \cond
- * \{
*/
#include <mod_timer.h>
@@ -476,7 +475,6 @@ unsigned int ppu_v1_get_arch_id(struct ppu_v1_reg *ppu);
/*!
* \endcond
- * \}
*/
#endif /* PPU_V1_H */
diff --git a/module/scmi_power_domain/include/mod_scmi_power_domain.h b/module/scmi_power_domain/include/mod_scmi_power_domain.h
index bb6a6db7..76c83b4c 100644
--- a/module/scmi_power_domain/include/mod_scmi_power_domain.h
+++ b/module/scmi_power_domain/include/mod_scmi_power_domain.h
@@ -115,8 +115,4 @@ int scmi_pd_power_state_set_policy(
* \}
*/
-/*!
- * \}
- */
-
#endif /* MOD_SCMI_POWER_DOMAIN_H */
diff --git a/module/sensor/src/sensor.h b/module/sensor/src/sensor.h
index 9ac4e89c..8a83cfde 100644
--- a/module/sensor/src/sensor.h
+++ b/module/sensor/src/sensor.h
@@ -16,7 +16,6 @@
/*!
* \cond
- * \{
*/
/*
@@ -47,7 +46,6 @@ static const fwk_id_t mod_sensor_event_id_read_complete =
/*!
* \endcond
- * \}
*/
#endif /* SENSOR_H */
diff --git a/module/system_pll/include/mod_system_pll.h b/module/system_pll/include/mod_system_pll.h
index 2c2645c5..49a7437f 100644
--- a/module/system_pll/include/mod_system_pll.h
+++ b/module/system_pll/include/mod_system_pll.h
@@ -88,8 +88,4 @@ struct mod_system_pll_dev_config {
* \}
*/
-/*!
- * \}
- */
-
#endif /* MOD_SYSTEM_PLL_H */
diff --git a/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h b/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h
index b8f77c9a..dd51dbb3 100644
--- a/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h
+++ b/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h
@@ -33,7 +33,6 @@
struct mod_juno_ddr_phy400_ptm_reg {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t INTERRUPT_ENABLE;
FWK_RW uint32_t INTERRUPT_STATUS;
@@ -69,7 +68,6 @@ struct mod_juno_ddr_phy400_ptm_reg {
FWK_RW uint32_t PHY_SCRATCH2;
/*!
* \endcond
- * \}
*/
};
@@ -84,7 +82,6 @@ struct mod_juno_ddr_phy400_ptm_reg {
struct mod_juno_ddr_phy400_c3a_reg {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t INTERRUPT_ENABLE;
FWK_RW uint32_t INTERRUPT_STATUS;
@@ -107,7 +104,6 @@ struct mod_juno_ddr_phy400_c3a_reg {
FWK_RW uint32_t IO_CTRL3;
/*!
* \endcond
- * \}
*/
};
@@ -137,7 +133,6 @@ struct mod_juno_ddr_phy400_c3a_reg {
struct mod_juno_ddr_phy400_bl_reg {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t INTERRUPT_ENABLE;
FWK_RW uint32_t RAW_INTERRUPT1;
@@ -230,7 +225,6 @@ struct mod_juno_ddr_phy400_bl_reg {
FWK_RW uint32_t WRDLL_DCC_STATUS;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h b/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h
index d9c2378d..96b2985a 100644
--- a/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h
+++ b/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h
@@ -58,7 +58,6 @@
struct mod_juno_dmc400_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MEMC_STATUS;
FWK_R uint32_t MEMC_CONFIG;
@@ -189,7 +188,6 @@ struct mod_juno_dmc400_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/morello/module/dmc_bing/include/mod_dmc_bing.h b/product/morello/module/dmc_bing/include/mod_dmc_bing.h
index 6e8a4e78..68cef255 100644
--- a/product/morello/module/dmc_bing/include/mod_dmc_bing.h
+++ b/product/morello/module/dmc_bing/include/mod_dmc_bing.h
@@ -44,7 +44,6 @@
struct mod_dmc_bing_access_address_next {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MIN_31_00;
FWK_RW uint32_t MIN_43_32;
@@ -52,7 +51,6 @@ struct mod_dmc_bing_access_address_next {
FWK_RW uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -62,7 +60,6 @@ struct mod_dmc_bing_access_address_next {
struct mod_dmc_bing_access_address_now {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MIN_31_00;
FWK_R uint32_t MIN_43_32;
@@ -70,7 +67,6 @@ struct mod_dmc_bing_access_address_now {
FWK_R uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -80,7 +76,6 @@ struct mod_dmc_bing_access_address_now {
struct mod_dmc_bing_pmu_counter {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MASK_31_00;
FWK_RW uint32_t MASK_63_32;
@@ -94,7 +89,6 @@ struct mod_dmc_bing_pmu_counter {
uint32_t RESERVED2;
/*!
* \endcond
- * \}
*/
};
@@ -104,7 +98,6 @@ struct mod_dmc_bing_pmu_counter {
struct mod_dmc_bing_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MEMC_STATUS;
FWK_R uint32_t MEMC_CONFIG;
@@ -560,7 +553,6 @@ struct mod_dmc_bing_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h b/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h
index bd93bc70..67f75817 100644
--- a/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h
+++ b/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h
@@ -43,7 +43,6 @@
struct mod_dmc620_access_address_next {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MIN_31_00;
FWK_RW uint32_t MIN_43_32;
@@ -51,7 +50,6 @@ struct mod_dmc620_access_address_next {
FWK_RW uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -61,7 +59,6 @@ struct mod_dmc620_access_address_next {
struct mod_dmc620_access_address_now {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MIN_31_00;
FWK_R uint32_t MIN_43_32;
@@ -69,7 +66,6 @@ struct mod_dmc620_access_address_now {
FWK_R uint32_t MAX_43_32;
/*!
* \endcond
- * \}
*/
};
@@ -79,7 +75,6 @@ struct mod_dmc620_access_address_now {
struct mod_dmc620_pmu_counter {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t MASK_31_00;
FWK_RW uint32_t MASK_63_32;
@@ -93,7 +88,6 @@ struct mod_dmc620_pmu_counter {
uint32_t RESERVED2;
/*!
* \endcond
- * \}
*/
};
@@ -103,7 +97,6 @@ struct mod_dmc620_pmu_counter {
struct mod_dmc620_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t MEMC_STATUS;
FWK_R uint32_t MEMC_CONFIG;
@@ -560,7 +553,6 @@ struct mod_dmc620_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h b/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h
index c17c365b..893c7055 100644
--- a/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h
+++ b/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h
@@ -31,7 +31,6 @@
struct mod_sgm775_ddr_phy500_reg {
/*!
* \cond
- * \{
*/
FWK_RW uint32_t INIT_COMPLETE;
FWK_RW uint32_t MEMORY_WIDTH;
@@ -59,7 +58,6 @@ struct mod_sgm775_ddr_phy500_reg {
FWK_RW uint32_t T_CTRL_UPD_MIN;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h b/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h
index c7912adf..df3624d3 100644
--- a/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h
+++ b/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h
@@ -35,7 +35,6 @@
struct mod_sgm775_dmc500_reg {
/*!
* \cond
- * \{
*/
FWK_R uint32_t SI0_SI_STATUS;
FWK_R uint32_t SI0_SI_INTERRUPT_STATUS;
@@ -405,7 +404,6 @@ struct mod_sgm775_dmc500_reg {
FWK_R uint32_t COMPONENT_ID_3;
/*!
* \endcond
- * \}
*/
};
diff --git a/product/synquacer/module/ccn512/include/mod_ccn512.h b/product/synquacer/module/ccn512/include/mod_ccn512.h
index 551802bb..776c7bdc 100644
--- a/product/synquacer/module/ccn512/include/mod_ccn512.h
+++ b/product/synquacer/module/ccn512/include/mod_ccn512.h
@@ -36,7 +36,6 @@
typedef struct {
/*!
* \cond
- * \{
*/
ccn5xx_mn_reg_t MN_ID_34;
ccn5xx_dbg_reg_t DEBUG_ID_34;
@@ -94,7 +93,6 @@ typedef struct {
ccn5xx_rni_reg_t RNI_ID_28;
/*!
* \endcond
- * \}
*/
} ccn512_reg_t;
diff --git a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
index a49fa05b..2023f6e5 100644
--- a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
+++ b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
@@ -10,7 +10,6 @@
/*!
* \cond
- * \{
*/
#include <fwk_macros.h>
@@ -142,7 +141,6 @@ int ppu_v0_get_power_mode(struct ppu_v0_reg *ppu, enum ppu_v0_mode *mode);
/*!
* \endcond
- * \}
*/
#endif /* PPU_V0_H */