Lines Matching refs:host1
143 * @host1: second processor/host with access to this partition
152 __le16 host1;
179 * @host1: second processor/host with access to this partition
190 __le16 host1;
394 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
561 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
726 struct smem_ptable_entry *entry, u16 host0, u16 host1)
745 if (host1 != le16_to_cpu(header->host1)) {
746 dev_err(smem->dev, "bad host1 (%hu != %hu)\n",
747 host1, le16_to_cpu(header->host1));
794 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) {
823 u16 host0, host1;
838 host1 = le16_to_cpu(entry->host1);
840 remote_host = host1;
841 else if (host1 == local_host)
856 header = qcom_smem_partition_header(smem, entry, host0, host1);