Lines Matching refs:host1
145 * @host1: second processor/host with access to this partition
154 __le16 host1;
181 * @host1: second processor/host with access to this partition
192 __le16 host1;
430 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
641 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1));
861 struct smem_ptable_entry *entry, u16 host0, u16 host1)
883 if (host1 != le16_to_cpu(header->host1)) {
884 dev_err(smem->dev, "bad host1 (%hu != %hu)\n",
885 host1, le16_to_cpu(header->host1));
932 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) {
964 u16 host0, host1;
979 host1 = le16_to_cpu(entry->host1);
981 remote_host = host1;
982 else if (host1 == local_host)
997 header = qcom_smem_partition_header(smem, entry, host0, host1);