Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Drpmh.c54 u32 wake_val; member
131 req->sleep_val = req->wake_val = UINT_MAX; in cache_rpm_request()
136 old_wake_val = req->wake_val; in cache_rpm_request()
141 req->wake_val = cmd->data; in cache_rpm_request()
149 req->wake_val != old_wake_val) && in cache_rpm_request()
151 req->wake_val != UINT_MAX; in cache_rpm_request()
402 req->wake_val != UINT_MAX && in is_req_valid()
403 req->sleep_val != req->wake_val); in is_req_valid()
460 __func__, p->addr, p->sleep_val, p->wake_val); in rpmh_flush()
468 p->wake_val); in rpmh_flush()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c3724 u8 wake_val = 0; in sdhci_enable_irq_wakeups() local
3728 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3733 wake_val |= SDHCI_WAKE_ON_INT; in sdhci_enable_irq_wakeups()
3742 val |= wake_val; in sdhci_enable_irq_wakeups()