num_hosts          80 drivers/soc/qcom/smsm.c 	u32 num_hosts;
num_hosts         171 drivers/soc/qcom/smsm.c 	for (host = 0; host < smsm->num_hosts; host++) {
num_hosts         427 drivers/soc/qcom/smsm.c 		u32 num_hosts;
num_hosts         441 drivers/soc/qcom/smsm.c 		smsm->num_hosts = SMSM_DEFAULT_NUM_HOSTS;
num_hosts         446 drivers/soc/qcom/smsm.c 	smsm->num_hosts = info->num_hosts;
num_hosts         450 drivers/soc/qcom/smsm.c 		smsm->num_entries, smsm->num_hosts);
num_hosts         485 drivers/soc/qcom/smsm.c 				   smsm->num_hosts,
num_hosts         505 drivers/soc/qcom/smsm.c 	for (id = 0; id < smsm->num_hosts; id++) {
num_hosts         526 drivers/soc/qcom/smsm.c 	size = smsm->num_entries * smsm->num_hosts * sizeof(u32);
num_hosts         541 drivers/soc/qcom/smsm.c 	smsm->subscription = intr_mask + smsm->local_host * smsm->num_hosts;
num_hosts         568 drivers/soc/qcom/smsm.c 		entry->subscription = intr_mask + id * smsm->num_hosts;