Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/qcom/
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()
403 req->wake_val != UINT_MAX && in is_req_valid()
404 req->sleep_val != req->wake_val); in is_req_valid()
461 __func__, p->addr, p->sleep_val, p->wake_val); in rpmh_flush()
469 p->wake_val); in rpmh_flush()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci.c3715 u8 wake_val = 0; in sdhci_enable_irq_wakeups() local
3719 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3724 wake_val |= SDHCI_WAKE_ON_INT; in sdhci_enable_irq_wakeups()
3733 val |= wake_val; in sdhci_enable_irq_wakeups()

Completed in 12 milliseconds