[go: nahoru, domu]

Searched defs:spaace (Results 1 - 1 of 1) sorted by relevance

/drivers/iommu/
H A Dfsl_pamu.c202 static void pamu_init_spaace(struct paace *spaace) argument
204 set_bf(spaace->addr_bitfields, PAACE_AF_PT, PAACE_PT_SECONDARY);
205 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR,
210 * Return the spaace (corresponding to the secondary window index)
216 struct paace *spaace = NULL; local
221 spaace = &spaact[paace->fspi + wnum];
225 return spaace;
400 pr_debug("spaace indexes exhausted\n");
1158 dev_err(&pdev->dev, "PAMU : failed to allocate spaace gen pool\n");

Completed in 13 milliseconds