Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/soc/qcom/
Dsmem.c86 #define SMEM_HOST_COUNT 9 macro
241 struct smem_partition_header *partitions[SMEM_HOST_COUNT];
410 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) in qcom_smem_alloc()
512 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) in qcom_smem_get()
540 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) { in qcom_smem_get_free_space()
612 if (remote_host >= SMEM_HOST_COUNT) { in qcom_smem_enumerate_partitions()