Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/qcom/
Drpmh-rsc.c427 if (tcs->cmd_cache[i] != cmd[0].addr) in find_match()
432 if (tcs->cmd_cache[i + j] != cmd[j].addr) in find_match()
469 tcs->cmd_cache[slot + i] = msg->cmds[i].addr; in find_slots()
605 tcs->cmd_cache = devm_kcalloc(&pdev->dev, in rpmh_probe_tcs_config()
608 if (!tcs->cmd_cache) in rpmh_probe_tcs_config()
Drpmh-internal.h45 u32 *cmd_cache; member