Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/qcom/
Drpmh-rsc.c429 if (tcs->cmd_cache[i] != cmd[0].addr) in find_match()
434 if (tcs->cmd_cache[i + j] != cmd[j].addr) in find_match()
471 tcs->cmd_cache[slot + i] = msg->cmds[i].addr; in find_slots()
607 tcs->cmd_cache = devm_kcalloc(&pdev->dev, in rpmh_probe_tcs_config()
610 if (!tcs->cmd_cache) in rpmh_probe_tcs_config()
Drpmh-internal.h45 u32 *cmd_cache; member