Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-sam/
H A Dplatform_sama5d2.c51 static struct matrix matrixes[] = { variable
527 if (idx < ARRAY_SIZE(matrixes)) in matrix_get()
528 pmatrix = &matrixes[idx]; in matrix_get()
H A Dplatform_sama7g5.c31 static struct matrix matrixes[] = { variable
758 if (idx < ARRAY_SIZE(matrixes)) in matrix_get()
759 p = &matrixes[idx]; in matrix_get()