/* * struct ccu_rst_init_data - CCU Resets initialization data * @sys_regs: Baikal-T1 System Controller registers map. * @np: Pointer to the node with the System CCU block.
*/ struct ccu_rst_init_data { struct regmap *sys_regs; struct device_node *np;
};
/* * struct ccu_rst - CCU Reset descriptor * @rcdev: Reset controller descriptor. * @sys_regs: Baikal-T1 System Controller registers map. * @rsts_info: Reset flag info (base address and mask).
*/ struct ccu_rst { struct reset_controller_dev rcdev; struct regmap *sys_regs; conststruct ccu_rst_info *rsts_info;
}; #define to_ccu_rst(_rcdev) container_of(_rcdev, struct ccu_rst, rcdev)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.