Home
last modified time | relevance | path

Searched refs:syscfg_reset_controller_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/reset/
H A Dsti-reset.c19 const struct syscfg_reset_controller_data *data;
55 struct syscfg_reset_controller_data { struct
173 syscfg_reset_controller_data stih407_powerdown_controller = {
180 syscfg_reset_controller_data stih407_softreset_controller = {
188 syscfg_reset_controller_data stih407_picophyreset_controller = {
226 struct syscfg_reset_controller_data *reset_desc = in sti_reset_program_hw()
227 (struct syscfg_reset_controller_data *)(dev->driver_data); in sti_reset_program_hw()
/openbmc/linux/drivers/reset/sti/
H A Dreset-stih407.c111 static const struct syscfg_reset_controller_data stih407_powerdown_controller = {
117 static const struct syscfg_reset_controller_data stih407_softreset_controller = {
124 static const struct syscfg_reset_controller_data stih407_picophyreset_controller = {
H A Dreset-syscfg.h47 struct syscfg_reset_controller_data { struct
H A Dreset-syscfg.c132 const struct syscfg_reset_controller_data *data) in syscfg_reset_controller_register()