Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dprotmem.c208 size_t *min_size, u_int *pa_width, in get_protmem_config() argument
269 *pa_width = params[0].u.value.c; in get_protmem_config()
294 u_int pa_width; in optee_protmem_alloc_dyn_pool() local
302 rc = get_protmem_config(optee, id, &min_size, &pa_width, NULL, in optee_protmem_alloc_dyn_pool()
313 rc = get_protmem_config(optee, id, &min_size, &pa_width, in optee_protmem_alloc_dyn_pool()
319 rc = optee_set_dma_mask(optee, pa_width); in optee_protmem_alloc_dyn_pool()
H A Dcore.c59 int optee_set_dma_mask(struct optee *optee, u_int pa_width) in optee_set_dma_mask() argument
61 u64 mask = DMA_BIT_MASK(min(64, pa_width)); in optee_set_dma_mask()
H A Dsmc_abi.c1677 rc = optee_set_dma_mask(optee, res.result.pa_width); in static_protmem_pool_init()