Lines Matching defs:host
30 * each host's subscription bitmap should be queried and the remote system
119 * struct smsm_host - representation of a remote host
145 u32 host;
171 for (host = 0; host < smsm->num_hosts; host++) {
172 hostp = &smsm->hosts[host];
174 val = readl(smsm->subscription + host);
358 * @host_id: index of the remote host to be resolved
361 * outgoing interrupts to a remote host - identified by @host_id.
367 struct smsm_host *host = &smsm->hosts[host_id];
376 host->ipc_regmap = syscon_node_to_regmap(syscon);
378 if (IS_ERR(host->ipc_regmap))
379 return PTR_ERR(host->ipc_regmap);
381 ret = of_property_read_u32_index(node, key, 1, &host->ipc_offset);
387 ret = of_property_read_u32_index(node, key, 2, &host->ipc_bit);
521 "qcom,local-host",
524 /* Parse the host properties */