Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-at91/
Dpm.c110 const struct wakeup_source_info *wsi; in at91_pm_config_ws() local
142 wsi = match->data; in at91_pm_config_ws()
145 if (wsi->shdwc_mr_bit && !(val & wsi->shdwc_mr_bit)) in at91_pm_config_ws()
148 mode |= wsi->pmc_fsmr_bit; in at91_pm_config_ws()
149 if (wsi->set_polarity) in at91_pm_config_ws()
150 polarity |= wsi->pmc_fsmr_bit; in at91_pm_config_ws()