Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-at91/
H A Dpm.c126 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity); member
255 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
256 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
1586 soc_pm.config_shdwc_ws = at91_sama5d2_config_shdwc_ws; in sama5d2_pm_init()