Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Darche-platform.c87 static inline void svc_reset_onoff(struct gpio_desc *gpio, bool onoff) in svc_reset_onoff() function
224 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
237 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
257 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
270 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
301 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_poweroff_seq()